1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

Convert all Imakefile LinuxDistribution switches to LinuxArchitecture.

(programs part1)
This commit is contained in:
Peter Howkins 2012-05-31 13:40:38 +01:00
parent 837972cb69
commit 1d555edb6c
22 changed files with 22 additions and 22 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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