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

Diff for libplaton/Rules.make.in between version 1.9 and 1.10

version 1.9, 2002/12/07 15:04:34 version 1.10, 2002/12/09 14:53:31
Line 9 
Line 9 
 # PARTICULAR PURPOSE.  # PARTICULAR PURPOSE.
   
 # Make rules for libplaton library.  # Make rules for libplaton library.
 # $Platon: libplaton/Rules.make.in,v 1.8 2002/12/03 16:56:36 rajo Exp $  # $Platon: libplaton/Rules.make.in,v 1.9 2002/12/07 15:04:34 rajo Exp $
   
 PACKAGE = @PACKAGE@  PACKAGE = @PACKAGE@
 VERSION = @VERSION@  VERSION = @VERSION@
Line 29  unexport noext_src_tmp
Line 29  unexport noext_src_tmp
 unexport noext_src  unexport noext_src
   
 # Default settings {{{  # Default settings {{{
 LIBSTATIC          = $(PACKAGE).a  
 LIBDYNAMIC         = $(PACKAGE).so  
 LIBDYNAMICV        = $(PACKAGE).so.$(VERSION)  
   
 noext_src_tmp = $(sort $(patsubst %.c,%,$(SOURCES)))  noext_src_tmp = $(sort $(patsubst %.c,%,$(SOURCES)))
 noext_src     = $(sort $(patsubst %.cpp,%,$(noext_src_tmp)))  noext_src     = $(sort $(patsubst %.cpp,%,$(noext_src_tmp)))
Line 304  endif
Line 301  endif
   
 install: all installdirs install-subdirs \  install: all installdirs install-subdirs \
         install-includeHEADERS \          install-includeHEADERS \
         install-exec           \          install-exec
         install-symlinks  
   
 uninstall: uninstall-subdirs \  uninstall: uninstall-subdirs \
         uninstall-includeHEADERS \          uninstall-includeHEADERS \
         uninstall-exec           \          uninstall-exec           \
         uninstall-symlinks       \  
         uninstalldirs          uninstalldirs
   
 installcheck:  installcheck:

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

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