Changes in src/UIElements/Makefile.am [8df74d:b37436]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/Makefile.am
r8df74d rb37436 41 41 ${TEXTUISOURCE} \ 42 42 ${VIEWSOURCE} \ 43 Query/AtomQuery.cpp \44 Query/AtomsQuery.cpp \45 Query/BooleanQuery.cpp \46 Query/BoxQuery.cpp \47 Query/DoubleQuery.cpp \48 Query/DoublesQuery.cpp \49 Query/ElementQuery.cpp \50 Query/ElementsQuery.cpp \51 Query/EmptyQuery.cpp \52 Query/FileQuery.cpp \53 Query/IntQuery.cpp \54 Query/IntsQuery.cpp \55 Query/MoleculeQuery.cpp \56 Query/MoleculesQuery.cpp \57 Query/Query.cpp \58 Query/StringQuery.cpp \59 Query/StringsQuery.cpp \60 Query/VectorQuery.cpp \61 Query/VectorsQuery.cpp \62 43 Dialog.cpp \ 63 44 MainWindow.cpp … … 73 54 74 55 TEXTUISOURCE = \ 75 TextUI/Query/AtomsTextQuery.cpp \76 TextUI/Query/AtomTextQuery.cpp \77 TextUI/Query/BooleanTextQuery.cpp \78 TextUI/Query/BoxTextQuery.cpp \79 TextUI/Query/DoubleTextQuery.cpp \80 TextUI/Query/DoublesTextQuery.cpp \81 TextUI/Query/ElementTextQuery.cpp \82 TextUI/Query/ElementsTextQuery.cpp \83 TextUI/Query/EmptyTextQuery.cpp \84 TextUI/Query/FileTextQuery.cpp \85 TextUI/Query/IntTextQuery.cpp \86 TextUI/Query/IntsTextQuery.cpp \87 TextUI/Query/MoleculesTextQuery.cpp \88 TextUI/Query/MoleculeTextQuery.cpp \89 TextUI/Query/StringTextQuery.cpp \90 TextUI/Query/StringsTextQuery.cpp \91 TextUI/Query/VectorTextQuery.cpp \92 TextUI/Query/VectorsTextQuery.cpp \93 56 TextUI/TextDialog.cpp \ 94 57 TextUI/TextStatusIndicator.cpp \ … … 102 65 103 66 COMMANDLINEUISOURCE = \ 104 CommandLineUI/Query/AtomCommandLineQuery.cpp \105 CommandLineUI/Query/AtomsCommandLineQuery.cpp \106 CommandLineUI/Query/BooleanCommandLineQuery.cpp \107 CommandLineUI/Query/BoxCommandLineQuery.cpp \108 CommandLineUI/Query/DoubleCommandLineQuery.cpp \109 CommandLineUI/Query/DoublesCommandLineQuery.cpp \110 CommandLineUI/Query/ElementCommandLineQuery.cpp \111 CommandLineUI/Query/ElementsCommandLineQuery.cpp \112 CommandLineUI/Query/EmptyCommandLineQuery.cpp \113 CommandLineUI/Query/FileCommandLineQuery.cpp \114 CommandLineUI/Query/IntCommandLineQuery.cpp \115 CommandLineUI/Query/IntsCommandLineQuery.cpp \116 CommandLineUI/Query/MoleculeCommandLineQuery.cpp \117 CommandLineUI/Query/MoleculesCommandLineQuery.cpp \118 CommandLineUI/Query/StringCommandLineQuery.cpp \119 CommandLineUI/Query/StringsCommandLineQuery.cpp \120 CommandLineUI/Query/VectorCommandLineQuery.cpp \121 CommandLineUI/Query/VectorsCommandLineQuery.cpp \122 67 CommandLineUI/CommandLineDialog.cpp \ 123 68 CommandLineUI/CommandLineStatusIndicator.cpp \ … … 173 118 pkgconfig_DATA = $(top_builddir)/molecuilder-$(MOLECUILDER_API_VERSION).pc 174 119 175 unity.cpp:176 echo "" > unity.cpp; \177 list='$(UISOURCE)'; for file in $$list; do \178 echo "#include \"$(srcdir)/$$file\"" >> unity.cpp; \179 done;180 181 MOSTLYCLEANFILES = unity.cpp
Note:
See TracChangeset
for help on using the changeset viewer.