Переглянути джерело

Convert all Imakefile LinuxDistribution switches to LinuxArchitecture.
(programs part1)

Peter Howkins 12 роки тому
батько
коміт
1d555edb6c

+ 1 - 1
cde/programs/dtaction/Imakefile

@@ -14,7 +14,7 @@ EXTRA_DEFINES = +e
 
 XCOMM On Linux once you link against a C++ library the whole program
 XCOMM has to be linked with the C++ linker
-#if defined(LinuxDistribution)
+#if defined(LinuxArchitecture)
 CCLINK = $(CXX)
 #endif
 

+ 1 - 1
cde/programs/dtcalc/Imakefile

@@ -33,7 +33,7 @@ SYS_LIBRARIES = -lm -lgen
 
 XCOMM On Linux once you link against a C++ library the whole program 
 XCOMM has to be linked with the C++ linker
-#if defined(LinuxDistribution)
+#if defined(LinuxArchitecture)
 CCLINK = $(CXX)
 #endif
 

+ 1 - 1
cde/programs/dtdbcache/Imakefile

@@ -60,7 +60,7 @@ SYS_LIBRARIES = -lm -lgen
 
 XCOMM On Linux once you link against a C++ library the whole program
 XCOMM has to be linked with the C++ linker
-#if defined(LinuxDistribution)
+#if defined(LinuxArchitecture)
 CCLINK = $(CXX)
 #endif
 

+ 1 - 1
cde/programs/dtdocbook/instant/Imakefile

@@ -14,7 +14,7 @@ EXTRA_LIBRARIES = -lm
 
 XCOMM On Linux once you link against a C++ library the whole program
 XCOMM has to be linked with the C++ linker
-#if defined(LinuxDistribution)
+#if defined(LinuxArchitecture)
 CCLINK = $(CXX)
 #endif
 

+ 1 - 1
cde/programs/dtdocbook/xlate_locale/Imakefile

@@ -15,7 +15,7 @@ SYS_LIBRARIES = -lgen
 
 XCOMM On Linux once you link against a C++ library the whole program
 XCOMM has to be linked with the C++ linker
-#if defined(LinuxDistribution)
+#if defined(LinuxArchitecture)
 CCLINK = $(CXX)
 #endif
 

+ 1 - 1
cde/programs/dtexec/Imakefile

@@ -7,7 +7,7 @@ INCLUDES = -I.
 
 XCOMM On Linux once you link against a C++ library the whole program
 XCOMM has to be linked with the C++ linker
-#if defined(LinuxDistribution)
+#if defined(LinuxArchitecture)
 CCLINK = $(CXX)
 #endif
 

+ 1 - 1
cde/programs/dtfile/Imakefile

@@ -29,7 +29,7 @@ EXTRA_CCOPTIONS = -xF
 
 XCOMM On Linux once you link against a C++ library the whole program
 XCOMM has to be linked with the C++ linker
-#if defined(LinuxDistribution)
+#if defined(LinuxArchitecture)
 CCLINK = $(CXX)
 EXTRA_DEFINES = -I/usr/include/freetype2
 #endif

+ 1 - 1
cde/programs/dtfile/dtcopy/Imakefile

@@ -12,7 +12,7 @@ EXTRA_CCOPTIONS = -xF
 
 XCOMM On Linux once you link against a C++ library the whole program
 XCOMM has to be linked with the C++ linker
-#if defined(LinuxDistribution)
+#if defined(LinuxArchitecture)
 CCLINK = $(CXX)
 #endif
 

+ 1 - 1
cde/programs/dthelp/dthelpdemo/Imakefile

@@ -19,7 +19,7 @@ SYS_LIBRARIES = DtClientSysLibs $(CXXLIB)
 
 XCOMM On Linux once you link against a C++ library the whole program
 XCOMM has to be linked with the C++ linker
-#if defined(LinuxDistribution)
+#if defined(LinuxArchitecture)
 CCLINK = $(CXX)
 #endif
 

+ 1 - 1
cde/programs/dthelp/dthelpgen/Imakefile

@@ -13,7 +13,7 @@ EXTRA_INCLUDES = -I$(DTHELPSRC)
 
 XCOMM On Linux once you link against a C++ library the whole program
 XCOMM has to be linked with the C++ linker
-#if defined(LinuxDistribution)
+#if defined(LinuxArchitecture)
 CCLINK = $(CXX)
 #endif
 

+ 1 - 1
cde/programs/dthelp/dthelpprint/Imakefile

@@ -18,7 +18,7 @@ SYS_LIBRARIES = DtClientSysLibs $(CXXLIB)
 
 XCOMM On Linux once you link against a C++ library the whole program
 XCOMM has to be linked with the C++ linker
-#if defined(LinuxDistribution)
+#if defined(LinuxArchitecture)
 CCLINK = $(CXX)
 #endif
 

+ 1 - 1
cde/programs/dthelp/dthelpview/Imakefile

@@ -3,7 +3,7 @@ PROGRAMS = dthelpview
 
 XCOMM On Linux once you link against a C++ library the whole program
 XCOMM has to be linked with the C++ linker
-#if defined(LinuxDistribution)
+#if defined(LinuxArchitecture)
 CCLINK = $(CXX)
 #endif
 

+ 1 - 1
cde/programs/dticon/Imakefile

@@ -55,7 +55,7 @@ EXTRA_DEFINES =
 
 XCOMM On Linux once you link against a C++ library the whole program
 XCOMM has to be linked with the C++ linker
-#if defined(LinuxDistribution)
+#if defined(LinuxArchitecture)
 CCLINK = $(CXX)
 #endif
 

+ 1 - 1
cde/programs/dtimsstart/Imakefile

@@ -27,7 +27,7 @@ EXTRA_DEFINES = -DANSICPP
 
 XCOMM On Linux once you link against a C++ library the whole program
 XCOMM has to be linked with the C++ linker
-#if defined(LinuxDistribution)
+#if defined(LinuxArchitecture)
 CCLINK = $(CXX)
 #endif
 

+ 1 - 1
cde/programs/dtpdm/Imakefile

@@ -31,7 +31,7 @@ SYS_LIBRARIES = -lintl -L/opt/SUNWspro/SC2.0.1 -lm -lgen -ldl -lC
 
 XCOMM On Linux once you link against a C++ library the whole program
 XCOMM has to be linked with the C++ linker
-#if defined(LinuxDistribution)
+#if defined(LinuxArchitecture)
 CCLINK = $(CXX)
 #endif
 

+ 1 - 1
cde/programs/dtscreen/Imakefile

@@ -13,7 +13,7 @@ LOCAL_LIBRARIES = $(DTSVCLIB) $(TTLIB) $(XMLIB) $(XTOOLLIB) $(XPLIB) $(XLIB)
 
 XCOMM On Linux once you link against a C++ library the whole program 
 XCOMM has to be linked with the C++ linker
-#if defined(LinuxDistribution)
+#if defined(LinuxArchitecture)
 CCLINK = $(CXX)
 #endif
 

+ 1 - 1
cde/programs/dtsearchpath/libCliSrv/Imakefile

@@ -22,7 +22,7 @@ EXTRA_DEFINES = -DIOSTREAMSWORKS
 EXTRA_DEFINES = -DIOSTREAMSWORKS
 #endif
 
-#if defined(LinuxDistribution)
+#if defined(LinuxArchitecture)
 CXXEXTRA_DEFINES = -fpermissive
 #endif
 

+ 1 - 1
cde/programs/dtsession/Imakefile

@@ -69,7 +69,7 @@ SYS_LIBRARIES = -lelf -lm -ldl -lgen
 
 XCOMM On Linux once you link against a C++ library the whole program
 XCOMM has to be linked with the C++ linker
-#if defined(LinuxDistribution)
+#if defined(LinuxArchitecture)
 CCLINK = $(CXX)
 #endif
 

+ 1 - 1
cde/programs/dtspcd/Imakefile

@@ -32,7 +32,7 @@ SYS_LIBRARIES = -lm
 
 XCOMM On Linux once you link against a C++ library the whole program
 XCOMM has to be linked with the C++ linker
-#if defined(LinuxDistribution)
+#if defined(LinuxArchitecture)
 CCLINK = $(CXX)
 #endif
 

+ 1 - 1
cde/programs/dtstyle/Imakefile

@@ -21,7 +21,7 @@ EXTRA_DEFINES = -D$(PROGRAMS)
 
 XCOMM On Linux once you link against a C++ library the whole program
 XCOMM has to be linked with the C++ linker
-#if defined(LinuxDistribution)
+#if defined(LinuxArchitecture)
 CCLINK = $(CXX)
 #endif
 

+ 1 - 1
cde/programs/dtterm/Imakefile

@@ -31,7 +31,7 @@ USE_XHPLIB = $(XHPLIB)
 
 XCOMM On Linux once you link against a C++ library the whole program
 XCOMM has to be linked with the C++ linker
-#if defined(LinuxDistribution)
+#if defined(LinuxArchitecture)
 CCLINK = $(CXX)
 #endif
 

+ 1 - 1
cde/programs/dtudcexch/Imakefile

@@ -30,7 +30,7 @@ UDC_INC_PATH7     =  -I$(FONTEDT_PATH1)/dtgpftobdf
 
 XCOMM On Linux once you link against a C++ library the whole program
 XCOMM has to be linked with the C++ linker
-#if defined(LinuxDistribution)
+#if defined(LinuxArchitecture)
 CCLINK = $(CXX)
 #endif