Changeset 4292 in orxonox.OLD
- Timestamp:
- May 26, 2005, 9:25:44 AM (19 years ago)
- Location:
- orxonox/branches/physics
- Files:
-
- 1 added
- 8 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/physics/configure
r4291 r4292 7962 7962 ## OUTPUT CONFIGURE ## 7963 7963 ###################### 7964 ac_config_files="$ac_config_files Makefile src/Makefile src/lib/Makefile src/lib/graphics/Makefile src/lib/graphics/importer/Makefile src/lib/physics/Makefile src/lib/gui/Makefile src/lib/gui/console/Makefile src/lib/gui/gui/Makefile src/lib/tinyxml/Makefile src/subprojects/Makefile src/subprojects/testmain/Makefile src/subprojects/importer/Makefile src/subprojects/gui/Makefile"7964 ac_config_files="$ac_config_files Makefile src/Makefile src/lib/Makefile src/lib/graphics/Makefile src/lib/graphics/importer/Makefile src/lib/physics/Makefile src/lib/gui/Makefile src/lib/gui/console/Makefile src/lib/gui/gui/Makefile src/lib/tinyxml/Makefile src/subprojects/Makefile src/subprojects/testmain/Makefile src/subprojects/importer/Makefile src/subprojects/particles/Makefile src/subprojects/gui/Makefile" 7965 7965 7966 7966 … … 8569 8569 "src/subprojects/testmain/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/subprojects/testmain/Makefile" ;; 8570 8570 "src/subprojects/importer/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/subprojects/importer/Makefile" ;; 8571 "src/subprojects/particles/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/subprojects/particles/Makefile" ;; 8571 8572 "src/subprojects/gui/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/subprojects/gui/Makefile" ;; 8572 8573 "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; -
orxonox/branches/physics/configure.ac
r4291 r4292 527 527 src/subprojects/testmain/Makefile 528 528 src/subprojects/importer/Makefile 529 src/subprojects/particles/Makefile 529 530 src/subprojects/gui/Makefile 530 531 ]) -
orxonox/branches/physics/src/subprojects/Makefile.am
r4283 r4292 1 1 SUBDIRS = importer \ 2 particles \ 2 3 gui \ 3 4 testmain -
orxonox/branches/physics/src/subprojects/Makefile.in
r4283 r4292 165 165 target_vendor = @target_vendor@ 166 166 SUBDIRS = importer \ 167 particles \ 167 168 gui \ 168 169 testmain -
orxonox/branches/physics/src/subprojects/importer/Makefile.am
r4283 r4292 48 48 $(MAINSRCDIR)/lib/coord/null_parent.cc 49 49 50 noinst_HEADERS = framework.h \ 51 windowHandler.h 50 noinst_HEADERS = framework.h -
orxonox/branches/physics/src/subprojects/importer/Makefile.in
r4283 r4292 212 212 $(MAINSRCDIR)/lib/coord/null_parent.cc 213 213 214 noinst_HEADERS = framework.h \ 215 windowHandler.h 216 214 noinst_HEADERS = framework.h 217 215 all: all-am 218 216 -
orxonox/branches/physics/src/subprojects/particles/Makefile.am
r4283 r4292 48 48 $(MAINSRCDIR)/lib/coord/null_parent.cc 49 49 50 noinst_HEADERS = framework.h \ 51 windowHandler.h 50 noinst_HEADERS = framework.h -
orxonox/branches/physics/src/subprojects/particles/Makefile.in
r4283 r4292 40 40 host_triplet = @host@ 41 41 bin_PROGRAMS = importer$(EXEEXT) 42 subdir = src/subprojects/ importer42 subdir = src/subprojects/particles 43 43 DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \ 44 44 $(srcdir)/Makefile.in … … 212 212 $(MAINSRCDIR)/lib/coord/null_parent.cc 213 213 214 noinst_HEADERS = framework.h \ 215 windowHandler.h 216 214 noinst_HEADERS = framework.h 217 215 all: all-am 218 216 … … 228 226 esac; \ 229 227 done; \ 230 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/subprojects/ importer/Makefile'; \228 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/subprojects/particles/Makefile'; \ 231 229 cd $(top_srcdir) && \ 232 $(AUTOMAKE) --foreign src/subprojects/ importer/Makefile230 $(AUTOMAKE) --foreign src/subprojects/particles/Makefile 233 231 .PRECIOUS: Makefile 234 232 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Note: See TracChangeset
for help on using the changeset viewer.