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