Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3100 in orxonox.OLD for orxonox/trunk/Makefile.in


Ignore:
Timestamp:
Dec 5, 2004, 2:50:29 PM (21 years ago)
Author:
bensch
Message:

orxonox/trunk: ability to disable GTK with ./configure —disable-gtk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/Makefile.in

    r3099 r3100  
    6060ETAGS = etags
    6161CTAGS = ctags
    62 DIST_SUBDIRS = $(SUBDIRS)
     62DIST_SUBDIRS = src importer gui console
    6363DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    6464distdir = $(PACKAGE)-$(VERSION)
     
    164164target_os = @target_os@
    165165target_vendor = @target_vendor@
    166 SUBDIRS = src console gui importer
     166@HAVE_GTK2_FALSE@GTK_PROGS =
     167@HAVE_GTK2_TRUE@GTK_PROGS = gui console
     168SUBDIRS = src importer $(GTK_PROGS)
    167169all: config.h
    168170        $(MAKE) $(AM_MAKEFLAGS) all-recursive
     
    370372          fi; \
    371373        done
    372         list='$(SUBDIRS)'; for subdir in $$list; do \
     374        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
    373375          if test "$$subdir" = .; then :; else \
    374376            test -d "$(distdir)/$$subdir" \
Note: See TracChangeset for help on using the changeset viewer.