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 libcfg+/Attic/Makefile between version 1.3 and 1.4

version 1.3, 2002/03/20 20:01:44 version 1.4, 2002/04/06 01:38:52
Line 1 
Line 1 
   VERSION = 0.1
   NAME    = libcfg
   
 srcdir = .  srcdir = .
   
 SOURCES = $(srcdir)/cfg.c \  SOURCES = $(srcdir)/cfg.c \
Line 40  DEPS_MAGIC := $(shell mkdir .deps > /dev
Line 43  DEPS_MAGIC := $(shell mkdir .deps > /dev
   
 -include $(DEP_FILES)  -include $(DEP_FILES)
   
 all: $(OBJECTS)  all: $(OBJECTS) Doxyfile
   
 $(srcdir)/str/strplus.o:  $(srcdir)/str/strplus.o:
         cd str && $(MAKE)          cd str && $(MAKE)
Line 63  test:
Line 66  test:
             >> .deps/$(*F).P; \              >> .deps/$(*F).P; \
         rm .deps/$(*F).pp          rm .deps/$(*F).pp
   
   Doxyfile: Doxyfile.in
           sed "s/@VERSION@/$(VERSION)/g; s/@NAME@/$(NAME)/g;" Doxyfile.in > $@
   
 clean: clean-str  clean: clean-str
         -rm -f *.o core *.core          -rm -f *.o core *.core
         -rm -rf .deps          -rm -rf .deps

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

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