root/trunk/bottom.inc

Revision 831, 281 bytes (checked in by CHDKLover, 7 months ago)

Neues Makefilesystem für Autobuilds, danke philmoz:
 https://tools.assembla.com/chdk/changeset/1366
 https://tools.assembla.com/chdk/changeset/1367
 https://tools.assembla.com/chdk/changeset/1369
+ Mehrfachkopien für gleiche CHDK-Versionen

Bessere Verwaltung von Kameras, danke rudi für die Vorbereitung der Patchdatei
Layout der camera_list.csv:
CAMERA,FIRMWARE,BETA_STATUS,COPY_TO,SKIP_AUTOBUILD
a2000,100c,BETA,100a:100b,

Line 
1depend: depend-recursive $(OBJS:.o=.d)
2
3#ifneq ($(strip $(OBJS)),)
4#-include $(OBJS:%.o=.dep/%.d)
5#endif
6
7
8# Define empty recipes for source files (including the makefiles)
9# to prevent make from trying implicit rules to create them. Speeds up build process
10$(topdir)bottom.inc: ;
Note: See TracBrowser for help on using the browser.