Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Makefile.am

    r4f7f34e r326bbe  
    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
    107 LEGACYSOURCE = Legacy/oldmenu.cpp
    108 LEGACYHEADER = Legacy/oldmenu.hpp
    109 
    110104DESCRIPTORSOURCE = Descriptors/AtomDescriptor.cpp \
    111105  Descriptors/AtomIdDescriptor.cpp \
     
    145139  ${DESCRIPTORSOURCE} \
    146140  ${HELPERSOURCE} \
    147   ${LEGACYSOURCE} \
    148141  ${EXCEPTIONSOURCE} \
    149142  bond.cpp \
     
    193186  ${DESCRIPTORHEADER} \
    194187  ${EXCEPTIONHEADER} \
    195   ${LEGACYHEADER} \
    196188  bond.hpp \
    197189  bondgraph.hpp \
Note: See TracChangeset for help on using the changeset viewer.