Revision 14766
Added by Aaron Marcuse-Kubitza over 10 years ago
trunk/inputs/input.Makefile | ||
---|---|---|
192 | 192 |
catSrcs = $(bin)/cat_csv $(nonHeaderSrcs) |
193 | 193 |
withCatSrcs = $(catSrcs:$(bin)/%=$(bin)/with_%) -- |
194 | 194 |
|
195 |
%/list_srcs: _always # use `make -s` to avoid echoing commands |
|
196 |
echo $(nonHeaderSrcs) |
|
197 |
|
|
195 | 198 |
# Run with `make -s` to avoid echoing make commands |
196 | 199 |
cat: $(importTables:%=%/cat) _always ; |
197 | 200 |
|
Also available in: Unified diff
inputs/input.Makefile: added %/list_srcs