Revision 8159
Added by Aaron Marcuse-Kubitza almost 12 years ago
input.Makefile | ||
---|---|---|
165 | 165 |
nonXml = $(if $(isXml),,1) |
166 | 166 |
isCsv = $(if $(nonHeaderSrcs),$(if $(isXml),,1)) |
167 | 167 |
# true if $(srcs) non-empty and contains no *.xml |
168 |
catSrcs = $(bin)/cat$(if $(nonXml),_csv) $(srcs)
|
|
168 |
catSrcs = $(bin)/cat$(if $(nonXml),_csv) $(nonHeaderSrcs)
|
|
169 | 169 |
withCatSrcs = $(catSrcs:$(bin)/%=$(bin)/with_%) -- |
170 | 170 |
|
171 | 171 |
# Run with `make -s` to avoid echoing make commands |
Also available in: Unified diff
inputs/input.Makefile: $(catSrcs): Fixed bug where need to use $(nonHeaderSrcs) instead of $(srcs) to exclude header.csv