Changeset dc5413 for molecuilder/src/Makefile.am
- Timestamp:
- Feb 26, 2010, 1:57:01 PM (16 years ago)
- Children:
- 78b9d9, d50264
- Parents:
- e65cc0 (diff), 45cc89 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/Makefile.am
re65cc0 rdc5413 20 20 MENUHEADER = Menu/Menu.hpp Menu/TextMenu.hpp Menu/MenuItem.hpp Menu/SubMenuItem.hpp Menu/ActionMenuItem.hpp Menu/SeperatorItem.hpp Menu/DisplayMenuItem.hpp 21 21 22 UISOURCE = ${ACTIONSSOURCE} ${VIEWSOURCE} ${MENUSOURCE} UIElements/UIFactory.cpp UIElements/TextUIFactory.cpp UIElements/MainWindow.cpp UIElements/TextWindow.cpp UIElements/ Dialog.cpp UIElements/TextDialog.cpp23 UIHEADER = ${ACTIONSHEADER} ${VIEWHEADER} ${MENUHEADER} UIElements/UIFactory.hpp UIElements/TextUIFactory.hpp UIElements/MainWindow.hpp UIElements/TextWindow.hpp UIElements/ Dialog.hpp UIElements/TextDialog.hpp22 UISOURCE = ${ACTIONSSOURCE} ${VIEWSOURCE} ${MENUSOURCE} UIElements/UIFactory.cpp UIElements/TextUIFactory.cpp UIElements/MainWindow.cpp UIElements/TextWindow.cpp UIElements/TextStatusIndicator.cpp UIElements/Dialog.cpp UIElements/TextDialog.cpp 23 UIHEADER = ${ACTIONSHEADER} ${VIEWHEADER} ${MENUHEADER} UIElements/UIFactory.hpp UIElements/TextUIFactory.hpp UIElements/MainWindow.hpp UIElements/TextWindow.hpp UIElements/TextStatusIndicator.hpp UIElements/Dialog.hpp UIElements/TextDialog.hpp 24 24 25 25 # all these files are only used for legacy reasons while the transition is in progress … … 41 41 bin_PROGRAMS = molecuilder joiner analyzer 42 42 molecuilderdir = ${bindir} 43 libmolecuilder_a_CXXFLAGS = -Wall44 #libmolecuilder_a_CXXFLAGS += -DNO_CACHING45 43 libmolecuilder_a_SOURCES = ${SOURCE} ${HEADER} 46 44 libgslwrapper_a_SOURCES = ${LINALGSOURCE} ${LINALGHEADER} 47 45 molecuilder_DATA = elements.db valence.db orbitals.db Hbonddistance.db Hbondangle.db 48 46 molecuilder_LDFLAGS = $(BOOST_LDFLAGS) 49 molecuilder_CXXFLAGS = -Wall $(BOOST_CPPFLAGS)50 #molecuilder_CXXFLAGS += -DNO_CACHING51 47 molecuilder_SOURCES = builder.cpp 52 48 molecuilder_LDADD = libmolecuilder.a libgslwrapper.a $(BOOST_LIB) ${BOOST_THREAD_LIB}
Note:
See TracChangeset
for help on using the changeset viewer.