dtinfo other requirements

This commit is contained in:
Ulrich Wilkens
2012-10-14 18:26:30 +02:00
committed by Jon Trulson
parent f17d779dab
commit 9b4fe61ea4
12 changed files with 951 additions and 8 deletions

View File

@@ -399,6 +399,9 @@ XCOMM the platform-specific parameters - edit site.def to change
#define DependDir $(CONFIGSRC)/makedepend
#endif
#endif
#ifndef DependDefines
#define DependDefines /**/
#endif
#ifndef UNCOMPRESSPATH
#define UNCOMPRESSPATH /usr/ucb/uncompress
#endif
@@ -904,6 +907,7 @@ XCOMM the platform-specific parameters - edit site.def to change
CONFIGSRC = ConfigSrc
IMAKESRC = $(CONFIGSRC)/imake
DEPENDSRC = DependDir
DEPENDDEFINES = DependDefines
INCROOT = IncRoot /* base of where to put header files */
USRLIBDIR = UsrLibDir /* nonshared libraries */