mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
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.
39 lines
1.1 KiB
Text
39 lines
1.1 KiB
Text
XCOMM $XConsortium: Imakefile /main/10 1996/10/09 14:06:18 drk $
|
|
|
|
INCLUDES = -I.
|
|
|
|
DEPLIBS = $(DEPDTSVCLIB) $(DEPTTLIB) $(DEPXMLIB) $(DEPXTOOLLIB) $(DEPXPLIB) $(DEPXLIB)
|
|
LOCAL_LIBRARIES = $(DTSVCLIB) $(TTLIB) $(XMLIB) $(XTOOLLIB) $(XPLIB) $(XLIB)
|
|
SYS_LIBRARIES = -lm $(DYNLIBSYSLIB) $(REGEXSYSLIB)
|
|
|
|
|
|
#if defined(SCOArchitecture)
|
|
SYS_LIBRARIES = -lm -lcrypt
|
|
#endif
|
|
|
|
SRCS = blank.c dtscreen.c flame.c hopalong.c \
|
|
hsbramp.c image.c life.c pyro.c \
|
|
qix.c resource.c rotor.c swarm.c \
|
|
usleep.c worm.c
|
|
|
|
OBJS = blank.o dtscreen.o flame.o hopalong.o \
|
|
hsbramp.o image.o life.o pyro.o \
|
|
qix.o resource.o rotor.o swarm.o \
|
|
usleep.o worm.o
|
|
|
|
all::
|
|
|
|
/**************************************************************************
|
|
*
|
|
* Extra things for the Passwd Etc. version
|
|
*
|
|
**************************************************************************/
|
|
|
|
#ifdef USE_RGY
|
|
EXTRA_DEFINES = -D__PASSWD_ETC +e
|
|
EXTRA_LIBRARIES = $(RGYLIB) $(NCKLIB) -lndbm -lBSD ExtraLibraries
|
|
#endif
|
|
|
|
CppSourceFile(Dtscreen,Dtscreen.src,$(LOCAL_CPP_DEFINES),)
|
|
|
|
ComplexProgramTarget(dtscreen)
|