Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4265 in orxonox.OLD for orxonox/trunk/src/lib/Makefile.in


Ignore:
Timestamp:
May 22, 2005, 7:49:02 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: tinyxml too :)

File:
1 edited

Legend:

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

    r4264 r4265  
    5454ETAGS = etags
    5555CTAGS = ctags
    56 DIST_SUBDIRS = graphics gui
     56DIST_SUBDIRS = $(SUBDIRS)
    5757DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
    5858ACLOCAL = @ACLOCAL@
     
    164164target_os = @target_os@
    165165target_vendor = @target_vendor@
    166 @HAVE_GTK2_FALSE@GTK_PROGS =
    167166
    168167### GTK_RELATED
    169 @HAVE_GTK2_TRUE@GTK_PROGS = gui
     168GTK_PROGS = gui
    170169SUBDIRS = graphics \
     170          tinyxml \
    171171          $(GTK_PROGS)
    172172
     
    183183          esac; \
    184184        done; \
    185         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/lib/Makefile'; \
     185        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/lib/Makefile'; \
    186186        cd $(top_srcdir) && \
    187           $(AUTOMAKE) --gnu  src/lib/Makefile
     187          $(AUTOMAKE) --foreign  src/lib/Makefile
    188188.PRECIOUS: Makefile
    189189Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
     
    352352          fi; \
    353353        done
    354         list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
     354        list='$(SUBDIRS)'; for subdir in $$list; do \
    355355          if test "$$subdir" = .; then :; else \
    356356            test -d "$(distdir)/$$subdir" \
Note: See TracChangeset for help on using the changeset viewer.