Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 22, 2005, 7:39:44 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: gui is now a lib build and stored in lib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/graphics/importer/Makefile.in

    r4263 r4264  
    161161target_vendor = @target_vendor@
    162162MAINSRCDIR = ../../..
    163 AM_CXXFLAGS = -I$(MAINSRCDIR) -I$(MAINSRCDIR)/world_entities -I$(MAINSRCDIR)/story_entities -I$(MAINSRCDIR)/lib -I$(MAINSRCDIR)/lib/coord -I$(MAINSRCDIR)/lib/data -I$(MAINSRCDIR)/lib/graphics -I$(MAINSRCDIR)/lib/graphics/importer -I$(MAINSRCDIR)/lib/gui -I$(MAINSRCDIR)/lib/lang -I$(MAINSRCDIR)/lib/util -I$(MAINSRCDIR)/lib/math -I$(MAINSRCDIR)/defs -I$(MAINSRCDIR)/font -I$(MAINSRCDIR)/network -I$(MAINSRCDIR)/glmenu -I$(MAINSRCDIR)/ai -I$(MAINSRCDIR)/util -I$(MAINSRCDIR)/util/animation -I$(MAINSRCDIR)/util/common
    164163AM_LDFLAGS = $(MWINDOWS)
    165 
    166 #"-O3 -pedantic -fPIC -ffast-math -I/usr/X11R6/include"
    167 noinst_HEADERS = framework.h \
    168                 windowHandler.h \
    169                 model.h \
     164noinst_HEADERS = model.h \
    170165                objModel.h \
    171166                primitive_model.h \
     
    186181          esac; \
    187182        done; \
    188         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/lib/graphics/importer/Makefile'; \
     183        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/lib/graphics/importer/Makefile'; \
    189184        cd $(top_srcdir) && \
    190           $(AUTOMAKE) --foreign  src/lib/graphics/importer/Makefile
     185          $(AUTOMAKE) --gnu  src/lib/graphics/importer/Makefile
    191186.PRECIOUS: Makefile
    192187Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
     
    366361        pdf-am ps ps-am tags uninstall uninstall-am uninstall-info-am
    367362
    368 
    369 #  uncomment the following if orxonox requires the math library
    370 #orxonox_LDADD=-lm
    371 
    372 #EXTRA_DIST=orxonox.lsm.in orxonox.spec.in orxonox.texinfo
    373 
    374 #  if you write a self-test script named `chk', uncomment the
    375 #  following and add `chk' to the EXTRA_DIST list
    376 #TESTS=chk
    377 
    378 #  build and install the .info pages
    379 #info_TEXINFOS = orxonox.texinfo
    380 #orxonox_TEXINFOS = gpl.texinfo
    381 
    382 #  install the man pages
    383 #man_MANS=orxonox.1
    384363# Tell versions [3.59,3.63) of GNU make to not export all variables.
    385364# Otherwise a system limit (for SysV at least) may be exceeded.
Note: See TracChangeset for help on using the changeset viewer.