Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Helpers/Makefile.am

    r952f38 rb0b086  
    6969pkgconfig_DATA = $(top_builddir)/molecuilder-$(MOLECUILDER_API_VERSION).pc
    7070
     71unity.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       
     79MOSTLYCLEANFILES = unity.cpp
Note: See TracChangeset for help on using the changeset viewer.