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.2 and 1.3

version 1.2, 2002/10/03 23:25:35 version 1.3, 2002/10/04 09:03:01
Line 78  DEFS     = @DEFS@
Line 78  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  = $(CXX) $(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 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/$$/ :/' \

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

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