Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Dec 16, 2004, 1:58:38 PM (21 years ago)
Author:
bensch
Message:

orxonox/trunk: Changed filestructure:
moved gui, console to src/gui, src/console
fixed Makefiles.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/Makefile.in

    r3182 r3191  
    6060ETAGS = etags
    6161CTAGS = ctags
    62 DIST_SUBDIRS = src importer gui console
     62DIST_SUBDIRS = $(SUBDIRS)
    6363DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    6464distdir = $(PACKAGE)-$(VERSION)
     
    166166target_vendor = @target_vendor@
    167167AUTOMAKE_OPTIONS = foreign no-installman no-installinfo
    168 @HAVE_GTK2_FALSE@GTK_PROGS =
    169 @HAVE_GTK2_TRUE@GTK_PROGS = console
    170168SUBDIRS = src \
    171           importer \
    172           gui \
    173           $(GTK_PROGS)
    174 
    175 DOXYGEN_INPUT = src gui
     169          importer
     170
     171DOXYGEN_INPUT = src src/gui
    176172DOXYGEN_EXCLUDE =
    177173DOXYGEN_EXAMPLE_PATH =
     
    385381          fi; \
    386382        done
    387         list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
     383        list='$(SUBDIRS)'; for subdir in $$list; do \
    388384          if test "$$subdir" = .; then :; else \
    389385            test -d "$(distdir)/$$subdir" \
Note: See TracChangeset for help on using the changeset viewer.