Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4338 in orxonox.OLD for orxonox/trunk/src/subprojects/Makefile.in


Ignore:
Timestamp:
May 27, 2005, 9:16:53 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: merged branches/physics back to the trunk
merged with command
svn merge -r 3866:HEAD . ../../trunk/
many conflict that i tried to resolv
@patrick: i hope i did not interfere with your stuff :/

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/subprojects/Makefile.in

    r4276 r4338  
    1414
    1515@SET_MAKE@
     16
    1617srcdir = @srcdir@
    1718top_srcdir = @top_srcdir@
     
    3637host_triplet = @host@
    3738subdir = src/subprojects
    38 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
     39DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
     40        $(srcdir)/Makefile.in
    3941ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
    4042am__aclocal_m4_deps = $(top_srcdir)/configure.ac
     
    5254        pdf-recursive ps-recursive uninstall-info-recursive \
    5355        uninstall-recursive
     56HEADERS = $(noinst_HEADERS)
    5457ETAGS = etags
    5558CTAGS = ctags
     
    165168target_vendor = @target_vendor@
    166169SUBDIRS = importer \
     170          particles \
    167171          gui \
    168172          testmain
    169173
     174noinst_HEADERS = framework.h
     175EXTRA_DIST = framework.cc
    170176all: all-recursive
    171177
     
    364370check-am: all-am
    365371check: check-recursive
    366 all-am: Makefile
     372all-am: Makefile $(HEADERS)
    367373installdirs: installdirs-recursive
    368374installdirs-am:
Note: See TracChangeset for help on using the changeset viewer.