Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Oct 29, 2005, 4:29:07 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: building with LIBTOOL again, this time for real
Since now we link shared libraries together, there is no more problem with uninitialized global values

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.in

    r5437 r5450  
    7676AMDEP_TRUE = @AMDEP_TRUE@
    7777AMTAR = @AMTAR@
     78AR = @AR@
    7879AUTOCONF = @AUTOCONF@
    7980AUTOHEADER = @AUTOHEADER@
     
    8889CURL_LIBS = @CURL_LIBS@
    8990CXX = @CXX@
     91CXXCPP = @CXXCPP@
    9092CXXDEPMODE = @CXXDEPMODE@
    9193CXXFLAGS = @CXXFLAGS@
     
    99101DOXYGEN_FALSE = @DOXYGEN_FALSE@
    100102DOXYGEN_TRUE = @DOXYGEN_TRUE@
     103ECHO = @ECHO@
    101104ECHO_C = @ECHO_C@
    102105ECHO_N = @ECHO_N@
     
    104107EGREP = @EGREP@
    105108EXEEXT = @EXEEXT@
     109F77 = @F77@
     110FFLAGS = @FFLAGS@
    106111GPROF = @GPROF@
    107112GTK2_CFLAGS = @GTK2_CFLAGS@
     
    118123LIBOBJS = @LIBOBJS@
    119124LIBS = @LIBS@
     125LIBTOOL = @LIBTOOL@
     126LN_S = @LN_S@
    120127LTLIBOBJS = @LTLIBOBJS@
    121128MAKEINFO = @MAKEINFO@
     
    137144SUB_PROJECTS_TRUE = @SUB_PROJECTS_TRUE@
    138145VERSION = @VERSION@
     146ac_ct_AR = @ac_ct_AR@
    139147ac_ct_CC = @ac_ct_CC@
    140148ac_ct_CXX = @ac_ct_CXX@
     149ac_ct_F77 = @ac_ct_F77@
    141150ac_ct_RANLIB = @ac_ct_RANLIB@
    142151ac_ct_STRIP = @ac_ct_STRIP@
     
    253262distclean-hdr:
    254263        -rm -f config.h stamp-h1
     264
     265mostlyclean-libtool:
     266        -rm -f *.lo
     267
     268clean-libtool:
     269        -rm -rf .libs _libs
     270
     271distclean-libtool:
     272        -rm -f libtool
    255273uninstall-info-am:
    256274
     
    546564clean: clean-recursive
    547565
    548 clean-am: clean-generic clean-local mostlyclean-am
     566clean-am: clean-generic clean-libtool clean-local mostlyclean-am
    549567
    550568distclean: distclean-recursive
    551569        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
    552570        -rm -f Makefile
    553 distclean-am: clean-am distclean-generic distclean-hdr distclean-local \
    554         distclean-tags
     571distclean-am: clean-am distclean-generic distclean-hdr \
     572        distclean-libtool distclean-local distclean-tags
    555573
    556574dvi: dvi-recursive
     
    582600mostlyclean: mostlyclean-recursive
    583601
    584 mostlyclean-am: mostlyclean-generic
     602mostlyclean-am: mostlyclean-generic mostlyclean-libtool
    585603
    586604pdf: pdf-recursive
     
    597615
    598616.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am all-local \
    599         am--refresh check check-am clean clean-generic clean-local \
    600         clean-recursive ctags ctags-recursive dist dist-all dist-bzip2 \
    601         dist-gzip dist-shar dist-tarZ dist-zip distcheck distclean \
    602         distclean-generic distclean-hdr distclean-local \
    603         distclean-recursive distclean-tags distcleancheck distdir \
    604         distuninstallcheck dvi dvi-am html html-am info info-am \
    605         install install-am install-data install-data-am install-exec \
    606         install-exec-am install-info install-info-am install-man \
    607         install-strip installcheck installcheck-am installdirs \
    608         installdirs-am maintainer-clean maintainer-clean-generic \
     617        am--refresh check check-am clean clean-generic clean-libtool \
     618        clean-local clean-recursive ctags ctags-recursive dist \
     619        dist-all dist-bzip2 dist-gzip dist-shar dist-tarZ dist-zip \
     620        distcheck distclean distclean-generic distclean-hdr \
     621        distclean-libtool distclean-local distclean-recursive \
     622        distclean-tags distcleancheck distdir distuninstallcheck dvi \
     623        dvi-am html html-am info info-am install install-am \
     624        install-data install-data-am install-exec install-exec-am \
     625        install-info install-info-am install-man install-strip \
     626        installcheck installcheck-am installdirs installdirs-am \
     627        maintainer-clean maintainer-clean-generic \
    609628        maintainer-clean-recursive mostlyclean mostlyclean-generic \
    610         mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
    611         uninstall uninstall-am uninstall-info-am
     629        mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \
     630        tags tags-recursive uninstall uninstall-am uninstall-info-am
    612631
    613632
Note: See TracChangeset for help on using the changeset viewer.