convert all Imakefile LinuxDistribution to LinuxArchitecture.
(programs part 2)
This commit is contained in:
@@ -251,7 +251,7 @@ WAITTARGET = .WAIT
|
|||||||
|
|
||||||
XCOMM On Linux once you link against a C++ library the whole program
|
XCOMM On Linux once you link against a C++ library the whole program
|
||||||
XCOMM has to be linked with the C++ linker
|
XCOMM has to be linked with the C++ linker
|
||||||
#if defined(LinuxDistribution)
|
#if defined(LinuxArchitecture)
|
||||||
CCLINK = $(CXX)
|
CCLINK = $(CXX)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
@@ -111,7 +111,7 @@ WAITTARGET = .WAIT
|
|||||||
|
|
||||||
XCOMM On Linux once you link against a C++ library the whole program
|
XCOMM On Linux once you link against a C++ library the whole program
|
||||||
XCOMM has to be linked with the C++ linker
|
XCOMM has to be linked with the C++ linker
|
||||||
#if defined(LinuxDistribution)
|
#if defined(LinuxArchitecture)
|
||||||
CCLINK = $(CXX)
|
CCLINK = $(CXX)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ EXTRA_LIBRARIES = $(FNS_EXTRA_LIBS)
|
|||||||
|
|
||||||
XCOMM On Linux once you link against a C++ library the whole program
|
XCOMM On Linux once you link against a C++ library the whole program
|
||||||
XCOMM has to be linked with the C++ linker
|
XCOMM has to be linked with the C++ linker
|
||||||
#if defined(LinuxDistribution)
|
#if defined(LinuxArchitecture)
|
||||||
CCLINK = $(CXX)
|
CCLINK = $(CXX)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ EXTRA_LIBRARIES = -lsocket -lnsl -lintl
|
|||||||
|
|
||||||
XCOMM On Linux once you link against a C++ library the whole program
|
XCOMM On Linux once you link against a C++ library the whole program
|
||||||
XCOMM has to be linked with the C++ linker
|
XCOMM has to be linked with the C++ linker
|
||||||
#if defined(LinuxDistribution)
|
#if defined(LinuxArchitecture)
|
||||||
CCLINK = $(CXX)
|
CCLINK = $(CXX)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
@@ -57,7 +57,7 @@ SYS_LIBRARIES = -lm -ldl -lgen
|
|||||||
|
|
||||||
XCOMM On Linux once you link against a C++ library the whole program
|
XCOMM On Linux once you link against a C++ library the whole program
|
||||||
XCOMM has to be linked with the C++ linker
|
XCOMM has to be linked with the C++ linker
|
||||||
#if defined(LinuxDistribution)
|
#if defined(LinuxArchitecture)
|
||||||
CCLINK = $(CXX)
|
CCLINK = $(CXX)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ EXTRA_C++OPTIONS = -xF +p +w $(SPRO_V3_OPTIONS)
|
|||||||
|
|
||||||
#endif /* SunArchitecture */
|
#endif /* SunArchitecture */
|
||||||
|
|
||||||
#if defined(LinuxDistribution)
|
#if defined(LinuxArchitecture)
|
||||||
CXXEXTRA_DEFINES = -fpermissive
|
CXXEXTRA_DEFINES = -fpermissive
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ DEFINES = -DRELEASE_NOTES -DDTMAIL_TOOLTALK -DDTEDITOR DtMailDefines
|
|||||||
DEPLIBS = ../MotifApp/libMotifApp.a ../libDtMail/libDtMail.a DepDtClientLibs
|
DEPLIBS = ../MotifApp/libMotifApp.a ../libDtMail/libDtMail.a DepDtClientLibs
|
||||||
LOCAL_LIBRARIES = ../libDtMail/libDtMail.a ../MotifApp/libMotifApp.a DtClientLibs
|
LOCAL_LIBRARIES = ../libDtMail/libDtMail.a ../MotifApp/libMotifApp.a DtClientLibs
|
||||||
|
|
||||||
#if defined(LinuxDistribution)
|
#if defined(LinuxArchitecture)
|
||||||
CXXEXTRA_DEFINES = -fpermissive
|
CXXEXTRA_DEFINES = -fpermissive
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ MT_LIBS = -i $(C++_LIB) -lm -lw -lc
|
|||||||
SYS_LIBRARIES = -lintl -lnsl $(MT_LIBS) -lC
|
SYS_LIBRARIES = -lintl -lnsl $(MT_LIBS) -lC
|
||||||
#endif /* SunArchitecture */
|
#endif /* SunArchitecture */
|
||||||
|
|
||||||
#if defined(LinuxDistribution)
|
#if defined(LinuxArchitecture)
|
||||||
CXXEXTRA_DEFINES = -fpermissive
|
CXXEXTRA_DEFINES = -fpermissive
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ DEPEND_DEFINES = $(CXXDEPENDINCLUDES)
|
|||||||
|
|
||||||
INCLUDES = -I. -I../../include -I../../include/utils -I$(CDELIBSRC)
|
INCLUDES = -I. -I../../include -I../../include/utils -I$(CDELIBSRC)
|
||||||
|
|
||||||
#if defined(LinuxDistribution)
|
#if defined(LinuxArchitecture)
|
||||||
CXXEXTRA_DEFINES = -fpermissive
|
CXXEXTRA_DEFINES = -fpermissive
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ DEPEND_DEFINES = $(CXXDEPENDINCLUDES)
|
|||||||
|
|
||||||
INCLUDES = -I. -I../Common -I../../include -I../../include/utils -I$(CDELIBSRC)
|
INCLUDES = -I. -I../Common -I../../include -I../../include/utils -I$(CDELIBSRC)
|
||||||
|
|
||||||
#if defined(LinuxDistribution)
|
#if defined(LinuxArchitecture)
|
||||||
CXXEXTRA_DEFINES = -fpermissive
|
CXXEXTRA_DEFINES = -fpermissive
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ SYS_LIBRARIES = DtClientSysLibs DtClientExtraLibs
|
|||||||
|
|
||||||
XCOMM On Linux once you link against a C++ library the whole program
|
XCOMM On Linux once you link against a C++ library the whole program
|
||||||
XCOMM has to be linked with the C++ linker
|
XCOMM has to be linked with the C++ linker
|
||||||
#if defined(LinuxDistribution)
|
#if defined(LinuxArchitecture)
|
||||||
CCLINK = $(CXX)
|
CCLINK = $(CXX)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ all:: $(DTPRINTINFO_GEN)
|
|||||||
.NO_PARALLEL:
|
.NO_PARALLEL:
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(LinuxDistribution)
|
#if defined(LinuxArchitecture)
|
||||||
CXXEXTRA_DEFINES = -fpermissive
|
CXXEXTRA_DEFINES = -fpermissive
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ INCLUDES = -I. -I.. -I../libUI -I../libUI/MotifUI -I../objects -I../util -I../ob
|
|||||||
DEFINES = -DHAS_EXCEPTIONS
|
DEFINES = -DHAS_EXCEPTIONS
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(LinuxDistribution)
|
#if defined(LinuxArchitecture)
|
||||||
CXXEXTRA_DEFINES = -fpermissive
|
CXXEXTRA_DEFINES = -fpermissive
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ SYS_LIBRARIES = DtClientSysLibs
|
|||||||
|
|
||||||
XCOMM On Linux once you link against a C++ library the whole program
|
XCOMM On Linux once you link against a C++ library the whole program
|
||||||
XCOMM has to be linked with the C++ linker
|
XCOMM has to be linked with the C++ linker
|
||||||
#if defined(LinuxDistribution)
|
#if defined(LinuxArchitecture)
|
||||||
CCLINK = $(CXX)
|
CCLINK = $(CXX)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ dtwm := LOCAL_LDFLAGS = -M mapfile.reorder
|
|||||||
|
|
||||||
XCOMM On Linux once you link against a C++ library the whole program
|
XCOMM On Linux once you link against a C++ library the whole program
|
||||||
XCOMM has to be linked with the C++ linker
|
XCOMM has to be linked with the C++ linker
|
||||||
#if defined(LinuxDistribution)
|
#if defined(LinuxArchitecture)
|
||||||
CCLINK = $(CXX)
|
CCLINK = $(CXX)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ SYS_LIBRARIES = -lm -ldl -lgen
|
|||||||
|
|
||||||
XCOMM On Linux once you link against a C++ library the whole program
|
XCOMM On Linux once you link against a C++ library the whole program
|
||||||
XCOMM has to be linked with the C++ linker
|
XCOMM has to be linked with the C++ linker
|
||||||
#if defined(LinuxDistribution)
|
#if defined(LinuxArchitecture)
|
||||||
CCLINK = $(CXX)
|
CCLINK = $(CXX)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user