Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 23, 2005, 11:37:25 AM (19 years ago)
Author:
chris
Message:

orxonox/branches/ll2trunktemp: I tried… Not working…

Location:
orxonox/branches/ll2trunktemp/src/subprojects
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/ll2trunktemp/src/subprojects/Makefile.in

    r3789 r3940  
    1 # Makefile.in generated by automake 1.8.5 from Makefile.am.
     1# Makefile.in generated by automake 1.8.2 from Makefile.am.
    22# @configure_input@
    33
     
    178178          esac; \
    179179        done; \
    180         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/subprojects/Makefile'; \
     180        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/subprojects/Makefile'; \
    181181        cd $(top_srcdir) && \
    182           $(AUTOMAKE) --foreign  src/subprojects/Makefile
     182          $(AUTOMAKE) --gnu  src/subprojects/Makefile
    183183.PRECIOUS: Makefile
    184184Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
     
    273273        tags=; \
    274274        here=`pwd`; \
    275         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
     275        if (etags --etags-include --version) >/dev/null 2>&1; then \
    276276          include_option=--etags-include; \
    277           empty_fix=.; \
    278277        else \
    279278          include_option=--include; \
    280           empty_fix=; \
    281279        fi; \
    282280        list='$(SUBDIRS)'; for subdir in $$list; do \
    283281          if test "$$subdir" = .; then :; else \
    284             test ! -f $$subdir/TAGS || \
     282            test -f $$subdir/TAGS && \
    285283              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
    286284          fi; \
     
    292290          $(AWK) '    { files[$$0] = 1; } \
    293291               END { for (i in files) print i; }'`; \
    294         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
    295           test -n "$$unique" || unique=$$empty_fix; \
    296           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    297             $$tags $$unique; \
    298         fi
     292        test -z "$(ETAGS_ARGS)$$tags$$unique" \
     293          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
     294             $$tags $$unique
    299295ctags: CTAGS
    300296CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
  • orxonox/branches/ll2trunktemp/src/subprojects/testmain/Makefile.in

    r3789 r3940  
    1 # Makefile.in generated by automake 1.8.5 from Makefile.am.
     1# Makefile.in generated by automake 1.8.2 from Makefile.am.
    22# @configure_input@
    33
     
    5050CONFIG_HEADER = $(top_builddir)/config.h
    5151CONFIG_CLEAN_FILES =
    52 am__installdirs = "$(DESTDIR)$(bindir)"
     52am__installdirs = $(DESTDIR)$(bindir)
    5353binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
    5454PROGRAMS = $(bin_PROGRAMS)
     
    198198          esac; \
    199199        done; \
    200         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/subprojects/testmain/Makefile'; \
     200        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/subprojects/testmain/Makefile'; \
    201201        cd $(top_srcdir) && \
    202           $(AUTOMAKE) --foreign  src/subprojects/testmain/Makefile
     202          $(AUTOMAKE) --gnu  src/subprojects/testmain/Makefile
    203203.PRECIOUS: Makefile
    204204Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
     
    220220install-binPROGRAMS: $(bin_PROGRAMS)
    221221        @$(NORMAL_INSTALL)
    222         test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
     222        $(mkdir_p) $(DESTDIR)$(bindir)
    223223        @list='$(bin_PROGRAMS)'; for p in $$list; do \
    224224          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
     
    226226          ; then \
    227227            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
    228            echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
    229            $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
     228           echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
     229           $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f || exit 1; \
    230230          else :; fi; \
    231231        done
     
    235235        @list='$(bin_PROGRAMS)'; for p in $$list; do \
    236236          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
    237           echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
    238           rm -f "$(DESTDIR)$(bindir)/$$f"; \
     237          echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
     238          rm -f $(DESTDIR)$(bindir)/$$f; \
    239239        done
    240240
     
    290290          $(AWK) '    { files[$$0] = 1; } \
    291291               END { for (i in files) print i; }'`; \
    292         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
    293           test -n "$$unique" || unique=$$empty_fix; \
    294           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
    295             $$tags $$unique; \
    296         fi
     292        test -z "$(ETAGS_ARGS)$$tags$$unique" \
     293          || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
     294             $$tags $$unique
    297295ctags: CTAGS
    298296CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
     
    349347all-am: Makefile $(PROGRAMS) $(HEADERS)
    350348installdirs:
    351         for dir in "$(DESTDIR)$(bindir)"; do \
    352           test -z "$$dir" || $(mkdir_p) "$$dir"; \
    353         done
     349        $(mkdir_p) $(DESTDIR)$(bindir)
    354350install: install-am
    355351install-exec: install-exec-am
Note: See TracChangeset for help on using the changeset viewer.