site.def: Only build C/en_US locales by default for Linux
[oweals/cde.git] / cde / config / cf / Imake.tmpl
index 3338283f82f26e191a254a3f3a513920943cb4f3..1874d0b1140932076a41e91387bf0d68cf4b44e2 100644 (file)
@@ -22,6 +22,8 @@ XCOMM
 #define        YES     1
 #define NO     0
 
+#define HASH_SIGN      #
+
 /* Ensure that "all" is the default target in the Makefile. */
 all::
 
@@ -180,6 +182,12 @@ XCOMM the platform-specific parameters - edit site.def to change
 #ifndef BourneShell                    /* to force shell in makefile */
 #define BourneShell            /bin/sh
 #endif
+#ifndef KornShell
+#define KornShell              /bin/ksh
+#endif
+#ifndef DtKornShell
+#define DtKornShell            /usr/dt/bin/dtksh
+#endif
 #ifndef ConstructMFLAGS
 #if SystemV
 #define ConstructMFLAGS                YES     /* build MFLAGS from MAKEFLAGS */
@@ -241,11 +249,7 @@ XCOMM the platform-specific parameters - edit site.def to change
 #define HasFortran             NO
 #endif
 #ifndef HasCplusplus
-#if HasGcc2ForCplusplus
 #define HasCplusplus           YES
-#else
-#define HasCplusplus           NO
-#endif
 #endif
 #ifndef HasNdbm
 #define HasNdbm                        NO
@@ -400,6 +404,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
@@ -645,6 +652,12 @@ XCOMM the platform-specific parameters - edit site.def to change
 #ifndef MvCmd
 #define MvCmd mv
 #endif
+#ifndef SedCmd
+#define SedCmd sed
+#endif
+#ifndef PerlCmd
+#define PerlCmd /usr/bin/perl
+#endif
 #ifndef RanlibCmd
 #define RanlibCmd ranlib
 #endif
@@ -855,14 +868,14 @@ XCOMM the platform-specific parameters - edit site.def to change
 #define LibManSuffix   3               /* use just one tab or cpp will die */
 #endif
 #ifndef FileManSuffix
-#if SystemV || SystemV4 || defined(OSF1Architecture)
+#if SystemV || SystemV4
 #define FileManSuffix  4               /* use just one tab or cpp will die */
 #else
 #define FileManSuffix  5               /* use just one tab or cpp will die */
 #endif
 #endif
 #ifndef MiscManSuffix
-#if SystemV || SystemV4 || defined(OSF1Architecture)
+#if SystemV || SystemV4
 #define MiscManSuffix  5               /* use just one tab or cpp will die */
 #else
 #define MiscManSuffix  7               /* use just one tab or cpp will die */
@@ -888,11 +901,13 @@ XCOMM the platform-specific parameters - edit site.def to change
 #define ExtraFilesToClean /**/
 #endif
 #ifndef FilesToClean
-#define FilesToClean *.CKP *.ln *.BAK *.bak *.Osuf core errs ,* *~ *.a .emacs_* tags TAGS make.log MakeOut 
+#define FilesToClean *.CKP *.ln *.BAK *.bak *.Osuf core errs ,* *~ *.a .emacs_* tags TAGS
 #endif
 
           PATHSEP = PathSeparator
             SHELL = BourneShell
+        KORNSHELL = KornShell
+      DTKORNSHELL = DtKornShell
 
               TOP = TOPDIR
       CURRENT_DIR = CURDIR
@@ -904,6 +919,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 */
@@ -960,6 +976,8 @@ CXXEXTRA_INCLUDES = CplusplusExtraIncludes
              MAKE = MakeCmd
                MV = MvCmd
                CP = CpCmd
+              SED = SedCmd
+             PERL = PerlCmd
 #if DoRanlibCmd
            RANLIB = RanlibCmd
   RANLIBINSTFLAGS = RanlibInstFlags