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 libcfg+/Makefile.in between version 1.15 and 1.16

version 1.15, 2002/05/20 16:36:12 version 1.16, 2002/05/20 17:24:54
Line 143  noinst_HEADERS  = src/cfgfile.h \
Line 143  noinst_HEADERS  = src/cfgfile.h \
   
 noinst_SCRIPTS = compile_test.sh  noinst_SCRIPTS = compile_test.sh
   
 LIBSTATIC   = lib$(PACKAGE).a  
 LIBDYNAMIC  = lib$(PACKAGE).so  
 LIBDYNAMICV = lib$(PACKAGE)-$(VERSION).so  
   
 install_LIB     = $(LIBSTATIC) $(LIBDYNAMICV)  
   
 man_MANS  =  man_MANS  =
 man3_MANS =  man3_MANS =
 MANS      = $(man_MANS) $(man3_MANS)  MANS      = $(man_MANS) $(man3_MANS)
Line 200  DEPS_MAGIC := $(shell mkdir .deps > /dev
Line 194  DEPS_MAGIC := $(shell mkdir .deps > /dev
   
 -include $(DEP_FILES)  -include $(DEP_FILES)
   
 static:         $(LIBSTATIC)  static:
           cd $(top_builddir)/src && $(MAKE) $@
 dynamic:        $(LIBDYNAMICV)  
   
 lib:            $(LIBSTATIC) $(LIBDYNAMICV)  dynamic:
           cd $(top_builddir)/src && $(MAKE) $@
   
 $(LIBSTATIC):   $(OBJECTS)  lib:
         $(AR) r $@ $(OBJECTS)          cd $(top_builddir)/src && $(MAKE) $@
   
 $(LIBDYNAMICV): $(OBJECTS)  
         $(LD) $(LDFLAGS) -shared -o $@ $(OBJECTS)  
   
 .SUFFIXES:  .SUFFIXES:
   
Line 425  clean-str:
Line 417  clean-str:
   
   
 clean-lib:  clean-lib:
         -rm -f $(LIBSTATIC) $(LIBDYNAMIC) $(LIBDYNAMICV)          cd $(top_builddir)/src && $(MAKE) $@
   
 maintainer-clean:  maintainer-clean-hdr maintainer-clean-tags \  maintainer-clean:  maintainer-clean-hdr maintainer-clean-tags \
                 maintainer-clean-generic distclean                  maintainer-clean-generic distclean

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

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