nsgmls: resolve coverity warnings related to uninitialed members in C++ classes
[oweals/cde.git] / cde / programs / dtpad / Imakefile
1 XCOMM $XConsortium: Imakefile /main/11 1996/09/14 15:16:29 drk $
2
3 DEPEND_DEFINES = $(DEPENDDEFINES)
4 DEFINES = -DDT_LITE -DWORDWRAP -UNLS16
5
6 DEPLIBS = DepDtClientLibs
7 LOCAL_LIBRARIES = DtClientLibs
8 SYS_LIBRARIES = DtClientSysLibs DtClientExtraLibs
9
10 #if defined (SunArchitecture)
11    EXTRA_CCOPTIONS = -xF
12 #   LOCAL_LDFLAGS = -M mapfile.reorder
13 #endif
14
15 SRCS = \
16         dtpad.c         editCB.c        fileCB.c \
17         fileDlg.c       fileIo.c        formatCB.c \
18         helpCB.c        helpDlg.c       main.c \
19         optionsCB.c     printJob.c      printOutput.c \
20         printSetup.c    session.c       ttMsgSupport.c \
21         ttSaveSupport.c version.c
22
23 OBJS = \
24         dtpad.o         editCB.o        fileCB.o \
25         fileDlg.o       fileIo.o        formatCB.o \
26         helpCB.o        helpDlg.o       main.o \
27         optionsCB.o     printJob.o      printOutput.o \
28         printSetup.o    session.o       ttMsgSupport.o \
29         ttSaveSupport.o version.o
30
31 ComplexProgramTarget(dtpad)
32
33 AllTarget(Dtpad)