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 to LinuxArchitecture.

(programs part 2)
This commit is contained in:
Peter Howkins 2012-05-31 13:47:41 +01:00
parent 1d555edb6c
commit a34f78b798
16 changed files with 16 additions and 16 deletions

View file

@ -251,7 +251,7 @@ WAITTARGET = .WAIT
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

@ -111,7 +111,7 @@ WAITTARGET = .WAIT
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

@ -49,7 +49,7 @@ EXTRA_LIBRARIES = $(FNS_EXTRA_LIBS)
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

@ -51,7 +51,7 @@ EXTRA_LIBRARIES = -lsocket -lnsl -lintl
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

@ -57,7 +57,7 @@ SYS_LIBRARIES = -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

@ -34,7 +34,7 @@ EXTRA_C++OPTIONS = -xF +p +w $(SPRO_V3_OPTIONS)
#endif /* SunArchitecture */
#if defined(LinuxDistribution)
#if defined(LinuxArchitecture)
CXXEXTRA_DEFINES = -fpermissive
#endif

View file

@ -16,7 +16,7 @@ DEFINES = -DRELEASE_NOTES -DDTMAIL_TOOLTALK -DDTEDITOR DtMailDefines
DEPLIBS = ../MotifApp/libMotifApp.a ../libDtMail/libDtMail.a DepDtClientLibs
LOCAL_LIBRARIES = ../libDtMail/libDtMail.a ../MotifApp/libMotifApp.a DtClientLibs
#if defined(LinuxDistribution)
#if defined(LinuxArchitecture)
CXXEXTRA_DEFINES = -fpermissive
#endif

View file

@ -40,7 +40,7 @@ MT_LIBS = -i $(C++_LIB) -lm -lw -lc
SYS_LIBRARIES = -lintl -lnsl $(MT_LIBS) -lC
#endif /* SunArchitecture */
#if defined(LinuxDistribution)
#if defined(LinuxArchitecture)
CXXEXTRA_DEFINES = -fpermissive
#endif

View file

@ -14,7 +14,7 @@ DEPEND_DEFINES = $(CXXDEPENDINCLUDES)
INCLUDES = -I. -I../../include -I../../include/utils -I$(CDELIBSRC)
#if defined(LinuxDistribution)
#if defined(LinuxArchitecture)
CXXEXTRA_DEFINES = -fpermissive
#endif

View file

@ -14,7 +14,7 @@ DEPEND_DEFINES = $(CXXDEPENDINCLUDES)
INCLUDES = -I. -I../Common -I../../include -I../../include/utils -I$(CDELIBSRC)
#if defined(LinuxDistribution)
#if defined(LinuxArchitecture)
CXXEXTRA_DEFINES = -fpermissive
#endif

View file

@ -13,7 +13,7 @@ SYS_LIBRARIES = DtClientSysLibs DtClientExtraLibs
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

@ -23,7 +23,7 @@ all:: $(DTPRINTINFO_GEN)
.NO_PARALLEL:
#endif
#if defined(LinuxDistribution)
#if defined(LinuxArchitecture)
CXXEXTRA_DEFINES = -fpermissive
#endif

View file

@ -16,7 +16,7 @@ INCLUDES = -I. -I.. -I../libUI -I../libUI/MotifUI -I../objects -I../util -I../ob
DEFINES = -DHAS_EXCEPTIONS
#endif
#if defined(LinuxDistribution)
#if defined(LinuxArchitecture)
CXXEXTRA_DEFINES = -fpermissive
#endif

View file

@ -48,7 +48,7 @@ SYS_LIBRARIES = DtClientSysLibs
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 @@ dtwm := LOCAL_LDFLAGS = -M mapfile.reorder
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

@ -41,7 +41,7 @@ SYS_LIBRARIES = -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