Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3218 in orxonox.OLD


Ignore:
Timestamp:
Dec 19, 2004, 4:05:07 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: makefile of doc extends make and make config.

Location:
orxonox/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/Makefile.in

    r3205 r3218  
    502502check-am: all-am
    503503check: check-recursive
    504 all-am: Makefile config.h
     504all-am: Makefile config.h all-local
    505505installdirs: installdirs-recursive
    506506installdirs-am:
     
    531531clean: clean-recursive
    532532
    533 clean-am: clean-generic mostlyclean-am
     533clean-am: clean-generic clean-local mostlyclean-am
    534534
    535535distclean: distclean-recursive
    536536        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
    537537        -rm -f Makefile
    538 distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
     538distclean-am: clean-am distclean-generic distclean-hdr distclean-local \
     539        distclean-tags
    539540
    540541dvi: dvi-recursive
     
    580581uninstall-info: uninstall-info-recursive
    581582
    582 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
    583         check-am clean clean-generic clean-recursive ctags \
    584         ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-shar \
    585         dist-tarZ dist-zip distcheck distclean distclean-generic \
    586         distclean-hdr distclean-recursive distclean-tags \
    587         distcleancheck distdir distuninstallcheck dvi dvi-am html \
    588         html-am info info-am install install-am install-data \
    589         install-data-am install-exec install-exec-am install-info \
    590         install-info-am install-man install-strip installcheck \
    591         installcheck-am installdirs installdirs-am maintainer-clean \
    592         maintainer-clean-generic maintainer-clean-recursive \
    593         mostlyclean mostlyclean-generic mostlyclean-recursive pdf \
    594         pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
    595         uninstall-info-am
     583.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am all-local \
     584        am--refresh check check-am clean clean-generic clean-local \
     585        clean-recursive ctags ctags-recursive dist dist-all dist-bzip2 \
     586        dist-gzip dist-shar dist-tarZ dist-zip distcheck distclean \
     587        distclean-generic distclean-hdr distclean-local \
     588        distclean-recursive distclean-tags distcleancheck distdir \
     589        distuninstallcheck dvi dvi-am html html-am info info-am \
     590        install install-am install-data install-data-am install-exec \
     591        install-exec-am install-info install-info-am install-man \
     592        install-strip installcheck installcheck-am installdirs \
     593        installdirs-am maintainer-clean maintainer-clean-generic \
     594        maintainer-clean-recursive mostlyclean mostlyclean-generic \
     595        mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
     596        uninstall uninstall-am uninstall-info-am
    596597
    597598
    598599doc:
    599         @echo "Generating doxygen Documentation"; \
    600600        if test ! -e $(DX_CONFIG_FILE); then \
    601601         make doc-config; \
    602602        fi
     603        @echo "Generating doxygen Documentation"; \
    603604        doxygen $(DX_CONFIG_FILE)
    604605
     
    635636
    636637doc-delete:
    637         @echo "Deleting doxygen Documentation" ; \
    638         rm -rf $(top_srcdir)/doc/html ; \
     638        @echo "Deleting doxygen Documentation"
     639        rm -rf $(top_srcdir)/doc/html
    639640        rm -rf $(top_srcdir)/doc/latex
     641
     642distclean-local: doc-delete
     643        rm -f $(top_srcdir)/orxodox
     644
     645clean-local:  doc-delete
     646
     647all-local: doc
    640648
    641649.PHONY: doc doc-config doc-delete
  • orxonox/trunk/configure

    r3205 r3218  
    66036603
    66046604#checking for pthread libs
    6605  echo "$as_me:$LINENO: checking for main in -lpthread" >&5
    6606 echo $ECHO_N "checking for main in -lpthread... $ECHO_C" >&6
    6607 if test "${ac_cv_lib_pthread_main+set}" = set; then
    6608   echo $ECHO_N "(cached) $ECHO_C" >&6
    6609 else
    6610   ac_check_lib_save_LIBS=$LIBS
    6611 LIBS="-lpthread  $LIBS"
    6612 cat >conftest.$ac_ext <<_ACEOF
    6613 /* confdefs.h.  */
    6614 _ACEOF
    6615 cat confdefs.h >>conftest.$ac_ext
    6616 cat >>conftest.$ac_ext <<_ACEOF
    6617 /* end confdefs.h.  */
    6618 
    6619 
    6620 int
    6621 main ()
    6622 {
    6623 main ();
    6624   ;
    6625   return 0;
    6626 }
    6627 _ACEOF
    6628 rm -f conftest.$ac_objext conftest$ac_exeext
    6629 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
    6630   (eval $ac_link) 2>conftest.er1
    6631   ac_status=$?
    6632   grep -v '^ *+' conftest.er1 >conftest.err
    6633   rm -f conftest.er1
    6634   cat conftest.err >&5
    6635   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6636   (exit $ac_status); } &&
    6637          { ac_try='test -z "$ac_c_werror_flag"
    6638                          || test ! -s conftest.err'
    6639   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6640   (eval $ac_try) 2>&5
    6641   ac_status=$?
    6642   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6643   (exit $ac_status); }; } &&
    6644          { ac_try='test -s conftest$ac_exeext'
    6645   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
    6646   (eval $ac_try) 2>&5
    6647   ac_status=$?
    6648   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    6649   (exit $ac_status); }; }; then
    6650   ac_cv_lib_pthread_main=yes
    6651 else
    6652   echo "$as_me: failed program was:" >&5
    6653 sed 's/^/| /' conftest.$ac_ext >&5
    6654 
    6655 ac_cv_lib_pthread_main=no
    6656 fi
    6657 rm -f conftest.err conftest.$ac_objext \
    6658       conftest$ac_exeext conftest.$ac_ext
    6659 LIBS=$ac_check_lib_save_LIBS
    6660 fi
    6661 echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_main" >&5
    6662 echo "${ECHO_T}$ac_cv_lib_pthread_main" >&6
    6663 if test $ac_cv_lib_pthread_main = yes; then
    6664   FOUND_pthread=yes
    6665 fi
    6666 
    6667  if test "$FOUND_pthread" = "yes" ; then
    6668     LIBS="$LIBS -lpthread"
    6669  fi
     6605# AC_CHECK_LIB([pthread], [main], FOUND_pthread=yes)
     6606# if test "$FOUND_pthread" = "yes" ; then
     6607#    LIBS="$LIBS -lpthread"
     6608# fi
    66706609
    66716610
  • orxonox/trunk/configure.ac

    r3205 r3218  
    22# Process this file with autoconf to produce a configure script.
    33
    4 #AC_PREREQ(2.56)
     4AC_PREREQ(2.56)
    55AC_INIT(orxonox, 0.2.0_alpha-r1, orxonox-dev@mail.datacore.ch)
    66
     
    337337
    338338#checking for pthread libs
    339  AC_CHECK_LIB([pthread], [main], FOUND_pthread=yes)
    340  if test "$FOUND_pthread" = "yes" ; then
    341     LIBS="$LIBS -lpthread"
    342  fi
     339# AC_CHECK_LIB([pthread], [main], FOUND_pthread=yes)
     340# if test "$FOUND_pthread" = "yes" ; then
     341#    LIBS="$LIBS -lpthread"
     342# fi
    343343
    344344
  • orxonox/trunk/doc/documentation.am

    r3205 r3218  
    33
    44doc:
    5         @echo "Generating doxygen Documentation"; \
    65        if test ! -e $(DX_CONFIG_FILE); then \
    76         make doc-config; \
    87        fi
     8        @echo "Generating doxygen Documentation"; \
    99        doxygen $(DX_CONFIG_FILE)
    1010
     
    4141
    4242doc-delete:
    43         @echo "Deleting doxygen Documentation" ; \
    44         rm -rf $(top_srcdir)/doc/html ; \
     43        @echo "Deleting doxygen Documentation"
     44        rm -rf $(top_srcdir)/doc/html
    4545        rm -rf $(top_srcdir)/doc/latex
    4646
     47distclean-local: doc-delete
     48        rm -f $(top_srcdir)/orxodox
    4749
     50clean-local:  doc-delete
     51
     52all-local: doc
    4853
    4954.PHONY: doc doc-config doc-delete
Note: See TracChangeset for help on using the changeset viewer.