linux: move dependancy handling out of linux.cf and into new lnxDep.rules file.
[oweals/cde.git] / cde / config / cf / README
index ecbabcdfd8cc6462075cc60c36ec10e57aabf1d0..95ccb10bc3636db7cc123572d7b1e67d86c1257b 100644 (file)
@@ -24,6 +24,7 @@ Imake.tmpl provides defaults for the following variables:
        ConstructMFLAGS         System V option to set MFLAGS make variable
        CpCmd                   command to copy one file to another
        CplusplusCmd            command to run C++ compiler
+       CplusplusDependIncludes additional -I's for makedepend
        CplusplusFilt           command to run C++ name demangler
        CplusplusYaccCmd        command to produce C++ source from yacc source
        CppCmd                  command to run C preprocessor
@@ -33,6 +34,7 @@ Imake.tmpl provides defaults for the following variables:
        DefaultCDebugFlags      debug/optimize flags for programs
        DefaultUsrBin           program directory used even if PATH not set
        DependFlags             extra makedepend flags
+       DependDefines           additional -D's for makedepend
        DoRanlibCmd             boolean for system uses ranlib
        EqnCmd                  command used for eqn
        ExecableScripts         boolean for systems that can exec() #!/bin/sh