OSSP CVS Repository

ossp - Difference in ossp-pkg/pth/Makefile.in versions 1.144 and 1.145
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/pth/Makefile.in 1.144 -> 1.145

--- Makefile.in  2002/01/27 11:03:39     1.144
+++ Makefile.in  2002/01/30 12:54:21     1.145
@@ -293,6 +293,7 @@
 #   clean the source tree by removing really all generate stuff
 realclean: distclean
         $(RM) $(TARGET_MANS)
+        ./devtool autoclean
 
 #   give hints what to do as the next step
 what-next:
@@ -372,54 +373,6 @@
         ./test_sfio
 test-pthread: test_pthread
         ./test_pthread
-
-#   GNU compat targets
-check: test
-installcheck:
-installdirs: install-dirs
-install-strip: install
-mostlyclean: clean
-maintainer-clean: realclean
-info:
-dvi:
-TAGS:
-
-##
-##  ____ DEVELOPER TARGETS ___________________________________________
-##  (THIS IS NOT INTENDED TO BE RUN BY END USERS)
-##
-
-#   fixup the permissions in the source tree
-fixperm:
-        @echo "Fixing permissions in source tree"
-        @$(SHTOOL) fixperm *
-
-#   update Autoconf files
-update-autoconf: configure pth_acdef.h.in
-configure: configure.in
-        $(RM) configure
-        autoconf
-pth_acdef.h.in: configure.in acconfig.h acheader.m4
-        $(RM) pth_acdef.h.in
-        cat acheader.m4 configure.in | autoheader - >pth_acdef.h.in
-
-#   update build tools
-update-tools:
-        @$(RM) shtool ltmain.sh ltconfig
-        @$(MAKE) $(MKFLAGS) shtool ltmain.sh ltconfig
-shtool:
-        shtoolize -o shtool echo version scpp mkdir install fixperm tarball
-ltmain.sh:
-        @F=`libtoolize -n -c -f | grep 'cp.*ltmain.sh' |\
-            $(SED) -e 's;[^/]*;;' -e 's; .*;;'`; \
-        $(ECHO) "ltmain.sh <-- $$F"; cat $$F |\
-        $(SED) -e 's:/bin/sh; then:/bin/sh || test ".`$(ECHO) $$nonopt | grep shtool`" != .;then:' \
-            -e 's:exec \$$SHELL \$$0 --finish:exit 0 #:' >ltmain.sh
-ltconfig:
-        @F=`libtoolize -n -c -f | grep 'cp.*ltconfig' | $(SED) -e 's;[^/]*;;' -e 's; .*;;'`; \
-        $(ECHO) "ltconfig <-- $$F"; $(CAT) $$F >ltconfig
-
-#   debug the test programs
 debug: debug-std
 debug-std: test_std
         TEST=test_std && $(_DEBUG)
@@ -440,38 +393,16 @@
 debug-pthread: test_pthread
         TEST=test_pthread && $(_DEBUG)
 
-#   roll the release or snapshot tarball
-dist: distclean fixperm
-        @V=`$(SHTOOL) version -l c -d short $(_VERSION_FILE)`; NAME="pth-$$V"; \
-        $(ECHO) "Rolling RELEASE tarball $$NAME.tar.gz"; $(_TARBALL)
-snap: distclean fixperm
-        @V=`$(SHTOOL) version -l c -d short $(_VERSION_FILE)`; NAME="pth-$$V-SNAP"; \
-        $(ECHO) "Rolling SNAPSHOT tarball $$NAME.tar.gz"; $(_TARBALL)
-
-#   increase or update version information
-new-version:
-        @V="$(VERSION)"; \
-        if [ ".$$V" != . ]; then \
-                OPT="-s$$V"; \
-        else \
-                OPT="-e"; \
-        fi; \
-        $(_VERSION)
-update-version:
-        @OPT="-s`$(SHTOOL) version -lc -dshort $(_VERSION_FILE)`" && $(_VERSION)
-
-#   make a striptease
-striptease:
-        @$(PERL) striptease.pl
-
-#   create dependencies
-depend:
-        $(CP) Makefile.in Makefile.in.bak \
-        && $(SED) -ne '1,/^# DO NOT REMOVE/p' Makefile.in > Makefile.new \
-        && $(CC) -MM $(CPPFLAGS) $(CFLAGS) *.c |\
-           $(SED) -e 's/^\(pth_.*\)\.o:/\1.lo:/' >> Makefile.new \
-        && $(CP) Makefile.new Makefile.in \
-        && $(RM) Makefile.new
+#   GNU compat targets
+check: test
+installcheck:
+installdirs: install-dirs
+install-strip: install
+mostlyclean: clean
+maintainer-clean: realclean
+info:
+dvi:
+TAGS:
 
 ##
 ##  ____ DEPENDENCY AREA ____________________________________________
@@ -481,58 +412,37 @@
 $(LOBJS): Makefile
 
 # DO NOT REMOVE
-pth_attr.lo: pth_attr.c pth_p.h pth_vers.c pth.h pth_acdef.h \
- pth_acmac.h
-pth_cancel.lo: pth_cancel.c pth_p.h pth_vers.c pth.h pth_acdef.h \
- pth_acmac.h
-pth_clean.lo: pth_clean.c pth_p.h pth_vers.c pth.h pth_acdef.h \
- pth_acmac.h
-pth_compat.lo: pth_compat.c pth_p.h pth_vers.c pth.h pth_acdef.h \
- pth_acmac.h
-pth_data.lo: pth_data.c pth_p.h pth_vers.c pth.h pth_acdef.h \
- pth_acmac.h
-pth_debug.lo: pth_debug.c pth_p.h pth_vers.c pth.h pth_acdef.h \
- pth_acmac.h
-pth_errno.lo: pth_errno.c pth_p.h pth_vers.c pth.h pth_acdef.h \
- pth_acmac.h
-pth_event.lo: pth_event.c pth_p.h pth_vers.c pth.h pth_acdef.h \
- pth_acmac.h
-pth_ext.lo: pth_ext.c pth_p.h pth_vers.c pth.h pth_acdef.h pth_acmac.h
-pth_fork.lo: pth_fork.c pth_p.h pth_vers.c pth.h pth_acdef.h \
- pth_acmac.h
-pth_high.lo: pth_high.c pth_p.h pth_vers.c pth.h pth_acdef.h \
- pth_acmac.h
-pth_lib.lo: pth_lib.c pth_p.h pth_vers.c pth.h pth_acdef.h pth_acmac.h
-pth_mctx.lo: pth_mctx.c pth_p.h pth_vers.c pth.h pth_acdef.h \
- pth_acmac.h
-pth_msg.lo: pth_msg.c pth_p.h pth_vers.c pth.h pth_acdef.h pth_acmac.h
-pth_pqueue.lo: pth_pqueue.c pth_p.h pth_vers.c pth.h pth_acdef.h \
- pth_acmac.h
-pth_ring.lo: pth_ring.c pth_p.h pth_vers.c pth.h pth_acdef.h \
- pth_acmac.h
-pth_sched.lo: pth_sched.c pth_p.h pth_vers.c pth.h pth_acdef.h \
- pth_acmac.h
-pth_string.lo: pth_string.c pth_p.h pth_vers.c pth.h pth_acdef.h \
- pth_acmac.h
-pth_sync.lo: pth_sync.c pth_p.h pth_vers.c pth.h pth_acdef.h \
- pth_acmac.h
-pth_syscall.lo: pth_syscall.c pth_p.h pth_vers.c pth.h pth_acdef.h \
- pth_acmac.h
-pth_tcb.lo: pth_tcb.c pth_p.h pth_vers.c pth.h pth_acdef.h pth_acmac.h
-pth_time.lo: pth_time.c pth_p.h pth_vers.c pth.h pth_acdef.h \
- pth_acmac.h
-pth_util.lo: pth_util.c pth_p.h pth_vers.c pth.h pth_acdef.h \
- pth_acmac.h
-pth_vers.lo: pth_vers.c
-pthread.o: pthread.c pthread.h pth_p.h pth_vers.c pth.h pth_acdef.h \
- pth_acmac.h
+pth_attr.lo: pth_attr.c pth_p.h pth_vers.c pth.h pth_acdef.h pth_acmac.h
+pth_cancel.o: pth_cancel.c pth_p.h pth_vers.c pth.h pth_acdef.h pth_acmac.h
+pth_clean.o: pth_clean.c pth_p.h pth_vers.c pth.h pth_acdef.h pth_acmac.h
+pth_compat.o: pth_compat.c pth_p.h pth_vers.c pth.h pth_acdef.h pth_acmac.h
+pth_data.o: pth_data.c pth_p.h pth_vers.c pth.h pth_acdef.h pth_acmac.h
+pth_debug.o: pth_debug.c pth_p.h pth_vers.c pth.h pth_acdef.h pth_acmac.h
+pth_errno.o: pth_errno.c pth_p.h pth_vers.c pth.h pth_acdef.h pth_acmac.h
+pth_event.o: pth_event.c pth_p.h pth_vers.c pth.h pth_acdef.h pth_acmac.h
+pth_ext.o: pth_ext.c pth_p.h pth_vers.c pth.h pth_acdef.h pth_acmac.h
+pth_fork.o: pth_fork.c pth_p.h pth_vers.c pth.h pth_acdef.h pth_acmac.h
+pth_high.o: pth_high.c pth_p.h pth_vers.c pth.h pth_acdef.h pth_acmac.h
+pth_lib.o: pth_lib.c pth_p.h pth_vers.c pth.h pth_acdef.h pth_acmac.h
+pth_mctx.o: pth_mctx.c pth_p.h pth_vers.c pth.h pth_acdef.h pth_acmac.h
+pth_msg.o: pth_msg.c pth_p.h pth_vers.c pth.h pth_acdef.h pth_acmac.h
+pth_pqueue.o: pth_pqueue.c pth_p.h pth_vers.c pth.h pth_acdef.h pth_acmac.h
+pth_ring.o: pth_ring.c pth_p.h pth_vers.c pth.h pth_acdef.h pth_acmac.h
+pth_sched.o: pth_sched.c pth_p.h pth_vers.c pth.h pth_acdef.h pth_acmac.h
+pth_string.o: pth_string.c pth_p.h pth_vers.c pth.h pth_acdef.h pth_acmac.h
+pth_sync.o: pth_sync.c pth_p.h pth_vers.c pth.h pth_acdef.h pth_acmac.h
+pth_syscall.o: pth_syscall.c pth_p.h pth_vers.c pth.h pth_acdef.h pth_acmac.h
+pth_tcb.o: pth_tcb.c pth_p.h pth_vers.c pth.h pth_acdef.h pth_acmac.h
+pth_time.o: pth_time.c pth_p.h pth_vers.c pth.h pth_acdef.h pth_acmac.h
+pth_util.o: pth_util.c pth_p.h pth_vers.c pth.h pth_acdef.h pth_acmac.h
+pth_vers.o: pth_vers.c pth_vers.c
+pthread.o: pthread.c pth_p.h pth_vers.c pth.h pth_acdef.h pth_acmac.h
 test_common.o: test_common.c pth.h test_common.h
 test_httpd.o: test_httpd.c pth.h test_common.h
 test_misc.o: test_misc.c pth.h
 test_mp.o: test_mp.c pth.h test_common.h
 test_philo.o: test_philo.c pth.h test_common.h
-test_pthread.o: test_pthread.c pthread.h
-test_select.o: test_select.c pth.h
+test_pthread.o: test_pthread.c test_select.o: test_select.c pth.h
 test_sfio.o: test_sfio.c pth.h
 test_sig.o: test_sig.c pth.h
 test_std.o: test_std.c pth.h

CVSTrac 2.0.1