mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
Remove hardcoded CCLINK's in Imakefiles when linking with C++ built libs (DtSvc).
Added proper SharedDtSvcReqs in lnxLib.tmpl and CplusplusLibC in linux.cf. This allows the libstdc++ dependancy to be properly declared for libDtSvc so that it is not neccessary to hardcode 'CCLINK = g++' in the Imakefiles of programs linking angainst libDtSvc.
This commit is contained in:
parent
fff18bf2b7
commit
cdf8003f7c
34 changed files with 5 additions and 188 deletions
|
@ -90,6 +90,7 @@ XCOMM binutils: (LinuxBinUtilsMajorVersion)
|
||||||
#define AsCmd as
|
#define AsCmd as
|
||||||
#define LdCmd ld
|
#define LdCmd ld
|
||||||
|
|
||||||
|
#define CplusplusLibC -lstdc++
|
||||||
#define AsmDefines -D__ELF__
|
#define AsmDefines -D__ELF__
|
||||||
|
|
||||||
#define MkdirHierCmd mkdir -p
|
#define MkdirHierCmd mkdir -p
|
||||||
|
|
|
@ -34,6 +34,10 @@ XMULIB = -lXmu $(XLIB)
|
||||||
# define SharedTtReqs $(LDPRELIBS) SharedXReqs $(CXXLIB)
|
# define SharedTtReqs $(LDPRELIBS) SharedXReqs $(CXXLIB)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef SharedDtSvcReqs
|
||||||
|
# define SharedDtSvcReqs $(LDPRELIBS) SharedXReqs $(CXXLIB)
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef SharedCsaReqs
|
#ifndef SharedCsaReqs
|
||||||
# define SharedCsaReqs -lXt
|
# define SharedCsaReqs -lXt
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -7,12 +7,6 @@ DEFINES =
|
||||||
CONN_DEFINES = ConnectionFlags
|
CONN_DEFINES = ConnectionFlags
|
||||||
INCLUDES = -I. -I../../slib -I../../lib
|
INCLUDES = -I. -I../../slib -I../../lib
|
||||||
|
|
||||||
XCOMM On Linux once you link against a C++ library the whole program
|
|
||||||
XCOMM has to be linked with the C++ linker
|
|
||||||
#if defined(LinuxArchitecture)
|
|
||||||
CCLINK = $(CXX)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
DEPLIBS = TtClientDepLibs
|
DEPLIBS = TtClientDepLibs
|
||||||
LOCAL_LIBRARIES = TtClientLibs
|
LOCAL_LIBRARIES = TtClientLibs
|
||||||
SYS_LIBRARIES =
|
SYS_LIBRARIES =
|
||||||
|
|
|
@ -12,12 +12,6 @@ SYS_LIBRARIES = -lm
|
||||||
EXTRA_DEFINES = +e
|
EXTRA_DEFINES = +e
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
XCOMM On Linux once you link against a C++ library the whole program
|
|
||||||
XCOMM has to be linked with the C++ linker
|
|
||||||
#if defined(LinuxArchitecture)
|
|
||||||
CCLINK = $(CXX)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef LinuxArchitecture
|
#ifdef LinuxArchitecture
|
||||||
SYS_LIBRARIES = -lm -lcrypt
|
SYS_LIBRARIES = -lm -lcrypt
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -249,12 +249,6 @@ SYS_LIBRARIES = -lm $(ICONVSYSLIB) $(DYNLIBSYSLIB) $(REGEXSYSLIB)
|
||||||
WAITTARGET = .WAIT
|
WAITTARGET = .WAIT
|
||||||
#endif /* SunArchitecture */
|
#endif /* SunArchitecture */
|
||||||
|
|
||||||
XCOMM On Linux once you link against a C++ library the whole program
|
|
||||||
XCOMM has to be linked with the C++ linker
|
|
||||||
#if defined(LinuxArchitecture)
|
|
||||||
CCLINK = $(CXX)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
PROGRAMS = dtbuilder
|
PROGRAMS = dtbuilder
|
||||||
LINTLIBS = $(XINPUTLIB) $(DTHELPLIB) $(DTSVCLIB) $(XMLIB) $(XTOOLLIB) $(XLIB)
|
LINTLIBS = $(XINPUTLIB) $(DTHELPLIB) $(DTSVCLIB) $(XMLIB) $(XTOOLLIB) $(XLIB)
|
||||||
|
|
||||||
|
|
|
@ -109,12 +109,6 @@ CCOPTIONS = -qnoro
|
||||||
WAITTARGET = .WAIT
|
WAITTARGET = .WAIT
|
||||||
#endif /* SunArchitecture */
|
#endif /* SunArchitecture */
|
||||||
|
|
||||||
XCOMM On Linux once you link against a C++ library the whole program
|
|
||||||
XCOMM has to be linked with the C++ linker
|
|
||||||
#if defined(LinuxArchitecture)
|
|
||||||
CCLINK = $(CXX)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
PROGRAMS = dtcodegen
|
PROGRAMS = dtcodegen
|
||||||
LINTLIBS = $(XINPUTLIB) $(DTHELPLIB) $(DTSVCLIB) $(XMLIB) $(XTOOLLIB) $(XLIB)
|
LINTLIBS = $(XINPUTLIB) $(DTHELPLIB) $(DTSVCLIB) $(XMLIB) $(XTOOLLIB) $(XLIB)
|
||||||
|
|
||||||
|
|
|
@ -31,12 +31,6 @@ SYS_LIBRARIES = -lm -lgen
|
||||||
#if defined(HPOSFArchitecture)
|
#if defined(HPOSFArchitecture)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
XCOMM On Linux once you link against a C++ library the whole program
|
|
||||||
XCOMM has to be linked with the C++ linker
|
|
||||||
#if defined(LinuxArchitecture)
|
|
||||||
CCLINK = $(CXX)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
SRCS = calctool.c ds_common.c ds_popup.c \
|
SRCS = calctool.c ds_common.c ds_popup.c \
|
||||||
ds_widget.c ds_xlib.c functions.c \
|
ds_widget.c ds_xlib.c functions.c \
|
||||||
help.c motif.c mp.c \
|
help.c motif.c mp.c \
|
||||||
|
|
|
@ -47,12 +47,6 @@ EXTRA_CCOPTIONS = -xstrconst -Xc -v
|
||||||
EXTRA_LIBRARIES = $(FNS_EXTRA_LIBS)
|
EXTRA_LIBRARIES = $(FNS_EXTRA_LIBS)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
XCOMM On Linux once you link against a C++ library the whole program
|
|
||||||
XCOMM has to be linked with the C++ linker
|
|
||||||
#if defined(LinuxArchitecture)
|
|
||||||
CCLINK = $(CXX)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
PROG1 = dtcm
|
PROG1 = dtcm
|
||||||
SRCS1 = MonthPanel.c RFCMIME.c about.c \
|
SRCS1 = MonthPanel.c RFCMIME.c about.c \
|
||||||
alarm.c blist.c browser.c \
|
alarm.c blist.c browser.c \
|
||||||
|
|
|
@ -49,12 +49,6 @@ EXTRA_CCOPTIONS = -xstrconst -Xc -v
|
||||||
EXTRA_LIBRARIES = -lsocket -lnsl -lintl
|
EXTRA_LIBRARIES = -lsocket -lnsl -lintl
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
XCOMM On Linux once you link against a C++ library the whole program
|
|
||||||
XCOMM has to be linked with the C++ linker
|
|
||||||
#if defined(LinuxArchitecture)
|
|
||||||
CCLINK = $(CXX)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
SRCS = \
|
SRCS = \
|
||||||
parser.y access.c callback.c \
|
parser.y access.c callback.c \
|
||||||
cmscalendar.c cmsconvert.c cmsentry.c \
|
cmscalendar.c cmsconvert.c cmsentry.c \
|
||||||
|
|
|
@ -55,12 +55,6 @@ EXTRA_DEFINES = -Xt -D_NO_PROTO
|
||||||
SYS_LIBRARIES = -lm -ldl -lgen
|
SYS_LIBRARIES = -lm -ldl -lgen
|
||||||
#endif /* UXPArchitecture */
|
#endif /* UXPArchitecture */
|
||||||
|
|
||||||
XCOMM On Linux once you link against a C++ library the whole program
|
|
||||||
XCOMM has to be linked with the C++ linker
|
|
||||||
#if defined(LinuxArchitecture)
|
|
||||||
CCLINK = $(CXX)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
SRCS = \
|
SRCS = \
|
||||||
main.c \
|
main.c \
|
||||||
AddFiletype.c \
|
AddFiletype.c \
|
||||||
|
|
|
@ -58,12 +58,6 @@ SYS_LIBRARIES = -lm -ldl -lw -lgen
|
||||||
SYS_LIBRARIES = -lm -lgen
|
SYS_LIBRARIES = -lm -lgen
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
XCOMM On Linux once you link against a C++ library the whole program
|
|
||||||
XCOMM has to be linked with the C++ linker
|
|
||||||
#if defined(LinuxArchitecture)
|
|
||||||
CCLINK = $(CXX)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
SRCS = Main.c
|
SRCS = Main.c
|
||||||
OBJS = Main.o
|
OBJS = Main.o
|
||||||
|
|
||||||
|
|
|
@ -12,12 +12,6 @@ EXTRA_LIBRARIES = -lsocket -lnsl -lgen -lm
|
||||||
EXTRA_LIBRARIES = -lm
|
EXTRA_LIBRARIES = -lm
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
XCOMM On Linux once you link against a C++ library the whole program
|
|
||||||
XCOMM has to be linked with the C++ linker
|
|
||||||
#if defined(LinuxArchitecture)
|
|
||||||
CCLINK = $(CXX)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
OBJS = main.o util.o info.o translate.o traninit.o tranvar.o tables.o browse.o
|
OBJS = main.o util.o info.o translate.o traninit.o tranvar.o tables.o browse.o
|
||||||
SRCS = main.c util.c info.c translate.c traninit.c tranvar.c tables.c browse.c
|
SRCS = main.c util.c info.c translate.c traninit.c tranvar.c tables.c browse.c
|
||||||
|
|
||||||
|
|
|
@ -13,12 +13,6 @@ OBJS = xlate_locale.o
|
||||||
SYS_LIBRARIES = -lgen
|
SYS_LIBRARIES = -lgen
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
XCOMM On Linux once you link against a C++ library the whole program
|
|
||||||
XCOMM has to be linked with the C++ linker
|
|
||||||
#if defined(LinuxArchitecture)
|
|
||||||
CCLINK = $(CXX)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
DEPLIBS = $(DEPDTSVCLIB)
|
DEPLIBS = $(DEPDTSVCLIB)
|
||||||
LOCAL_LIBRARIES = $(DTSVCLIB) $(TTLIB) $(XMLIB) $(XTOOLLIB) $(XLIB)
|
LOCAL_LIBRARIES = $(DTSVCLIB) $(TTLIB) $(XMLIB) $(XTOOLLIB) $(XLIB)
|
||||||
|
|
||||||
|
|
|
@ -5,12 +5,6 @@ LOCAL_LIBRARIES = $(TTLIB) $(XTOOLLIB) $(XLIB)
|
||||||
DEFINES = -DMSGLOG_CLIENT_ONLY
|
DEFINES = -DMSGLOG_CLIENT_ONLY
|
||||||
INCLUDES = -I.
|
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(LinuxArchitecture)
|
|
||||||
CCLINK = $(CXX)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
SRCS = DtGetMessage.c Main.c MsgLog.c Version.c
|
SRCS = DtGetMessage.c Main.c MsgLog.c Version.c
|
||||||
OBJS = DtGetMessage.o Main.o MsgLog.o Version.o
|
OBJS = DtGetMessage.o Main.o MsgLog.o Version.o
|
||||||
|
|
||||||
|
|
|
@ -27,13 +27,6 @@ EXTRA_DEFINES = -D_TOOLTALK
|
||||||
EXTRA_CCOPTIONS = -xF
|
EXTRA_CCOPTIONS = -xF
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
XCOMM On Linux once you link against a C++ library the whole program
|
|
||||||
XCOMM has to be linked with the C++ linker
|
|
||||||
#if defined(LinuxArchitecture)
|
|
||||||
CCLINK = $(CXX)
|
|
||||||
EXTRA_DEFINES = -I/usr/include/freetype2
|
|
||||||
#endif
|
|
||||||
|
|
||||||
SRCS = ChangeDir.c ChangeDirP.c Command.c Common.c \
|
SRCS = ChangeDir.c ChangeDirP.c Command.c Common.c \
|
||||||
Desktop.c Directory.c Encaps.c File.c \
|
Desktop.c Directory.c Encaps.c File.c \
|
||||||
FileDialog.c FileManip.c FileMgr.c FileOp.c \
|
FileDialog.c FileManip.c FileMgr.c FileOp.c \
|
||||||
|
|
|
@ -10,12 +10,6 @@ SYS_LIBRARIES = DtClientSysLibs DtClientExtraLibs
|
||||||
EXTRA_CCOPTIONS = -xF
|
EXTRA_CCOPTIONS = -xF
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
XCOMM On Linux once you link against a C++ library the whole program
|
|
||||||
XCOMM has to be linked with the C++ linker
|
|
||||||
#if defined(LinuxArchitecture)
|
|
||||||
CCLINK = $(CXX)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
SRCS = main_dtcopy.c copydialog.c overwrtdialog.c dosync.c \
|
SRCS = main_dtcopy.c copydialog.c overwrtdialog.c dosync.c \
|
||||||
fsrtns.c utils.c errordialog.c sharedFuncs.c
|
fsrtns.c utils.c errordialog.c sharedFuncs.c
|
||||||
|
|
||||||
|
|
|
@ -17,12 +17,6 @@ DEPLIBS = $(DEPDTHELPLIB) $(DEPDTSVCLIB) $(DEPTTLIB) $(DEPXMLIB) $(DEPXTOOLLIB)
|
||||||
LOCAL_LIBRARIES = $(DTHELPLIB) $(DTSVCLIB) $(TTLIB) $(XMLIB) $(XTOOLLIB) $(XPLIB) $(XLIB)
|
LOCAL_LIBRARIES = $(DTHELPLIB) $(DTSVCLIB) $(TTLIB) $(XMLIB) $(XTOOLLIB) $(XPLIB) $(XLIB)
|
||||||
SYS_LIBRARIES = DtClientSysLibs $(CXXLIB)
|
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(LinuxArchitecture)
|
|
||||||
CCLINK = $(CXX)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
SRCS = Main.c HourGlass.c HelpCache.c
|
SRCS = Main.c HourGlass.c HelpCache.c
|
||||||
OBJS = Main.o HourGlass.o HelpCache.o
|
OBJS = Main.o HourGlass.o HelpCache.o
|
||||||
|
|
||||||
|
|
|
@ -11,12 +11,6 @@ SYS_LIBRARIES = DtClientSysLibs $(CXXLIB)
|
||||||
|
|
||||||
EXTRA_INCLUDES = -I$(DTHELPSRC)
|
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(LinuxArchitecture)
|
|
||||||
CCLINK = $(CXX)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
SRCS = helpgen.c version.c
|
SRCS = helpgen.c version.c
|
||||||
OBJS = helpgen.o version.o
|
OBJS = helpgen.o version.o
|
||||||
|
|
||||||
|
|
|
@ -16,12 +16,6 @@ SYS_LIBRARIES = DtClientSysLibs -lw $(CXXLIB)
|
||||||
SYS_LIBRARIES = DtClientSysLibs $(CXXLIB)
|
SYS_LIBRARIES = DtClientSysLibs $(CXXLIB)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
XCOMM On Linux once you link against a C++ library the whole program
|
|
||||||
XCOMM has to be linked with the C++ linker
|
|
||||||
#if defined(LinuxArchitecture)
|
|
||||||
CCLINK = $(CXX)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
SRCS = Main.c Initialize.c PrintUtil.c PrintTopics.c PrintManStrFile.c version.c
|
SRCS = Main.c Initialize.c PrintUtil.c PrintTopics.c PrintManStrFile.c version.c
|
||||||
OBJS = Main.o Initialize.o PrintUtil.o PrintTopics.o PrintManStrFile.o version.o
|
OBJS = Main.o Initialize.o PrintUtil.o PrintTopics.o PrintManStrFile.o version.o
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,6 @@
|
||||||
XCOMM $XConsortium: Imakefile /main/7 1996/09/14 15:26:44 drk $
|
XCOMM $XConsortium: Imakefile /main/7 1996/09/14 15:26:44 drk $
|
||||||
PROGRAMS = dthelpview
|
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(LinuxArchitecture)
|
|
||||||
CCLINK = $(CXX)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
DEFINES = -D_BMS
|
DEFINES = -D_BMS
|
||||||
INCLUDES = -I.
|
INCLUDES = -I.
|
||||||
|
|
||||||
|
|
|
@ -53,12 +53,6 @@ SYS_LIBRARIES = -lm -ldl -lgen
|
||||||
EXTRA_DEFINES =
|
EXTRA_DEFINES =
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
XCOMM On Linux once you link against a C++ library the whole program
|
|
||||||
XCOMM has to be linked with the C++ linker
|
|
||||||
#if defined(LinuxArchitecture)
|
|
||||||
CCLINK = $(CXX)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
SRCS = dtIconShell.c event.c fileIO.c \
|
SRCS = dtIconShell.c event.c fileIO.c \
|
||||||
fileIODialog.c globals.c graphics.c \
|
fileIODialog.c globals.c graphics.c \
|
||||||
help.c image.c main.c \
|
help.c image.c main.c \
|
||||||
|
|
|
@ -25,12 +25,6 @@ EXTRA_CCOPTIONS = -xF
|
||||||
EXTRA_DEFINES = -DANSICPP
|
EXTRA_DEFINES = -DANSICPP
|
||||||
#endif /* RsArchitecture */
|
#endif /* RsArchitecture */
|
||||||
|
|
||||||
XCOMM On Linux once you link against a C++ library the whole program
|
|
||||||
XCOMM has to be linked with the C++ linker
|
|
||||||
#if defined(LinuxArchitecture)
|
|
||||||
CCLINK = $(CXX)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
PROGRAMS=dtimsstart
|
PROGRAMS=dtimsstart
|
||||||
|
|
||||||
SRCS = action.c env.c file.c \
|
SRCS = action.c env.c file.c \
|
||||||
|
|
|
@ -127,7 +127,6 @@ DEPXAUTHLIB =
|
||||||
DEPXDMCPLIB =
|
DEPXDMCPLIB =
|
||||||
/* Add in freetype header locations, required for modern Motif libs */
|
/* Add in freetype header locations, required for modern Motif libs */
|
||||||
INCLUDES = -I/usr/include/freetype2
|
INCLUDES = -I/usr/include/freetype2
|
||||||
CCLINK = $(CXX)
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**************************************************************************
|
/**************************************************************************
|
||||||
|
|
|
@ -11,12 +11,6 @@ SYS_LIBRARIES = DtClientSysLibs DtClientExtraLibs
|
||||||
# LOCAL_LDFLAGS = -M mapfile.reorder
|
# LOCAL_LDFLAGS = -M mapfile.reorder
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
XCOMM On Linux once you link against a C++ library the whole program
|
|
||||||
XCOMM has to be linked with the C++ linker
|
|
||||||
#if defined(LinuxArchitecture)
|
|
||||||
CCLINK = $(CXX)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
SRCS = \
|
SRCS = \
|
||||||
dtpad.c editCB.c fileCB.c \
|
dtpad.c editCB.c fileCB.c \
|
||||||
fileDlg.c fileIo.c formatCB.c \
|
fileDlg.c fileIo.c formatCB.c \
|
||||||
|
|
|
@ -29,12 +29,6 @@ SYS_LIBRARIES = -lmsaa -liconv
|
||||||
SYS_LIBRARIES = -lintl -L/opt/SUNWspro/SC2.0.1 -lm -lgen -ldl -lC
|
SYS_LIBRARIES = -lintl -L/opt/SUNWspro/SC2.0.1 -lm -lgen -ldl -lC
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
XCOMM On Linux once you link against a C++ library the whole program
|
|
||||||
XCOMM has to be linked with the C++ linker
|
|
||||||
#if defined(LinuxArchitecture)
|
|
||||||
CCLINK = $(CXX)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
PROGRAMS = dtpdm
|
PROGRAMS = dtpdm
|
||||||
|
|
||||||
SRCS = JobBox.c Main.c MainWindow.c \
|
SRCS = JobBox.c Main.c MainWindow.c \
|
||||||
|
|
|
@ -11,12 +11,6 @@ LOCAL_LIBRARIES = $(DTSVCLIB) $(TTLIB) $(XMLIB) $(XTOOLLIB) $(XPLIB) $(XLIB)
|
||||||
SYS_LIBRARIES = -lm -lcrypt
|
SYS_LIBRARIES = -lm -lcrypt
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
XCOMM On Linux once you link against a C++ library the whole program
|
|
||||||
XCOMM has to be linked with the C++ linker
|
|
||||||
#if defined(LinuxArchitecture)
|
|
||||||
CCLINK = $(CXX)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
SRCS = blank.c dtscreen.c flame.c hopalong.c \
|
SRCS = blank.c dtscreen.c flame.c hopalong.c \
|
||||||
hsbramp.c image.c life.c pyro.c \
|
hsbramp.c image.c life.c pyro.c \
|
||||||
qix.c resource.c rotor.c swarm.c \
|
qix.c resource.c rotor.c swarm.c \
|
||||||
|
|
|
@ -67,12 +67,6 @@ DEFINES = -DCDE_INSTALLATION_TOP=\"$(CDE_INSTALLATION_TOP)\" \
|
||||||
SYS_LIBRARIES = -lelf -lm -ldl -lgen
|
SYS_LIBRARIES = -lelf -lm -ldl -lgen
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
XCOMM On Linux once you link against a C++ library the whole program
|
|
||||||
XCOMM has to be linked with the C++ linker
|
|
||||||
#if defined(LinuxArchitecture)
|
|
||||||
CCLINK = $(CXX)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
PROGRAMS=dtsession
|
PROGRAMS=dtsession
|
||||||
|
|
||||||
/**** Every .o except version.o may only be built in a remote
|
/**** Every .o except version.o may only be built in a remote
|
||||||
|
|
|
@ -30,12 +30,6 @@ LOCAL_LIBRARIES = $(DTHELPLIB) $(DTSVCLIB) $(TTLIB) \
|
||||||
SYS_LIBRARIES = -lm
|
SYS_LIBRARIES = -lm
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
XCOMM On Linux once you link against a C++ library the whole program
|
|
||||||
XCOMM has to be linked with the C++ linker
|
|
||||||
#if defined(LinuxArchitecture)
|
|
||||||
CCLINK = $(CXX)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(UXPArchitecture)
|
#if defined(UXPArchitecture)
|
||||||
LOCAL_LIBRARIES = $(DTHELPLIB) $(DTSVCLIB) $(TTLIB) \
|
LOCAL_LIBRARIES = $(DTHELPLIB) $(DTSVCLIB) $(TTLIB) \
|
||||||
$(XMLIB) $(XTOOLLIB) $(XLIB)
|
$(XMLIB) $(XTOOLLIB) $(XLIB)
|
||||||
|
|
|
@ -19,12 +19,6 @@ EXTRA_OBJS = OWsync.o
|
||||||
EXTRA_DEFINES = -D$(PROGRAMS)
|
EXTRA_DEFINES = -D$(PROGRAMS)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
XCOMM On Linux once you link against a C++ library the whole program
|
|
||||||
XCOMM has to be linked with the C++ linker
|
|
||||||
#if defined(LinuxArchitecture)
|
|
||||||
CCLINK = $(CXX)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
PROGRAMS = dtstyle
|
PROGRAMS = dtstyle
|
||||||
|
|
||||||
OBJS = Main.o version.o MainWin.o Font.o Audio.o \
|
OBJS = Main.o version.o MainWin.o Font.o Audio.o \
|
||||||
|
|
|
@ -29,12 +29,6 @@ DEPHELPLIB = $(DEPDTHELPLIB) $(DEPDTSVCLIB) $(DEPTTLIB)
|
||||||
USE_XHPLIB = $(XHPLIB)
|
USE_XHPLIB = $(XHPLIB)
|
||||||
#endif /* HPArchitecture */
|
#endif /* HPArchitecture */
|
||||||
|
|
||||||
XCOMM On Linux once you link against a C++ library the whole program
|
|
||||||
XCOMM has to be linked with the C++ linker
|
|
||||||
#if defined(LinuxArchitecture)
|
|
||||||
CCLINK = $(CXX)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* DEPLIBS contains the list of library depencies for a client.
|
/* DEPLIBS contains the list of library depencies for a client.
|
||||||
* LOCAL_LIBRARIES contains the list of libraries on the link line.
|
* LOCAL_LIBRARIES contains the list of libraries on the link line.
|
||||||
* Generally, the dependency form of a library has DEP as a prefix.
|
* Generally, the dependency form of a library has DEP as a prefix.
|
||||||
|
|
|
@ -28,12 +28,6 @@ UDC_INC_PATH7 = -I$(FONTEDT_PATH1)/dtgpftobdf
|
||||||
OPT2 = -DFONTC='"'$(BINDIR)/bdftopcf'"'
|
OPT2 = -DFONTC='"'$(BINDIR)/bdftopcf'"'
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
XCOMM On Linux once you link against a C++ library the whole program
|
|
||||||
XCOMM has to be linked with the C++ linker
|
|
||||||
#if defined(LinuxArchitecture)
|
|
||||||
CCLINK = $(CXX)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
DEFINES = $(OPT2)
|
DEFINES = $(OPT2)
|
||||||
|
|
||||||
DEPLIBS = $(DEPDTSVCLIB) $(DEPTTLIB) $(DEPXMLIB) $(DEPXTOOLLIB) \
|
DEPLIBS = $(DEPDTSVCLIB) $(DEPTTLIB) $(DEPXMLIB) $(DEPXTOOLLIB) \
|
||||||
|
|
|
@ -46,12 +46,6 @@ SYS_LIBRARIES = DtClientSysLibs -lw
|
||||||
SYS_LIBRARIES = DtClientSysLibs
|
SYS_LIBRARIES = DtClientSysLibs
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
XCOMM On Linux once you link against a C++ library the whole program
|
|
||||||
XCOMM has to be linked with the C++ linker
|
|
||||||
#if defined(LinuxArchitecture)
|
|
||||||
CCLINK = $(CXX)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define IHaveSubdirs
|
#define IHaveSubdirs
|
||||||
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
|
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
|
||||||
|
|
||||||
|
|
|
@ -27,12 +27,6 @@ EXTRA_CCOPTIONS = -xF
|
||||||
dtwm := LOCAL_LDFLAGS = -M mapfile.reorder
|
dtwm := LOCAL_LDFLAGS = -M mapfile.reorder
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
XCOMM On Linux once you link against a C++ library the whole program
|
|
||||||
XCOMM has to be linked with the C++ linker
|
|
||||||
#if defined(LinuxArchitecture)
|
|
||||||
CCLINK = $(CXX)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
SRCSXM = \
|
SRCSXM = \
|
||||||
WmCDInfo.c WmCDecor.c WmCEvent.c \
|
WmCDInfo.c WmCDecor.c WmCEvent.c \
|
||||||
WmCPlace.c WmColormap.c WmError.c \
|
WmCPlace.c WmColormap.c WmError.c \
|
||||||
|
|
|
@ -39,12 +39,6 @@ ATLIB=
|
||||||
SYS_LIBRARIES = -lm -ldl -lgen
|
SYS_LIBRARIES = -lm -ldl -lgen
|
||||||
#endif /* SunArchitecture */
|
#endif /* SunArchitecture */
|
||||||
|
|
||||||
XCOMM On Linux once you link against a C++ library the whole program
|
|
||||||
XCOMM has to be linked with the C++ linker
|
|
||||||
#if defined(LinuxArchitecture)
|
|
||||||
CCLINK = $(CXX)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
SRCS = dttypes.c
|
SRCS = dttypes.c
|
||||||
OBJS = dttypes.o
|
OBJS = dttypes.o
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue