Platon Technologies
not logged in Login Registration
EnglishSlovak
open source software development celebrating 10 years of open source development! Friday, April 19, 2024

Diff for libcfg+/Makefile.in between version 1.60 and 1.61

version 1.60, 2002/09/04 20:54:49 version 1.61, 2002/09/05 20:47:58
Line 153  DISTFILES = AUTHORS COPYING README INSTA
Line 153  DISTFILES = AUTHORS COPYING README INSTA
                         doc/sgml/ doc/sgml/Makefile \                          doc/sgml/ doc/sgml/Makefile \
                         doc/sgml/*.sgml doc/sgml/defs.sgml.in \                          doc/sgml/*.sgml doc/sgml/defs.sgml.in \
                         doc/doxygen/ doc/doxygen/* \                          doc/doxygen/ doc/doxygen/* \
                         doc/man/ doc/man/*.3 \                          doc/man/ doc/man/*.3.gz \
                         doc/examples/ \                          doc/examples/ \
                         doc/examples/example.c doc/examples/example.cfg \                          doc/examples/example.c doc/examples/example.cfg \
   
Line 181  all-src:
Line 181  all-src:
 documentation:  documentation:
         cd $(top_builddir)/doc && $(MAKE)          cd $(top_builddir)/doc && $(MAKE)
   
   # don't change dependency files, because this causes make
   # to rebuild them. Use trick with '-c' (stdout).
   %.gz: %
           $(GZIP) -f -c $< > $@
   
   
 static:  static:
         cd $(top_builddir)/src && $(MAKE) $@          cd $(top_builddir)/src && $(MAKE) $@
Line 360  distcheck: dist
Line 365  distcheck: dist
 dist-all: dist  dist-all: dist
 dist: distdir distdir-permisions  dist: distdir distdir-permisions
         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz  $(distdir)          GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz  $(distdir)
         #BZIP=$(GZIP_ENV) $(TAR) chojf $(distdir).tar.bz2 $(distdir)          @#BZIP=$(GZIP_ENV) $(TAR) chojf $(distdir).tar.bz2 $(distdir)
         -rm -rf $(distdir)          -rm -rf $(distdir)
         -@banner="md5sum is: `md5sum $(distdir).tar.gz |tee md5sum.$(distdir)`"; \          -@banner="md5sum is: `md5sum $(distdir).tar.gz |tee md5sum.$(distdir)`"; \
         dashes=`echo "$$banner" | sed s/./=/g`; \          dashes=`echo "$$banner" | sed s/./=/g`; \
Line 455  maintainer-clean-generic:
Line 460  maintainer-clean-generic:
         -rm -f $(top_builddir)/*.deb          -rm -f $(top_builddir)/*.deb
   
   
 distclean: distclean-src distclean-doc distclean-hdr clean-doc \  distclean: distclean-src distclean-doc distclean-hdr \
         distclean-tags distclean-generic          distclean-tags distclean-generic
         -rm -f config.status          -rm -f config.status
         -rm -rf  *.o core *.core .deps/ debian-build          -rm -rf  *.o core *.core .deps/ debian-build

Legend:
Removed from v.1.60  
changed lines
  Added in v.1.61

Platon Group <platon@platon.org> http://platon.org/
Copyright © 2002-2006 Platon Group
Site powered by Metafox CMS
Go to Top