X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=a5e5278c54d9c6d643999ccf3ac443a5e1944f50;hb=382b1f42ea067bfa5ea594bc2a971057b5105ad4;hp=3116b1b8c21e9ecd6d1538f6316158da62724536;hpb=ec61c9d28a98fb33ab12d65252e14dfcce942b27;p=reprap-play.git diff --git a/Makefile b/Makefile index 3116b1b..a5e5278 100644 --- a/Makefile +++ b/Makefile @@ -6,9 +6,9 @@ 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 +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)) scads: $(addsuffix .auto.scad, $(AUTO_TOPLEVELS)) @@ -36,6 +36,9 @@ default: --output $@.tmp $< @mv -f $@.tmp $@ +%: %.cpp + cpp -nostdinc -P <$< >$@.tmp && mv -f $@.tmp $@ + #%.gcode: %.stl # $(SKEINFORGE) $<