Changes in src/Helpers/Makefile.am [b0b086:952f38]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Helpers/Makefile.am
rb0b086 r952f38 69 69 pkgconfig_DATA = $(top_builddir)/molecuilder-$(MOLECUILDER_API_VERSION).pc 70 70 71 unity.cpp:72 echo "" > unity.cpp; \73 list='$(HELPERSSOURCE)'; for file in $$list; do \74 if [ "$$file" != "MemDebug.cpp" ]; then \75 echo "#include \"$(srcdir)/$$file\"" >> unity.cpp; \76 fi; \77 done;78 79 MOSTLYCLEANFILES = unity.cpp
Note:
See TracChangeset
for help on using the changeset viewer.