Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3377 in orxonox.OLD for orxonox/trunk/src/Makefile.in


Ignore:
Timestamp:
Jan 10, 2005, 12:00:02 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: Compiling-performance-update: SubPrjects will only be build on demand, by either compiling them inside their folders, or by
./configure —enable-sub-projects

File:
1 edited

Legend:

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

    r3365 r3377  
    159159SHELL = @SHELL@
    160160STRIP = @STRIP@
     161SUB_PROJECTS_FALSE = @SUB_PROJECTS_FALSE@
     162SUB_PROJECTS_TRUE = @SUB_PROJECTS_TRUE@
    161163VERSION = @VERSION@
    162164ac_ct_CC = @ac_ct_CC@
     
    274276                 matrix.h \
    275277                 curve.h \
    276                  glmenu_imagescreen.h
     278                 glmenu_imagescreen.h \
     279                 debug.h
    277280
    278281EXTRA_DIST = orxonox.conf
     
    281284### GTK_RELATED
    282285@HAVE_GTK2_TRUE@GTK_PROGS = console
     286@SUB_PROJECTS_FALSE@SUB_PROGS =
     287@SUB_PROJECTS_TRUE@SUB_PROGS = importer \
     288@SUB_PROJECTS_TRUE@           gui \
     289@SUB_PROJECTS_TRUE@           $(GTK_PROGS)
     290
    283291SUBDIRS = . \
    284           importer \
    285           gui \
    286           $(GTK_PROGS)
     292          $(SUB_PROGS)
    287293
    288294all: all-recursive
Note: See TracChangeset for help on using the changeset viewer.