Changeset 7608 in orxonox.OLD for branches/qt_gui/src/Makefile.am
- Timestamp:
- May 12, 2006, 10:43:53 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/qt_gui/src/Makefile.am
r7462 r7608 12 12 bin_PROGRAMS = orxonox 13 13 14 orxonox_CPPFLAGS = -DIS_ORXONOX 15 orxonox_LDFLAGS = -u global_ModelParticles_Factory 14 orxonox_CPPFLAGS = \ 15 -DIS_ORXONOX \ 16 @QT_CXXFLAGS@ 17 18 orxonox_LDFLAGS = @QT_LDFLAGS@ 16 19 17 20 orxonox_DEPENDENCIES = \ … … 24 27 util/libORXutils.a \ 25 28 $(libORXlibs_a_LIBRARIES_) \ 26 $(GTK2_LIBS) $(GTHREAD_LIBS) $(CURL_LIBS) 29 $(GTK2_LIBS) $(GTHREAD_LIBS) $(CURL_LIBS) \ 30 @QT_LIBS@ 27 31 28 32 orxonox_SOURCES = \ … … 66 70 67 71 ## orxonox.conf will be used from home-dir instead. 68 EXTRA_DIST = proto/proto_class.h \ 69 proto/proto_class.cc \ 70 proto/proto_singleton.h \ 71 proto/proto_singleton.cc \ 72 proto/proto_world_entity.h \ 73 proto/proto_world_entity.cc \ 74 defs/include_paths.am \ 75 story_entities/Makefile.am 72 EXTRA_DIST = \ 73 proto/proto_class.h \ 74 proto/proto_class.cc \ 75 proto/proto_singleton.h \ 76 proto/proto_singleton.cc \ 77 proto/proto_world_entity.h \ 78 proto/proto_world_entity.cc \ 79 defs/include_paths.am \ 80 story_entities/Makefile.am 76 81 77 82 if SUB_PROJECTS … … 81 86 endif 82 87 83 SUBDIRS = lib \ 84 util \ 85 world_entities \ 86 . \ 87 $(SUB_PROGS) 88 SUBDIRS = \ 89 lib \ 90 util \ 91 world_entities \ 92 . \ 93 $(SUB_PROGS) 88 94 89 95
Note: See TracChangeset
for help on using the changeset viewer.