chiark / gitweb /
Makefile: know how to cpp things
[reprap-play.git] / Makefile
index 00ced6916ac6e0d8b97f3a18ef5583218668d619..a5e5278c54d9c6d643999ccf3ac443a5e1944f50 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ SKEINFORGE=python $(HRR)/reprappro-software.git/skeinforge/skeinforge_applicatio
 CWD := $(shell pwd)
 PLAY ?= $(CWD)
 
-CONFIG=slic3r-config.ini
+CONFIG=$(PLAY)/slic3r-config.ini
 
 USING_AUTOS ?= filamentspool xeno-drivebay-bracket dungeonquest-cone anke-gps-bracket cable-hole-trunking-cover anglepoise-neck crossbar-computer-led-mount
 AUTO_TOPLEVELS := $(foreach m,$(USING_AUTOS),$(shell $(PLAY)/toplevel-find $m))
@@ -36,6 +36,9 @@ default:
                        --output $@.tmp $<
                @mv -f $@.tmp $@
 
+%:             %.cpp
+               cpp -nostdinc -P <$< >$@.tmp && mv -f $@.tmp $@
+
 #%.gcode:      %.stl
 #              $(SKEINFORGE) $<