ossp-pkg/lmtp2nntp/Makefile.in 1.31 -> 1.32
--- Makefile.in 2001/12/31 11:09:52 1.31
+++ Makefile.in 2001/12/31 12:03:09 1.32
@@ -56,7 +56,8 @@
$(CC) $(CFLAGS) -c $<
# convinience rule for calling _SUBDIRS with various make targets
-_SUBDIRS_all _SUBDIRS_check _SUBDIRS_install _SUBDIRS_uninstall _SUBDIRS_clean _SUBDIRS_distclean _SUBDIRS_depend:
+_SUBDIRS_all _SUBDIRS_check _SUBDIRS_install _SUBDIRS_uninstall _SUBDIRS_clean \
+_SUBDIRS_distclean _SUBDIRS_realclean _SUBDIRS_depend:
@$(MAKE) $(MFLAGS) \
_SUBDIRS_TARGET=`echo $@ | sed -e 's/^_SUBDIRS_//'` \
_SUBDIRS_STEPDOWN
@@ -110,17 +111,6 @@
-rm -f configure
-rm -f shtool
-new-version:
- @$(SHTOOL) version -lc -n lmtp2nntp -p lmtp2nntp_ -e lmtp2nntp_version.c; \
- V=`$(SHTOOL) version -lc -dlong lmtp2nntp_version.c`; \
- sed -e "s/Version .*(.*)/Version $$V/g" <README >README.n && mv README.n README
-
-dist: distclean
- @$(SHTOOL) fixperm -v .; \
- V=`$(SHTOOL) version -lc -dshort lmtp2nntp_version.c`; \
- $(SHTOOL) tarball -o lmtp2nntp-$${V}.tar.gz -d lmtp2nntp-$${V} -u ossp -g ossp \
- -e 'CVS,\.cvsignore,\.[ao],^\.,/\.,autogen.sh,*.tar.gz,*.bak,TODO' -c 'gzip --best' .
-
check: lmtp2nntp
@./test.sh
|
|