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