/ src / emc / motion / Submakefile
Submakefile
1  INCLUDES += emc/motion
2  
3  $(patsubst ./emc/motion/%,../include/%,$(wildcard ./emc/motion/*.h)): ../include/%.h: ./emc/motion/%.h
4  	cp $^ $@
5  $(patsubst ./emc/motion/%,../include/%,$(wildcard ./emc/motion/*.hh)): ../include/%.hh: ./emc/motion/%.hh
6  	cp $^ $@