aa6e6e914e
+ Removed most explicit pathnames, use the standard make "VPATH" to let make find the files for itself. + Added a "hardware variant" variable that allows compiging Sanguino and Gen7 as well as "generic" arduino. + Allows overriding the MOTHERBOARD define from the Makefile + Removed the 'preprocessor' bit that wasn't needed, now just "include" the files that are needed, since it allows gcc to show the right file/line when displaying error/warnings. + Uses gcc's own dependency generator to generate the .d files, and and include these instead of self-patching the makefile Signed-off-by: Michel Pollet <buserror@gmail.com> |
||
---|---|---|
.. | ||
Gen7 | ||
hardware/tools/avr/etc | ||
Sanguino | ||
.gitignore | ||
cardreader.cpp | ||
cardreader.h | ||
Configuration.h | ||
Configuration_adv.h | ||
COPYING | ||
create_speed_lookuptable.py | ||
createTemperatureLookup.py | ||
EEPROMwrite.h | ||
fastio.h | ||
language.h | ||
Makefile | ||
Marlin.h | ||
Marlin.pde | ||
MarlinSerial.cpp | ||
MarlinSerial.h | ||
motion_control.cpp | ||
motion_control.h | ||
pins.h | ||
planner.cpp | ||
planner.h | ||
Sd2Card.cpp | ||
Sd2Card.h | ||
Sd2PinMap.h | ||
SdBaseFile.cpp | ||
SdBaseFile.h | ||
SdFatConfig.h | ||
SdFatStructs.h | ||
SdFatUtil.cpp | ||
SdFatUtil.h | ||
SdFile.cpp | ||
SdFile.h | ||
SdInfo.h | ||
SdVolume.cpp | ||
SdVolume.h | ||
speed_lookuptable.h | ||
stepper.cpp | ||
stepper.h | ||
temperature.cpp | ||
temperature.h | ||
thermistortables.h | ||
ultralcd.h | ||
ultralcd.pde | ||
watchdog.h | ||
watchdog.pde | ||
wiring.h |