aboutsummaryrefslogtreecommitdiffstats
path: root/src/emc/motion/Submakefile
blob: 46a6af706daa9bc78eceb7867dbf175f5784506a (plain)
1
2
3
4
5
6
INCLUDES += emc/motion

$(patsubst ./emc/motion/%,../include/%,$(wildcard ./emc/motion/*.h)): ../include/%.h: ./emc/motion/%.h
	cp $^ $@
$(patsubst ./emc/motion/%,../include/%,$(wildcard ./emc/motion/*.hh)): ../include/%.hh: ./emc/motion/%.hh
	cp $^ $@
bues.ch cgit interface