This repository has been archived on 2023-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
foam-extend4.1-coherent-io/wmake/rules/General/sourceToDep
2010-08-24 16:19:39 +01:00

24 lines
257 B
Text

.SUFFIXES: .c .cc .cxx .cpp .C .F .f .dep
MKDEP = $(BIN)/wmkdep -I$(*D) $(LIB_HEADER_DIRS)
.c.dep:
$(MAKE_DEP)
.cc.dep:
$(MAKE_DEP)
.cxx.dep:
$(MAKE_DEP)
.cpp.dep:
$(MAKE_DEP)
.C.dep:
$(MAKE_DEP)
.F.dep:
$(MAKE_DEP)
.f.dep:
$(MAKE_DEP)