Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 2, 2005, 1:04:00 PM (20 years ago)
Author:
bensch
Message:

orxonox/branches/nico: heightmap now compiles on all platforms

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/nico/src/importer/Makefile.in

    r3384 r3390  
    5454PROGRAMS = $(bin_PROGRAMS)
    5555am_heightmap_OBJECTS = main.$(OBJEXT) heightMapTerrain.$(OBJEXT) \
    56         heightMapViewer.$(OBJEXT)
     56        heightMapViewer.$(OBJEXT) vector.$(OBJEXT) \
     57        windowHandler.$(OBJEXT)
    5758heightmap_OBJECTS = $(am_heightmap_OBJECTS)
    5859heightmap_LDADD = $(LDADD)
     
    134135SHELL = @SHELL@
    135136STRIP = @STRIP@
     137SUB_PROJECTS_FALSE = @SUB_PROJECTS_FALSE@
     138SUB_PROJECTS_TRUE = @SUB_PROJECTS_TRUE@
    136139VERSION = @VERSION@
    137140ac_ct_CC = @ac_ct_CC@
     
    189192heightmap_SOURCES = main.cc \
    190193                   heightMapTerrain.cc \
    191                    heightMapViewer.cc
     194                   heightMapViewer.cc \
     195                   vector.cc \
     196                   windowHandler.cc
    192197
    193198noinst_HEADERS = framework.h \
     
    210215          esac; \
    211216        done; \
    212         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/importer/Makefile'; \
     217        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/importer/Makefile'; \
    213218        cd $(top_srcdir) && \
    214           $(AUTOMAKE) --foreign  src/importer/Makefile
     219          $(AUTOMAKE) --gnu  src/importer/Makefile
    215220.PRECIOUS: Makefile
    216221Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Note: See TracChangeset for help on using the changeset viewer.