Changes in src/Makefile.am [e41c48:b0b086]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Makefile.am
re41c48 rb0b086 6 6 ATOMSOURCE = \ 7 7 atom.cpp \ 8 AtomicInfo.cpp \9 8 atom_atominfo.cpp \ 10 9 atom_bondedparticle.cpp \ … … 17 16 ATOMHEADER = \ 18 17 atom.hpp \ 19 AtomicInfo.hpp \20 18 atom_atominfo.hpp \ 21 19 atom_bondedparticle.hpp \ … … 379 377 380 378 unity.cpp: ${MOLECUILDERSOURCE} ${MOLECUILDERHEADER} 381 echo " " > unity.cpp; \379 echo "#include \"$(srcdir)/Helpers/MemDebug.cpp\"" > unity.cpp; \ 382 380 list='$(MOLECUILDERSOURCE)'; for file in $$list; do \ 383 381 echo "#include \"$(srcdir)/$$file\"" >> unity.cpp; \ 384 382 done; \ 385 383 subdirs='$(SUBDIRS)';for directory in $$subdirs; do\
Note:
See TracChangeset
for help on using the changeset viewer.