48 lines
1.2 KiB
Plaintext
48 lines
1.2 KiB
Plaintext
XCOMM $XConsortium: Imakefile /main/8 1996/04/21 19:55:32 drk $
|
|
|
|
DEFINES = -DNLS
|
|
INCLUDES = -I. -I$(CDELIBSRC)
|
|
|
|
#if defined (SunArchitecture)
|
|
DEPLIBS = $(DEPDTSVCLIB) $(DEPTTLIB) \
|
|
$(DEPXMLIB) $(DEPXTOOLLIB) $(DEPXLIB)
|
|
LOCAL_LIBRARIES = $(DTSVCLIB) $(TTLIB) \
|
|
$(XMLIB) $(XTOOLLIB) $(XLIB)
|
|
#else
|
|
DEPLIBS = $(DEPDTHELPLIB) $(DEPDTSVCLIB) $(DEPTTLIB) \
|
|
$(DEPXMLIB) $(DEPXTOOLLIB) $(DEPXLIB)
|
|
LOCAL_LIBRARIES = $(DTHELPLIB) $(DTSVCLIB) $(TTLIB) \
|
|
$(XMLIB) $(XTOOLLIB) $(XLIB)
|
|
#endif /* SunArchitecture */
|
|
|
|
SYS_LIBRARIES = DtClientSysLibs
|
|
|
|
#if defined (SunArchitecture)
|
|
EXTRA_CCOPTIONS = -xF
|
|
#endif
|
|
|
|
#if defined (RsArchitecture)
|
|
EXTRA_DEFINES = -DANSICPP
|
|
#endif /* RsArchitecture */
|
|
|
|
CPP_TARGETS = 0020.dtims
|
|
AllTarget($(CPP_TARGETS))
|
|
|
|
LOCAL_CPP_DEFINES = -DCDE_INSTALLATION_TOP=$(CDE_INSTALLATION_TOP) \
|
|
-DCDE_CONFIGURATION_TOP=$(CDE_CONFIGURATION_TOP) \
|
|
-DKORNSHELL=$(KORNSHELL)
|
|
|
|
PROGRAMS=dtimsstart
|
|
|
|
SRCS = action.c env.c file.c \
|
|
main.c remote.c select.c \
|
|
start.c util.c win.c
|
|
|
|
OBJS = action.o env.o file.o \
|
|
main.o remote.o select.o \
|
|
start.o util.o win.o
|
|
|
|
ComplexProgramTarget($(PROGRAMS))
|
|
|
|
CppSourceFile(0020.dtims,0020.dtims.src,$(LOCAL_CPP_DEFINES),)
|