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.1 and 1.5

version 1.1, 2002/10/02 20:29:47 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.
 # $Id$  # $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@
 INCLUDES = -I. -I$(srcdir) -I$(top_builddir)  INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
   
   
 COMPILE      = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)  COMPILE      = $(CC)  $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
 COMPILE_CPP  = $(CPP) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)  COMPILE_CXX  = $(CXX) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
 CCLD         = $(CC)  CCLD         = $(CC)
 LINK         = $(CCLD) $(CFLAGS) $(LDFLAGS) -o $@  LINK         = $(CCLD) $(CFLAGS) $(LDFLAGS) -o $@
   
Line 111  $(top_builddir)/Rules.make: $(top_srcdir
Line 111  $(top_builddir)/Rules.make: $(top_srcdir
   
 $(top_builddir)/%/Makefile: $(top_srcdir)/%/Makefile.in $(top_builddir)/Rules.make $(top_builddir)/config.status  $(top_builddir)/%/Makefile: $(top_srcdir)/%/Makefile.in $(top_builddir)/Rules.make $(top_builddir)/config.status
         @cd $(top_builddir) \          @cd $(top_builddir) \
           && CONFIG_FILES=$@ CONFIG_HEADERS= \            && CONFIG_FILES=`echo "$@" | sed 's%^$(top_builddir)/%%g;'` CONFIG_HEADERS= \
             $(SHELL) ./config.status              $(SHELL) ./config.status
   
 $(top_builddir)/config.status: $(top_srcdir)/configure.in  $(top_builddir)/config.status: $(top_srcdir)/configure.in
Line 139  $(top_srcdir)/config.h.in: $(top_srcdir)
Line 139  $(top_srcdir)/config.h.in: $(top_srcdir)
   
 all-subdirs:  all-subdirs:
         @here=`pwd`; \          @here=`pwd`; \
         if [ -n "$(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 170  $(LIBDYNAMICV):    $(OBJECTS)
Line 170  $(LIBDYNAMICV):    $(OBJECTS)
         rm .deps/$(*F).pp          rm .deps/$(*F).pp
   
 %.o: %.cpp $(CONFIG_HEADER)  %.o: %.cpp $(CONFIG_HEADER)
         @echo '$(COMPILE_CPP) -c $<'; \          @echo '$(COMPILE_CXX) -c $<'; \
         $(COMPILE_CPP) -Wp,-MD,.deps/$(*F).pp -o $@ -c $<          $(COMPILE_CXX) -Wp,-MD,.deps/$(*F).pp -o $@ -c $<
         @-cp .deps/$(*F).pp .deps/$(*F).P; \          @-cp .deps/$(*F).pp .deps/$(*F).P; \
         tr ' ' '\012' < .deps/$(*F).pp \          tr ' ' '\012' < .deps/$(*F).pp \
           | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \            | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
Line 197  clean: clean-subdirs clean-hdr clean-tag
Line 197  clean: clean-subdirs clean-hdr clean-tag
   
 clean-subdirs:  clean-subdirs:
         @here=`pwd`; \          @here=`pwd`; \
         if [ -n "$(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.1  
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