Convert uses of XKeycodeToKeysym (deprecated) to XkbKeycodeToKeysym
[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 INCLUDES = $(TIRPCINC)
6
7 DEPLIBS = DepDtClientLibs
8 LOCAL_LIBRARIES = DtClientLibs
9 SYS_LIBRARIES = DtClientSysLibs DtClientExtraLibs
10
11 #if defined (SunArchitecture)
12    EXTRA_CCOPTIONS = -xF
13 #   LOCAL_LDFLAGS = -M mapfile.reorder
14 #endif
15
16 SRCS = \
17         dtpad.c         editCB.c        fileCB.c \
18         fileDlg.c       fileIo.c        formatCB.c \
19         helpCB.c        helpDlg.c       main.c \
20         optionsCB.c     printJob.c      printOutput.c \
21         printSetup.c    session.c       ttMsgSupport.c \
22         ttSaveSupport.c
23
24 OBJS = \
25         dtpad.o         editCB.o        fileCB.o \
26         fileDlg.o       fileIo.o        formatCB.o \
27         helpCB.o        helpDlg.o       main.o \
28         optionsCB.o     printJob.o      printOutput.o \
29         printSetup.o    session.o       ttMsgSupport.o \
30         ttSaveSupport.o
31
32 ComplexProgramTarget(dtpad)
33
34 AllTarget(Dtpad)