Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Makefile.am

    r326bbe r4f7f34e  
    102102  Patterns/Singleton.hpp
    103103
     104# all these files are only used for legacy reasons while the transition is in progress
     105# they are only needed to keep the program usable at any point of the transition and will be
     106# deleted once everything is fully refactored
     107LEGACYSOURCE = Legacy/oldmenu.cpp
     108LEGACYHEADER = Legacy/oldmenu.hpp
     109
    104110DESCRIPTORSOURCE = Descriptors/AtomDescriptor.cpp \
    105111  Descriptors/AtomIdDescriptor.cpp \
     
    139145  ${DESCRIPTORSOURCE} \
    140146  ${HELPERSOURCE} \
     147  ${LEGACYSOURCE} \
    141148  ${EXCEPTIONSOURCE} \
    142149  bond.cpp \
     
    186193  ${DESCRIPTORHEADER} \
    187194  ${EXCEPTIONHEADER} \
     195  ${LEGACYHEADER} \
    188196  bond.hpp \
    189197  bondgraph.hpp \
Note: See TracChangeset for help on using the changeset viewer.