Changeset 4338 in orxonox.OLD for orxonox/trunk/src/subprojects
- Timestamp:
- May 27, 2005, 9:16:53 PM (20 years ago)
- Location:
- orxonox/trunk/src/subprojects
- Files:
-
- 4 edited
- 6 copied
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/subprojects/Makefile.am
r4266 r4338 1 1 SUBDIRS = importer \ 2 particles \ 2 3 gui \ 3 4 testmain 5 6 noinst_HEADERS = framework.h 7 8 9 EXTRA_DIST = framework.cc 10 -
orxonox/trunk/src/subprojects/Makefile.in
r4276 r4338 14 14 15 15 @SET_MAKE@ 16 16 17 srcdir = @srcdir@ 17 18 top_srcdir = @top_srcdir@ … … 36 37 host_triplet = @host@ 37 38 subdir = src/subprojects 38 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in 39 DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \ 40 $(srcdir)/Makefile.in 39 41 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 40 42 am__aclocal_m4_deps = $(top_srcdir)/configure.ac … … 52 54 pdf-recursive ps-recursive uninstall-info-recursive \ 53 55 uninstall-recursive 56 HEADERS = $(noinst_HEADERS) 54 57 ETAGS = etags 55 58 CTAGS = ctags … … 165 168 target_vendor = @target_vendor@ 166 169 SUBDIRS = importer \ 170 particles \ 167 171 gui \ 168 172 testmain 169 173 174 noinst_HEADERS = framework.h 175 EXTRA_DIST = framework.cc 170 176 all: all-recursive 171 177 … … 364 370 check-am: all-am 365 371 check: check-recursive 366 all-am: Makefile 372 all-am: Makefile $(HEADERS) 367 373 installdirs: installdirs-recursive 368 374 installdirs-am: -
orxonox/trunk/src/subprojects/importer/Makefile.am
r4272 r4338 48 48 $(MAINSRCDIR)/lib/coord/null_parent.cc 49 49 50 noinst_HEADERS = framework.h \51 windowHandler.h 50 noinst_HEADERS = framework.h 51 -
orxonox/trunk/src/subprojects/importer/Makefile.in
r4276 r4338 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
Note: See TracChangeset
for help on using the changeset viewer.