Initial import of the CDE 2.1.30 sources from the Open Group.
This commit is contained in:
32
cde/programs/dtpad/Imakefile
Normal file
32
cde/programs/dtpad/Imakefile
Normal file
@@ -0,0 +1,32 @@
|
||||
XCOMM $XConsortium: Imakefile /main/11 1996/09/14 15:16:29 drk $
|
||||
|
||||
DEFINES = -DDT_LITE -DWORDWRAP -UNLS16
|
||||
|
||||
DEPLIBS = DepDtClientLibs
|
||||
LOCAL_LIBRARIES = DtClientLibs
|
||||
SYS_LIBRARIES = DtClientSysLibs DtClientExtraLibs
|
||||
|
||||
#if defined (SunArchitecture)
|
||||
EXTRA_CCOPTIONS = -xF
|
||||
# LOCAL_LDFLAGS = -M mapfile.reorder
|
||||
#endif
|
||||
|
||||
SRCS = \
|
||||
dtpad.c editCB.c fileCB.c \
|
||||
fileDlg.c fileIo.c formatCB.c \
|
||||
helpCB.c helpDlg.c main.c \
|
||||
optionsCB.c printJob.c printOutput.c \
|
||||
printSetup.c session.c ttMsgSupport.c \
|
||||
ttSaveSupport.c version.c
|
||||
|
||||
OBJS = \
|
||||
dtpad.o editCB.o fileCB.o \
|
||||
fileDlg.o fileIo.o formatCB.o \
|
||||
helpCB.o helpDlg.o main.o \
|
||||
optionsCB.o printJob.o printOutput.o \
|
||||
printSetup.o session.o ttMsgSupport.o \
|
||||
ttSaveSupport.o version.o
|
||||
|
||||
ComplexProgramTarget(dtpad)
|
||||
|
||||
AllTarget(Dtpad)
|
||||
Reference in New Issue
Block a user