chiark / gitweb /
Import threads.scad v2.5 from my objects repo to diziet-utils
[reprap-play.git] / reprap-objects.make
index f212f9740ba03ff8454596d33c6d53dddc03e801..9a56e49619da23ea1d3d2349f50e8db01aebb83d 100644 (file)
@@ -1,7 +1,8 @@
 # reprap-objects Makefile, reuseable parts
 #
 # Build scripts for various 3D designs
-# Copyright 2012-2016 Ian Jackson
+#
+# Copyright 2012-2023 Ian Jackson
 #
 # This work is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -41,6 +42,7 @@ stls:         $(addsuffix .auto.stl, $(AUTO_TOPLEVELS))
        $(MAKE) $(addsuffix .auto.stl, $(shell $(DUTILS)/toplevel-find $*))
 
 i=mv -f $@.tmp $@
+o= >$@.tmp && $i
 
 -include .*.d
 
@@ -54,19 +56,19 @@ i=mv -f $@.tmp $@
 AUTOBASE=$(shell echo $(1) | perl -pe 's/,\w+\.auto$$//')
 
 %:             %.cpp
-               cpp -nostdinc -P <$< >$@.tmp && $i
+               cpp -nostdinc -P <$< $o
 
 funcs.scad:    diziet-utils/funcs.scad.cpp
-               cpp -nostdinc -P $< >$@.tmp && $i
+               cpp -nostdinc -P $< $o
 
 %.gcode:       manual-gcode-generator %.m-g
-               $(CWD)/$^ >$@.tmp && $i
+               $(CWD)/$^ $o
 
 %.dxf:         %.eps
                pstoedit -dt -f "dxf: -polyaslines -mm" $< $@
 
 %:             %.pl
-               ./$< >$@.tmp && $i
+               ./$< $o
 
 %:             %.m4
                $(M4) -P >$@.tmp $< && $i