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

Diff for libcfg+/Makefile.in between version 1.64 and 1.65

version 1.64, 2002/09/16 09:01:42 version 1.65, 2002/09/25 16:42:15
Line 136  DISTFILES = AUTHORS COPYING README INSTA
Line 136  DISTFILES = AUTHORS COPYING README INSTA
                         config.h.in config.h.top config.h.bot \                          config.h.in config.h.top config.h.bot \
                         config.guess config.sub configure \                          config.guess config.sub configure \
                         install-sh mkinstalldirs rebuild \                          install-sh mkinstalldirs rebuild \
                         db-html2man db-get-id \  
                         src/ \                          src/ \
                         src/Makefile.in \                          src/Makefile.in \
                         src/cfg+.c src/cfgfile.c src/cmdline.c \                          src/cfg+.c src/cfgfile.c src/cmdline.c \
Line 154  DISTFILES = AUTHORS COPYING README INSTA
Line 153  DISTFILES = AUTHORS COPYING README INSTA
                         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.gz \                          doc/man/ doc/man/*.3.gz \
                         doc/man/libcfg+.man.in doc/man/libcfg+.man \                          doc/man/libcfg+.man.in \
                         doc/man/footer.man \                          doc/man/footer.man \
                         doc/examples/ \                          doc/examples/ \
                         doc/examples/example.c doc/examples/example.cfg \                          doc/examples/example.c doc/examples/example.cfg \
                           contrib/ \
                           contrib/db-get-id contrib/db-html2man
   
 # }}} Targets  # }}} Targets
   
Line 167  makefiles: $(top_builddir)/Makefile \
Line 168  makefiles: $(top_builddir)/Makefile \
         $(top_builddir)/src/Makefile \          $(top_builddir)/src/Makefile \
         $(top_builddir)/doc/Makefile \          $(top_builddir)/doc/Makefile \
         $(top_builddir)/doc/Doxyfile \          $(top_builddir)/doc/Doxyfile \
         $(top_builddir)/doc/sgml/defs.sgml          $(top_builddir)/doc/sgml/defs.sgml \
           $(top_builddir)/doc/man/libcfg+.man
 configure-scripts: $(top_builddir)/config.status \  configure-scripts: $(top_builddir)/config.status \
         $(top_srcdir)/configure \          $(top_srcdir)/configure \
         $(top_builddir)/config.h  \          $(top_builddir)/config.h  \
Line 235  $(top_builddir)/doc/man/libcfg+.man: $(t
Line 237  $(top_builddir)/doc/man/libcfg+.man: $(t
           && CONFIG_FILES=doc/man/libcfg+.man CONFIG_HEADERS= \            && CONFIG_FILES=doc/man/libcfg+.man CONFIG_HEADERS= \
             $(SHELL) ./config.status              $(SHELL) ./config.status
   
 $(top_builddir)/$(PACKAGE).spec: $(top_srcdir)/$(PACKAGE).spec.in  $(top_builddir)/config.status  $(top_builddir)/contrib/$(PACKAGE).spec: $(top_srcdir)/contrib/$(PACKAGE).spec.in  $(top_builddir)/config.status
         @cd $(top_builddir) \          @cd $(top_builddir) \
                 && sed 's/@''PACKAGE''@/$(PACKAGE)/g; s/@''VERSION''@/$(VERSION)/g;' $< > $@                  && sed 's/@''PACKAGE''@/$(PACKAGE)/g; s/@''VERSION''@/$(VERSION)/g;' $< > $@
   
Line 536  archive:
Line 538  archive:
 # This target is for maintainers only!  # This target is for maintainers only!
 rpm:    rpm-clean spec dist  rpm:    rpm-clean spec dist
         mkdir rpm          mkdir rpm
         rpmbuild -ba libcfg+.spec ;          rpmbuild -ba contrib/libcfg+.spec ;
   
 spec: $(PACKAGE).spec  spec: $(PACKAGE).spec
   
Line 560  deb:
Line 562  deb:
                 && mv $(PACKAGE)_$(VERSION)_all.deb ../ \                  && mv $(PACKAGE)_$(VERSION)_all.deb ../ \
                 && cd .. \                  && cd .. \
                 && rm -rf debian-build                  && rm -rf debian-build
           -@banner="md5sum is: `md5sum $(PACKAGE)_$(VERSION)_all.deb |tee md5sum.$(PACKAGE)_$(VERSION)_all.deb`"; \
           dashes=`echo "$$banner" | sed s/./=/g`; \
           echo "$$dashes"; \
           echo "$$banner"; \
           echo "$$dashes"
   
 .PHONY: deb deb-copy  .PHONY: deb deb-copy
   
 deb-copy:  deb-copy:
         mkdir -p ./DEBIAN          mkdir -p ./DEBIAN
         cp $(top_srcdir)/internal/DEBIAN/changelog ./DEBIAN          cp $(top_srcdir)/contrib/debian/changelog ./DEBIAN
         cp $(top_srcdir)/internal/DEBIAN/conffiles ./DEBIAN          cp $(top_srcdir)/contrib/debian/conffiles ./DEBIAN
         cp $(top_srcdir)/internal/DEBIAN/copyright ./DEBIAN          cp $(top_srcdir)/contrib/debian/copyright ./DEBIAN
         sed 's/@''PACKAGE''@/$(PACKAGE)/g; s/@''VERSION''@/$(VERSION)/g;' \          sed 's/@''PACKAGE''@/$(PACKAGE)/g; s/@''VERSION''@/$(VERSION)/g;' \
                 $(top_srcdir)/internal/DEBIAN/control.in > ./DEBIAN/control                  $(top_srcdir)/contrib/debian/control.in > ./DEBIAN/control
   
   
 # Tell versions [3.59,3.63) of GNU make to not export all variables.  # Tell versions [3.59,3.63) of GNU make to not export all variables.

Legend:
Removed from v.1.64  
changed lines
  Added in v.1.65

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