Platon Technologies
not logged in Login Registration
EnglishSlovak
open source software development celebrating 10 years of open source development! Friday, March 29, 2024

Diff for libplaton/Rules.make.in between version 1.1 and 1.2

version 1.1, 2002/10/02 20:29:47 version 1.2, 2002/10/03 23:25:35
Line 79  INCLUDES = -I. -I$(srcdir) -I$(top_build
Line 79  INCLUDES = -I. -I$(srcdir) -I$(top_build
   
   
 COMPILE      = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)  COMPILE      = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
 COMPILE_CPP  = $(CPP) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)  COMPILE_CPP  = $(CXX) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
 CCLD         = $(CC)  CCLD         = $(CC)
 LINK         = $(CCLD) $(CFLAGS) $(LDFLAGS) -o $@  LINK         = $(CCLD) $(CFLAGS) $(LDFLAGS) -o $@
   
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; \
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; \

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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