Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


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.am

    r3365 r3377  
    7777                 matrix.h \
    7878                 curve.h \
    79                  glmenu_imagescreen.h
     79                 glmenu_imagescreen.h \
     80                 debug.h
    8081
    8182
     
    8990  GTK_PROGS =
    9091endif
     92if SUB_PROJECTS
     93  SUB_PROGS = importer \
     94              gui \
     95              $(GTK_PROGS)
     96else
     97  SUB_PROGS =
     98endif
    9199
    92100SUBDIRS = . \
    93           importer \
    94           gui \
    95           $(GTK_PROGS)
     101          $(SUB_PROGS)
    96102
    97103#  uncomment the following if orxonox requires the math library
Note: See TracChangeset for help on using the changeset viewer.