ttserver: fixup forward (vexing) fucntion decl's in main, get rid of **environ
[oweals/cde.git] / cde / lib / DtSvc / DtUtil1 / Imakefile
1 XCOMM $XConsortium: Imakefile /main/6 1996/08/20 14:48:27 drk $
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 #define LargePICTable   YES
11
12 #include <Threads.tmpl>
13
14 #ifndef DtSvcDefines
15 # define DtSvcDefines -DMULTIBYTE
16 #endif
17 DEPEND_DEFINES = $(DEPENDDEFINES)
18 DEFINES = DtSvcDefines \
19           -DCDE_INSTALLATION_TOP=\"$(CDE_INSTALLATION_TOP)\" \
20           -DCDE_CONFIGURATION_TOP=\"$(CDE_CONFIGURATION_TOP)\"
21 INCLUDES = -I. -I../include $(TIRPCINC)
22
23
24 HEADERS = \
25         Action.h \
26         ActionDb.h \
27         ActionDbP.h \
28         ActionP.h \
29         ActionFind.h \
30         ActionUtilP.h \
31         CmdInv.h \
32         CmdInvP.h \
33         DbReader.h \
34         DbUtil.h \
35         Dnd.h \
36         DndP.h \
37         DndIconI.h \
38         Dt.h \
39         Dts.h \
40         DtsDb.h \
41         DtsMM.h \
42         DtHash.h \
43         DtShmDb.h \
44         Qualify.h \
45         Saver.h \
46         SaverP.h \
47         Session.h \
48         SessionM.h \
49         SessionP.h \
50         Wsm.h \
51         WsmM.h \
52         WsmP.h
53
54
55 SRCS = \
56         Action.c \
57         ActionTt.c \
58         ActionDb.c \
59         ActionFind.c \
60         ActionUtil.c \
61         DbReader.c \
62         DbUtil.c \
63         CmdSpc.c \
64         CmdMain.c \
65         CmdProcess.c \
66         CmdUtilityP.c \
67         Dnd.c \
68         DndDrag.c \
69         DndDrop.c \
70         DndIcon.c \
71         DndBuff.c \
72         DndFile.c \
73         DndText.c \
74         Dt.c \
75         Dts.c \
76         DtsDb.c \
77         DtsSort.c \
78         DbLoad.c \
79         DtsInit.c \
80         DtHash.c \
81         intarray.c \
82         inttab.c \
83         strtab.c \
84         DtsMM.c \
85         MMDb.c \
86         GetVWmHint.c \
87         GetMwmW.c \
88         Qualify.c \
89         Saver.c \
90         SetVWmHint.c \
91         SmComm.c \
92         SmUtil.c \
93         WmAddDelWs.c \
94         WmBackWin.c \
95         WmChBackD.c \
96         WmGWsInfo.c \
97         WmGWsList.c \
98         WmMarquee.c \
99         WmRestart.c \
100         WmRmWsFcn.c \
101         WmSetTitle.c \
102         WmWsCallB.c \
103         WmSetWs.c \
104         WmWsHints.c \
105         WmWsOccupy.c
106
107
108 /* WARNING!!!!
109  * Any .o's added to this list need to be added to DTUTIL1_OBJS1
110  * and SHARED_DTUTIL1_OBJS1 in the DtSvc Imakefile.
111  */
112 OBJS = \
113         Action.o \
114         ActionTt.o \
115         ActionDb.o \
116         ActionFind.o \
117         ActionUtil.o \
118         DbReader.o \
119         DbUtil.o \
120         CmdSpc.o \
121         CmdMain.o \
122         CmdProcess.o \
123         CmdUtilityP.o \
124         Dnd.o \
125         DndDrag.o \
126         DndDrop.o \
127         DndIcon.o \
128         DndBuff.o \
129         DndFile.o \
130         DndText.o \
131         Dt.o \
132         Dts.o \
133         DtsDb.o \
134         DtsSort.o \
135         DbLoad.o \
136         DtsInit.o \
137         DtHash.o \
138         intarray.o \
139         inttab.o \
140         strtab.o \
141         DtsMM.o \
142         MMDb.o \
143         GetVWmHint.o \
144         GetMwmW.o \
145         Qualify.o \
146         Saver.o \
147         SetVWmHint.o \
148         SmComm.o \
149         SmUtil.o \
150         WmAddDelWs.o \
151         WmBackWin.o \
152         WmChBackD.o \
153         WmGWsInfo.o \
154         WmGWsList.o \
155         WmMarquee.o \
156         WmRestart.o \
157         WmRmWsFcn.o\
158         WmSetTitle.o \
159         WmWsCallB.o \
160         WmSetWs.o \
161         WmWsHints.o \
162         WmWsOccupy.o
163
164 #include <Library.tmpl>
165
166 SubdirLibraryRule($(OBJS))
167
168 DependTarget()