1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00
cde/cde/programs/dtpad/Imakefile
chase dd68514e4f Remove hpversion.h from repository
This patch removes hpversion.h from the repository, this also untangles a
lot of ifdef mess. This closes bug CDExc19524.
2018-10-06 17:00:38 -06:00

34 lines
1,019 B
Text

XCOMM $XConsortium: Imakefile /main/11 1996/09/14 15:16:29 drk $
DEPEND_DEFINES = $(DEPENDDEFINES)
DEFINES = -DDT_LITE -DWORDWRAP -UNLS16
INCLUDES = $(TIRPCINC)
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
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
ComplexProgramTarget(dtpad)
AllTarget(Dtpad)