Changes in src/UIElements/Makefile.am [b37436:8df74d]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/Makefile.am
rb37436 r8df74d 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 \ 43 62 Dialog.cpp \ 44 63 MainWindow.cpp … … 54 73 55 74 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 \ 56 93 TextUI/TextDialog.cpp \ 57 94 TextUI/TextStatusIndicator.cpp \ … … 65 102 66 103 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 \ 67 122 CommandLineUI/CommandLineDialog.cpp \ 68 123 CommandLineUI/CommandLineStatusIndicator.cpp \ … … 118 173 pkgconfig_DATA = $(top_builddir)/molecuilder-$(MOLECUILDER_API_VERSION).pc 119 174 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.