ossp-pkg/xds/Makefile.in 1.36 -> 1.37
--- Makefile.in 2002/01/02 17:13:44 1.36
+++ Makefile.in 2002/01/02 18:10:41 1.37
@@ -164,25 +164,6 @@
-$(RMDIR) $(DESTDIR)$(includedir)
-$(RMDIR) $(DESTDIR)$(bindir)
-# roll a distribution tarball
-dist: distclean
- @$(SHTOOL) fixperm -v .; \
- V=`$(SHTOOL) version -l c -d short xds_version.c`; \
- $(SHTOOL) tarball -o xds-$${V}.tar.gz -d str-$${V} -u ossp -g ossp \
- -e 'CVS,\.cvsignore,\.[ao],^\.,autogen.sh' -c 'gzip --best' .
-
-# 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)
-
# Dependencies
$(LIB_OBJS): xds_p.h xds.h
|
|