Rev 9 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 9 | Rev 11 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | ########################################################################################################################## |
1 | ########################################################################################################################## |
2 | # File automatically-generated by tool: [projectgenerator] version: [3.16.0] date: [Fri Jan 06 14:26:48 GMT 2023] |
2 | # File automatically-generated by tool: [projectgenerator] version: [3.16.0] date: [Tue Jan 24 19:54:51 GMT 2023] |
3 | ########################################################################################################################## |
3 | ########################################################################################################################## |
4 | 4 | ||
5 | # ------------------------------------------------ |
5 | # ------------------------------------------------ |
6 | # Generic Makefile (based on gcc) |
6 | # Generic Makefile (based on gcc) |
7 | # |
7 | # |
Line 126... | Line 126... | ||
126 | ############################################# |
126 | ############################################# |
127 | # User added |
127 | # User added |
128 | # C++ sources |
128 | # C++ sources |
129 | CPP_SOURCES += user/Src/display.cpp |
129 | CPP_SOURCES += user/Src/display.cpp |
130 | CPP_SOURCES += user/Src/splash.cpp |
130 | CPP_SOURCES += user/Src/splash.cpp |
131 | CPP_SOURCES += user/Src/timing.cpp |
- | |
132 | 131 | ||
133 | C_SOURCES += user/Src/bmp280driver.c |
132 | C_SOURCES += user/Src/bmp280driver.c |
134 | 133 | ||
135 | ############################################# |
134 | ############################################# |
136 | ## User added |
135 | ## User added |
Line 147... | Line 146... | ||
147 | include $(LIBSMALLPRINTF)/libSmallPrintf.mk |
146 | include $(LIBSMALLPRINTF)/libSmallPrintf.mk |
148 | 147 | ||
149 | LIBBMP280 = ../libBMP280 |
148 | LIBBMP280 = ../libBMP280 |
150 | include $(LIBBMP280)/libBMP280.mk |
149 | include $(LIBBMP280)/libBMP280.mk |
151 | 150 | ||
- | 151 | LIBIGNTIMING = ../libIgnTiming |
|
- | 152 | include $(LIBIGNTIMING)/libIgnTiming.mk |
|
- | 153 | ||
- | 154 | LIBMISC = ../libMisc |
|
- | 155 | include $(LIBMISC)/libMisc.mk |
|
- | 156 | ||
152 | C_INCLUDES+= -I. |
157 | C_INCLUDES+= -I. |
153 | 158 | ||
154 | 159 | ||
155 | # compile gcc flags |
160 | # compile gcc flags |
156 | ASFLAGS = $(MCU) $(AS_DEFS) $(AS_INCLUDES) $(OPT) -Wall -fdata-sections -ffunction-sections |
161 | ASFLAGS = $(MCU) $(AS_DEFS) $(AS_INCLUDES) $(OPT) -Wall -fdata-sections -ffunction-sections |
Line 221... | Line 226... | ||
221 | 226 | ||
222 | ####################################### |
227 | ####################################### |
223 | # clean up |
228 | # clean up |
224 | ####################################### |
229 | ####################################### |
225 | clean: |
230 | clean: |
- | 231 | -deltree $(BUILD_DIR) |
|
226 | -rm -fR $(BUILD_DIR) |
232 | # -rm -fR $(BUILD_DIR) |
- | 233 | ||
227 | 234 | ||
228 | ####################################### |
235 | ####################################### |
229 | # dependencies |
236 | # dependencies |
230 | ####################################### |
237 | ####################################### |
231 | -include $(wildcard $(BUILD_DIR)/*.d) |
238 | -include $(wildcard $(BUILD_DIR)/*.d) |