ossp-pkg/str/Makefile.in 1.32 -> 1.33
--- Makefile.in 2001/08/16 12:04:25 1.32
+++ Makefile.in 2001/08/16 12:16:51 1.33
@@ -149,11 +149,16 @@
$(RM) libtool
$(RM) Makefile
+realclean: distclean
+ $(RM) config.guess config.sub ltmain.sh libtool.m4
+ $(RM) configure str_config.h.in
+ $(RM) shtool
+
dist: distclean
@$(SHTOOL) fixperm -v .; \
V=`$(SHTOOL) version -l c -d short str_version.c`; \
$(SHTOOL) tarball -o str-$${V}.tar.gz -d str-$${V} -u rse -g str \
- -e 'CVS,\.cvsignore,\.[ao],^\.' -c 'gzip --best' .
+ -e 'CVS,\.cvsignore,\.[ao],^\.,autogen.sh' -c 'gzip --best' .
# increase or update version information
new-version:
@@ -167,24 +172,6 @@
update-version:
@OPT="-s`$(SHTOOL) version -lc -dshort $(_VERSION_FILE)`" && $(_VERSION)
-update:
- @$(RM) ltmain.sh ltconfig shtool
- @$(MAKE) $(MFLAGS) ltmain.sh ltconfig configure shtool
-configure: configure.in aclocal.m4
- $(RM) configure
- autoconf
-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 "$$nonopt" = ./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"; cp $$F .
-shtool:
- shtoolize -o shtool echo version mkdir install fixperm tarball
-
# create dependencies
depend:
cp Makefile.in Makefile.in.bak \
|
|