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 libplaton/Rules.make.in between version 1.4 and 1.5

version 1.4, 2002/10/04 20:09:07 version 1.5, 2002/10/05 09:58:57
Line 9 
Line 9 
 # PARTICULAR PURPOSE.  # PARTICULAR PURPOSE.
   
 # Make rules for libplaton library.  # Make rules for libplaton library.
 # $Platon: $  # $Platon: libplaton/Rules.make.in,v 1.4 2002/10/04 20:09:07 rajo Exp $
   
 PACKAGE = @PACKAGE@  PACKAGE = @PACKAGE@
 VERSION = @VERSION@  VERSION = @VERSION@
Line 71  POST_UNINSTALL   = :
Line 71  POST_UNINSTALL   = :
 CC       = @CC@  CC       = @CC@
 CPP      = @CPP@  CPP      = @CPP@
 CXX      = @CXX@  CXX      = @CXX@
 CFLAGS   = -O2 -Wall -Wshadow -pedantic  CFLAGS   = -O2 -Wall -Wno-shadow -pedantic
 CPPFLAGS = @CPPFLAGS@  CPPFLAGS = @CPPFLAGS@
 LDFLAGS  = @LDFLAGS@  LDFLAGS  = @LDFLAGS@
 DEFS     = @DEFS@  DEFS     = @DEFS@
Line 141  all-subdirs:
Line 141  all-subdirs:
         @here=`pwd`; \          @here=`pwd`; \
         if [ "X" != "X$(SUBDIRS)" ]; then \          if [ "X" != "X$(SUBDIRS)" ]; then \
                 for i in ""$(SUBDIRS); do \                  for i in ""$(SUBDIRS); do \
                         echo "Making all in $$i" && cd $$i; \                          echo "Making all in '$$i'" && cd $$i; \
                         make; \                          make; \
                         cd $$here; \                          cd $$here; \
                 done; \                  done; \
Line 199  clean-subdirs:
Line 199  clean-subdirs:
         @here=`pwd`; \          @here=`pwd`; \
         if [ "X" != "X$(SUBDIRS)" ]; then \          if [ "X" != "X$(SUBDIRS)" ]; then \
                 for i in ""$(SUBDIRS); do \                  for i in ""$(SUBDIRS); do \
                         echo "Making all in $$i" && cd $$i; \                          echo "Making all in '$$i'" && cd $$i; \
                         make clean; \                          make clean; \
                         cd $$here; \                          cd $$here; \
                 done; \                  done; \

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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