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

Diff for libplaton/Makefile.in between version 1.10 and 1.12

version 1.10, 2002/10/04 08:51:26 version 1.12, 2002/12/07 15:36:30
Line 8 
Line 8 
 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A  # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 # PARTICULAR PURPOSE.  # PARTICULAR PURPOSE.
   
 # Main Makefile for libcfg+ library.  # Main Makefile for libplaton library.
 # $Id$  # $Platon$
   
 PACKAGE = @PACKAGE@  PACKAGE = @PACKAGE@
 VERSION = @VERSION@  VERSION = @VERSION@
Line 87  $(top_builddir)/Makefile: $(top_srcdir)/
Line 87  $(top_builddir)/Makefile: $(top_srcdir)/
             $(SHELL) ./config.status              $(SHELL) ./config.status
   
 # Section: Install {{{  # Section: Install {{{
 install: all  install: all install-subdirs
         cd $(top_builddir)/platon && $(MAKE) $@  
         cd $(top_builddir)/doc && $(MAKE) $@  uninstall: uninstall-subdirs
 uninstall:  
         cd $(top_builddir)/platon && $(MAKE) $@  
         cd $(top_builddir)/doc && $(MAKE) $@  
   
 installcheck:  installcheck:
         cd $(top_builddir)/platon && $(MAKE) $@  
         cd $(top_builddir)/doc && $(MAKE) $@  
   
 install-exec:  install-exec:
         cd $(top_builddir)/platon && $(MAKE) $@  
 uninstall-exec:  uninstall-exec:
         cd $(top_builddir)/platon && $(MAKE) $@  
   
 install-lib:  install-lib:
         cd $(top_builddir)/platon && $(MAKE) $@  
 uninstall-lib:  uninstall-lib:
         cd $(top_builddir)/platon && $(MAKE) $@  
   
 install-data:  install-data:
         cd $(top_builddir)/doc && $(MAKE) $@  
   
 install-strip:  install-strip:
         cd $(top_builddir)/platon && $(MAKE) $@  
   
 installdirs:  installdirs:
         cd $(top_builddir)/platon && $(MAKE) $@  
         cd $(top_builddir)/doc && $(MAKE) $@  
   
 install-man: $(MANS)  install-man: $(MANS)
         cd $(top_builddir)/doc && $(MAKE) $@  
 uninstall-man:  
         cd $(top_builddir)/doc && $(MAKE) $@  
   
 install-includeHEADERS: $(include_HEADERS)  uninstall-man:
         cd $(top_builddir)/platon && $(MAKE) $@  
 uninstall-includeHEADERS:  
         cd $(top_builddir)/platon && $(MAKE) $@  
   
   
 # }}} Section: Install  # }}} Section: Install
   
 # Tell versions [3.59,3.63) of GNU make to not export all variables.  
 # Otherwise a system limit (for SysV at least) may be exceeded.  
 .NOEXPORT:  
   
 # vim600: fdm=marker fdc=3  # vim600: fdm=marker fdc=3
   

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.12

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