Searched refs:BUILD_DIR (Results 1 – 6 of 6) sorted by relevance
/uoscore-uedhoc-3.4.0/samples/linux_edhoc_oscore/responder_server/ |
D | Makefile | 23 BUILD_DIR = build macro 113 OBJECTS = $(addprefix $(BUILD_DIR)/,$(notdir $(C_SOURCES:.c=.o))) 117 OBJECTS += $(addprefix $(BUILD_DIR)/,$(notdir $(CPP_SOURCES:.cpp=.o))) 124 $(BUILD_DIR)/%.o: %.cpp Makefile | $(BUILD_DIR) 127 $(BUILD_DIR)/%.o: %.c Makefile | $(BUILD_DIR) 128 $(CC) -c $(CFLAGS) -Wa,-a,-ad,-alms=$(BUILD_DIR)/$(notdir $(<:.c=.lst)) $< -o $@ 130 $(BUILD_DIR)/$(TARGET): $(OBJECTS) Makefile $(USOCORE_UEDHOC_PATH)/Makefile $(USOCORE_UEDHOC_OBJ) 135 $(BUILD_DIR): 147 -rm -fR $(BUILD_DIR) 153 -include $(wildcard $(BUILD_DIR)/*.d)
|
/uoscore-uedhoc-3.4.0/samples/linux_oscore/client/ |
D | Makefile | 23 BUILD_DIR = build macro 111 OBJECTS = $(addprefix $(BUILD_DIR)/,$(notdir $(C_SOURCES:.c=.o))) 115 OBJECTS += $(addprefix $(BUILD_DIR)/,$(notdir $(CPP_SOURCES:.cpp=.o))) 122 $(BUILD_DIR)/%.o: %.cpp Makefile | $(BUILD_DIR) 125 $(BUILD_DIR)/%.o: %.c Makefile | $(BUILD_DIR) 126 $(CC) -c $(CFLAGS) -Wa,-a,-ad,-alms=$(BUILD_DIR)/$(notdir $(<:.c=.lst)) $< -o $@ 128 $(BUILD_DIR)/$(TARGET): $(OBJECTS) Makefile $(USOCORE_UEDHOC_PATH)/Makefile $(USOCORE_UEDHOC_OBJ) 133 $(BUILD_DIR): 145 -rm -fR $(BUILD_DIR) 151 -include $(wildcard $(BUILD_DIR)/*.d)
|
/uoscore-uedhoc-3.4.0/samples/linux_oscore/server/ |
D | Makefile | 23 BUILD_DIR = build macro 111 OBJECTS = $(addprefix $(BUILD_DIR)/,$(notdir $(C_SOURCES:.c=.o))) 115 OBJECTS += $(addprefix $(BUILD_DIR)/,$(notdir $(CPP_SOURCES:.cpp=.o))) 122 $(BUILD_DIR)/%.o: %.cpp Makefile | $(BUILD_DIR) 125 $(BUILD_DIR)/%.o: %.c Makefile | $(BUILD_DIR) 126 $(CC) -c $(CFLAGS) -Wa,-a,-ad,-alms=$(BUILD_DIR)/$(notdir $(<:.c=.lst)) $< -o $@ 128 $(BUILD_DIR)/$(TARGET): $(OBJECTS) Makefile $(USOCORE_UEDHOC_PATH)/Makefile $(USOCORE_UEDHOC_OBJ) 133 $(BUILD_DIR): 145 -rm -fR $(BUILD_DIR) 151 -include $(wildcard $(BUILD_DIR)/*.d)
|
/uoscore-uedhoc-3.4.0/samples/linux_edhoc_oscore/initiator_client/ |
D | Makefile | 23 BUILD_DIR = build macro 112 OBJECTS = $(addprefix $(BUILD_DIR)/,$(notdir $(C_SOURCES:.c=.o))) 116 OBJECTS += $(addprefix $(BUILD_DIR)/,$(notdir $(CPP_SOURCES:.cpp=.o))) 123 $(BUILD_DIR)/%.o: %.cpp Makefile | $(BUILD_DIR) 126 $(BUILD_DIR)/%.o: %.c Makefile | $(BUILD_DIR) 127 $(CC) -c $(CFLAGS) -Wa,-a,-ad,-alms=$(BUILD_DIR)/$(notdir $(<:.c=.lst)) $< -o $@ 129 $(BUILD_DIR)/$(TARGET): $(OBJECTS) Makefile $(USOCORE_UEDHOC_PATH)/Makefile $(USOCORE_UEDHOC_OBJ) 134 $(BUILD_DIR): 146 -rm -fR $(BUILD_DIR) 152 -include $(wildcard $(BUILD_DIR)/*.d)
|
/uoscore-uedhoc-3.4.0/samples/linux_edhoc/initiator/ |
D | Makefile | 23 BUILD_DIR = build macro 113 OBJECTS = $(addprefix $(BUILD_DIR)/,$(notdir $(C_SOURCES:.c=.o))) 117 OBJECTS += $(addprefix $(BUILD_DIR)/,$(notdir $(CPP_SOURCES:.cpp=.o))) 124 $(BUILD_DIR)/%.o: %.cpp Makefile | $(BUILD_DIR) 127 $(BUILD_DIR)/%.o: %.c Makefile | $(BUILD_DIR) 128 $(CC) -c $(CFLAGS) -Wa,-a,-ad,-alms=$(BUILD_DIR)/$(notdir $(<:.c=.lst)) $< -o $@ 130 $(BUILD_DIR)/$(TARGET): $(OBJECTS) Makefile $(USOCORE_UEDHOC_PATH)/Makefile $(USOCORE_UEDHOC_OBJ) 135 $(BUILD_DIR): 147 -rm -fR $(BUILD_DIR) 153 -include $(wildcard $(BUILD_DIR)/*.d)
|
/uoscore-uedhoc-3.4.0/samples/linux_edhoc/responder/ |
D | Makefile | 23 BUILD_DIR = build macro 109 OBJECTS = $(addprefix $(BUILD_DIR)/,$(notdir $(C_SOURCES:.c=.o))) 113 OBJECTS += $(addprefix $(BUILD_DIR)/,$(notdir $(CPP_SOURCES:.cpp=.o))) 118 $(BUILD_DIR)/%.o: %.cpp Makefile | $(BUILD_DIR) 121 $(BUILD_DIR)/%.o: %.c Makefile | $(BUILD_DIR) 122 $(CC) -c $(CFLAGS) -Wa,-a,-ad,-alms=$(BUILD_DIR)/$(notdir $(<:.c=.lst)) $< -o $@ 124 $(BUILD_DIR)/$(TARGET): $(OBJECTS) Makefile $(USOCORE_UEDHOC_PATH)/Makefile 129 $(BUILD_DIR): 141 -rm -fR $(BUILD_DIR) 148 -include $(wildcard $(BUILD_DIR)/*.d)
|