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.13

version 1.9, 2002/12/07 15:04:34 version 1.13, 2010/04/24 14:03:11
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.12 2004-01-06 17:05:45 nepto 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 92  POST_UNINSTALL   = :
Line 89  POST_UNINSTALL   = :
 CC       = @CC@  CC       = @CC@
 CPP      = @CPP@  CPP      = @CPP@
 CXX      = @CXX@  CXX      = @CXX@
 CFLAGS   = -O2 -Wall -Wno-shadow -pedantic  CFLAGS   = @CFLAGS@
 CPPFLAGS = @CPPFLAGS@  CPPFLAGS = @CPPFLAGS@
 LDFLAGS  = @LDFLAGS@  LDFLAGS  = @LDFLAGS@
 DEFS     = @DEFS@  DEFS     = @DEFS@
Line 112  makefiles: \
Line 109  makefiles: \
         $(top_builddir)/Rules.make \          $(top_builddir)/Rules.make \
         $(top_builddir)/Makefile \          $(top_builddir)/Makefile \
         $(top_builddir)/doc/Makefile \          $(top_builddir)/doc/Makefile \
           $(top_builddir)/platon/compress/Makefile \
           $(top_builddir)/platon/cpu/Makefile \
           $(top_builddir)/platon/dsn/Makefile \
         $(top_builddir)/platon/html/Makefile \          $(top_builddir)/platon/html/Makefile \
         $(top_builddir)/platon/misc/Makefile \          $(top_builddir)/platon/misc/Makefile \
         $(top_builddir)/platon/net/atlantis/Makefile \          $(top_builddir)/platon/net/atlantis/Makefile \
Line 304  endif
Line 304  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.13

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