Convert uses of XKeycodeToKeysym (deprecated) to XkbKeycodeToKeysym
[oweals/cde.git] / cde / lib / DtSvc / DtUtil2 / Imakefile
1 XCOMM $TOG: Imakefile /main/14 1998/04/22 14:18:31 mgreess $
2 #define DoNormalLib     NormalLibDtSvc
3 #define DoSharedLib     SharedLibDtSvc
4 #define DoDebugLib      DebugLibDtSvc
5 #define DoProfileLib    ProfileLibDtSvc
6 #define LibName         DtSvc
7 #define SoRev           SODTSVCREV
8 #define IncSubdir       Dt
9 #define LibCreate       NO
10
11 #include <Threads.tmpl>
12
13 #if CDE_USEXINERAMA
14 XINOPT = -DUSE_XINERAMA
15 #endif
16
17 #ifndef DtSvcDefines
18 # define DtSvcDefines   -DMULTIBYTE
19 #endif
20 DEPEND_DEFINES = $(DEPENDDEFINES)
21 DEFINES = DtSvcDefines  $(XINOPT) \
22           -DCDE_INSTALLATION_TOP=\"$(CDE_INSTALLATION_TOP)\" \
23           -DCDE_CONFIGURATION_TOP=\"$(CDE_CONFIGURATION_TOP)\"
24
25 INCLUDES =  -I. -I../include $(TIRPCINC)
26
27 #ifdef SunArchitecture
28 EXTRA_INCLUDES = -I$(DTHELPSRC)
29 EXTRA_SRCS = SunDtHelp.c
30 EXTRA_OBJS = SunDtHelp.o
31 #endif
32
33 HEADERS = \
34         ChkpntP.h \
35         Collate.h \
36         CommandM.h \
37         Connect.h \
38         DataTypes.h \
39         DtNlUtils.h \
40         DtP.h \
41         DtPStrings.h \
42         DtosP.h \
43         DtpadM.h \
44         EnvControlI.h \
45         EnvControlP.h \
46         FileM.h \
47         FileUtil.h \
48         GetDispRes.h \
49         DtGetMessageP.h \
50         HashP.h \
51         HourGlass.h \
52         IconFile.h \
53         Indicator.h \
54         IndicatorM.h \
55         Info.h \
56         LocaleXlate.h \
57         Lock.h \
58         Message.h \
59         Msg.h \
60         MsgP.h \
61         MsgCatP.h \
62         MsgLog.h \
63         MsgLogI.h \
64         Service.h \
65         Setlocale.h \
66         SharedProcs.h \
67         SmCreateDirs.h \
68         Spc.h \
69         SvcTT.h \
70         Unistd.h \
71         UserMsg.h \
72         Utility.h \
73         UtilityP.h \
74         XlationSvc.h
75
76 SRCS = \
77         $(EXTRA_SRCS) \
78         ChkpntClient.c \
79         ChkpntListen.c \
80         DtEnvMap.c \
81         DtNlUtils.c \
82         EnvControl.c \
83         FileUtil.c \
84         GetDispRes.c \
85         GetMessage.c \
86         HourGlass.c \
87         Info.c \
88         SharedProcs.c \
89         SmCreateDirs.c \
90         UErrNoBMS.c \
91         Utility.c \
92         ActIndicator.c \
93         CmdUtility.c \
94         DtGetMessage.c \
95         DtUtil.c \
96         GetEmbed.c \
97         Hash.c \
98         PrintXErr.c \
99         XmWrap.c \
100         addToRes.c \
101         lock.c \
102         SvcTT.c \
103         MsgCat.c \
104         MsgLog.c \
105         LocaleXlate.c \
106         XlationSvc.c
107
108 /* WARNING!!!!
109  * Any .o's added to this list need to be added to DTUTIL2_OBJS
110  * and SHARED_DTUTIL2_OBJS in the DtSvc Imakefile.
111  */
112 OBJS = \
113         $(EXTRA_OBJS) \
114         ChkpntClient.o \
115         ChkpntListen.o \
116         DtEnvMap.o \
117         DtNlUtils.o \
118         EnvControl.o \
119         FileUtil.o \
120         GetDispRes.o \
121         GetMessage.o \
122         HourGlass.o \
123         Info.o \
124         SharedProcs.o \
125         SmCreateDirs.o \
126         UErrNoBMS.o \
127         Utility.o \
128         ActIndicator.o \
129         CmdUtility.o \
130         DtGetMessage.o \
131         DtUtil.o \
132         GetEmbed.o \
133         Hash.o \
134         PrintXErr.o \
135         XmWrap.o \
136         addToRes.o \
137         lock.o \
138         SvcTT.o \
139         MsgCat.o \
140         MsgLog.o \
141         LocaleXlate.o \
142         XlationSvc.o
143
144 #include <Library.tmpl>
145
146 SubdirLibraryRule($(OBJS))
147
148 DependTarget()