From: <sg...@us...> - 2003-09-01 00:18:17
|
Update of /cvsroot/libfunutil/libfunutil/toc/make In directory sc8-pr-cvs1:/tmp/cvs-serv26441 Modified Files: deps.make Log Message: moved toc_make_c_deps into toc_functions.make Index: deps.make =================================================================== RCS file: /cvsroot/libfunutil/libfunutil/toc/make/deps.make,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- deps.make 31 Aug 2003 20:23:02 -0000 1.9 +++ deps.make 1 Sep 2003 00:18:14 -0000 1.10 @@ -16,15 +16,6 @@ @echo "Building $@"; cd $(toc_tocdir)/bin; \ $(CC) -o mkdep mkdep.c -# toc_made_c_deps call()able function: -# generates dependencies for c/c++ files. -# $1 = C/C++ sources to process. -# $2 = INCLUDES (e.g., -I. -I/usr/include, with or without the -I). -# $2 defaults to $(INCLUDES). -toc_make_c_deps = inc="$(patsubst %,-I%,$(wildcard $(patsubst -I%,%,$(2))))"; \ - test -z "$$inc" && inc="$(INCLUDES)"; \ - $(DEPSGEN_BIN) $$inc -- $(1) - ifneq (,$(SOURCE_FILES_TO_DEP)) TOC_C_DEPSFILE = .toc.deps.c.make |