Remove Unixware and openserver support
[oweals/cde.git] / cde / programs / dtappbuilder / src / ab / Imakefile
1 XCOMM $TOG: Imakefile /main/19 1999/03/29 09:33:27 mgreess $
2 XCOMM
3 XCOMM   RESTRICTED CONFIDENTIAL INFORMATION:
4 XCOMM   
5 XCOMM   The information in this document is subject to special
6 XCOMM   restrictions in a confidential disclosure agreement between
7 XCOMM   HP, IBM, Sun, USL, SCO and Univel.  Do not distribute this
8 XCOMM   document outside HP, IBM, Sun, USL, SCO, or Univel without
9 XCOMM   Sun's specific written approval.  This document and all copies
10 XCOMM   and derivative works thereof must be returned or destroyed at
11 XCOMM   Sun's request.
12 XCOMM
13 XCOMM (c) Copyright 1996 Digital Equipment Corporation.
14 XCOMM (c) Copyright 1996 Hewlett-Packard Company.
15 XCOMM (c) Copyright 1996 International Business Machines Corp.
16 XCOMM (c) Copyright 1993,1996 Sun Microsystems, Inc.
17 XCOMM (c) Copyright 1996 Novell, Inc. 
18 XCOMM (c) Copyright 1996 FUJITSU LIMITED.
19 XCOMM (c) Copyright 1996 Hitachi.
20
21 /*
22  * Since dtcodegen depends on libXm, libDtWidget, and other libs, 
23  * it will not be built properly during make includes.
24  * So, when 'all' is made in this directory, redo make includes/depend.
25  * An imake hack no doubt, but it is necessary for now.
26  */
27 all:: generated_includes abdepend
28
29 #include "../ab.tmpl"
30 #include "../ab.rules"
31
32     INCLUDES = -I. -I$(ABINCLUDES)
33      DEFINES = -DPIXMAP_WORKAROUND
34
35 #ifndef GeneratedUISource
36 #define GeneratedUISource(macro, suffix)        @@\
37 macro = \                               @@\
38 Concat(dtb_utils,suffix) \              @@\
39 Concat(appfw_ui,suffix) \               @@\
40 Concat(brws_ui,suffix) \                @@\
41 Concat(color_chooser_ui,suffix) \       @@\
42 Concat(conn_ui,suffix) \                @@\
43 Concat(dnd_ed_ui,suffix) \              @@\
44 Concat(help_ed_ui,suffix) \             @@\
45 Concat(attch_ed_ui,suffix) \            @@\
46 Concat(proj_ui,suffix) \                @@\
47 Concat(revolv_ui,suffix) \              @@\
48 Concat(button_ui,suffix) \              @@\
49 Concat(choice_ui,suffix) \              @@\
50 Concat(combobox_ui,suffix) \            @@\
51 Concat(cpanel_ui,suffix) \              @@\
52 Concat(custdlg_ui,suffix) \             @@\
53 Concat(drawp_ui,suffix) \               @@\
54 Concat(group_ui,suffix) \               @@\
55 Concat(label_ui,suffix) \               @@\
56 Concat(list_ui,suffix) \                @@\
57 Concat(mainwin_ui,suffix) \             @@\
58 Concat(menu_ui,suffix) \                @@\
59 Concat(menubar_ui,suffix) \             @@\
60 Concat(scale_ui,suffix) \               @@\
61 Concat(sep_ui,suffix) \                 @@\
62 Concat(spinbox_ui,suffix) \             @@\
63 Concat(termp_ui,suffix) \               @@\
64 Concat(textf_ui,suffix) \               @@\
65 Concat(textp_ui,suffix) \               @@\
66 Concat(cgen_win_ui,suffix) \            @@\
67 Concat(cgen_props_ui,suffix) \          @@\
68 Concat(cgen_env_ui,suffix) \            @@\
69 Concat(fchooser_ui,suffix) \            @@\
70 Concat(message_ed_ui,suffix) \          @@\
71 Concat(panedwin_ed_ui,suffix) \         @@\
72 Concat(palette_ui,suffix) \             @@\
73 Concat(about_box_ui,suffix)
74 #endif
75 GeneratedUISource(TARGETS.h,.h)
76 GeneratedUISource(TARGETS.c,.c)
77 GeneratedUISource(TARGETS.o,.o)
78
79 TARGETS.h.merged = \
80         dtbuilder.h
81
82 #ifndef GeneratedStubsSource
83 #define GeneratedStubsSource(macro, suffix)     @@\
84 macro = \                                       @@\
85 Concat(appfw_stubs,suffix) \                    @@\
86 Concat(brws_stubs,suffix) \                     @@\
87 Concat(color_chooser_stubs,suffix) \            @@\
88 Concat(conn_stubs,suffix) \                     @@\
89 Concat(dnd_ed_stubs,suffix) \                   @@\
90 Concat(help_ed_stubs,suffix) \                  @@\
91 Concat(attch_ed_stubs,suffix) \                 @@\
92 Concat(proj_stubs,suffix) \                     @@\
93 Concat(revolv_stubs,suffix) \                   @@\
94 Concat(button_stubs,suffix) \                   @@\
95 Concat(choice_stubs,suffix) \                   @@\
96 Concat(combobox_stubs,suffix) \                 @@\
97 Concat(cpanel_stubs,suffix) \                   @@\
98 Concat(custdlg_stubs,suffix) \                  @@\
99 Concat(drawp_stubs,suffix) \                    @@\
100 Concat(group_stubs,suffix) \                    @@\
101 Concat(label_stubs,suffix) \                    @@\
102 Concat(list_stubs,suffix) \                     @@\
103 Concat(mainwin_stubs,suffix) \                  @@\
104 Concat(menu_stubs,suffix) \                     @@\
105 Concat(menubar_stubs,suffix) \                  @@\
106 Concat(scale_stubs,suffix) \                    @@\
107 Concat(sep_stubs,suffix) \                      @@\
108 Concat(spinbox_stubs,suffix) \                  @@\
109 Concat(termp_stubs,suffix) \                    @@\
110 Concat(textf_stubs,suffix) \                    @@\
111 Concat(textp_stubs,suffix) \                    @@\
112 Concat(cgen_win_stubs,suffix) \                 @@\
113 Concat(cgen_props_stubs,suffix) \               @@\
114 Concat(cgen_env_stubs,suffix) \                 @@\
115 Concat(fchooser_stubs,suffix) \                 @@\
116 Concat(message_ed_stubs,suffix) \               @@\
117 Concat(palette_stubs,suffix) \                  @@\
118 Concat(about_box_stubs,suffix)
119 #endif
120 GeneratedStubsSource(TARGETS.c.stubs,.c)
121 GeneratedStubsSource(TARGETS.o.stubs,.o)
122
123 TARGETS.c.merged = \
124         dtbuilder.c \
125         $(TARGETS.c.stubs)
126
127 SOURCES.h = $(TARGETS.h.merged) $(TARGETS.h)
128
129 SOURCES.c = $(TARGETS.c.merged) $(TARGETS.c)
130
131
132 SOURCES.h.shipped =
133
134 SOURCES.h.shared = \
135                 $(TARGETS.h)    \
136                 ab.h            \
137                 ab_resources.h  \
138                 ab_utils.h      \
139                 abobj.h         \
140                 abobj_edit.h    \
141                 abobj_list.h    \
142                 abobj_set.h     \
143                 abobjP.h        \
144                 ab_bil.h        \
145                 ab_dnd.h        \
146                 appfw.h         \
147                 attch_ed.h      \
148                 brws.h          \
149                 brwsP.h         \
150                 cgen.h          \
151                 color_chooser.h \
152                 conn.h          \
153                 connP.h         \
154                 dtbuilder.h     \
155                 help.h          \
156                 message.h       \
157                 pal.h           \
158                 proj.h          \
159                 projP.h         \
160                 prop.h          \
161                 propP.h         \
162                 tmode.h         \
163                 tmodeP.h        \
164                 ui_util.h       \
165                 vwr.h           \
166                 x_util.h
167
168 SOURCES.h.unshared = \
169                 abobjP.h
170
171 SOURCES.msg = \
172                 dtbuilder.msg   \
173                 ../libAButil/libAButil.msg \
174                 ../libABobjXm/libABobjXm.msg \
175                 ../libABil/libABil.msg
176
177 AB_MAKEFILES = \
178         Makefile.aix \
179         Makefile.hpux \
180         Makefile.sunos \
181         Makefile.osf1 \
182         Makefile.linux \
183         Makefile.freebsd \
184         Makefile.netbsd \
185         Makefile.openbsd
186
187 #ifndef UngeneratedSource
188 #define UngeneratedSource(macro, suffix)        @@\
189 macro = \                                       @@\
190 Concat(ab_utils,suffix) \                       @@\
191 Concat(ab_bil,suffix) \                         @@\
192 Concat(ab_dnd,suffix) \                         @@\
193 Concat(ab_globals,suffix) \                     @@\
194 Concat(abobj_align,suffix) \                    @@\
195 Concat(abobj_edit,suffix) \                     @@\
196 Concat(abobj_list,suffix) \                     @@\
197 Concat(abobj_events,suffix) \                   @@\
198 Concat(abobj_layers,suffix) \                   @@\
199 Concat(abobj_layout,suffix) \                   @@\
200 Concat(abobj_menu,suffix) \                     @@\
201 Concat(abobj_move,suffix) \                     @@\
202 Concat(abobj_resize,suffix) \                   @@\
203 Concat(abobj_select,suffix) \                   @@\
204 Concat(abobj_set,suffix) \                      @@\
205 Concat(abobj_util,suffix) \                     @@\
206 Concat(brws,suffix) \                           @@\
207 Concat(brws_find,suffix) \                      @@\
208 Concat(brws_mthds,suffix) \                     @@\
209 Concat(brws_utils,suffix) \                     @@\
210 Concat(cgen_utils,suffix) \                     @@\
211 Concat(conn_drag,suffix) \                      @@\
212 Concat(conn_interpret,suffix) \                 @@\
213 Concat(conn_obj,suffix) \                       @@\
214 Concat(dtbuilder,suffix) \                      @@\
215 Concat(pal,suffix) \                            @@\
216 Concat(pal_create,suffix) \                     @@\
217 Concat(pal_button,suffix) \                     @@\
218 Concat(pal_choice,suffix) \                     @@\
219 Concat(pal_combobox,suffix) \                   @@\
220 Concat(pal_cpanel,suffix) \                     @@\
221 Concat(pal_custdlg,suffix) \                    @@\
222 Concat(pal_drawp,suffix) \                      @@\
223 Concat(pal_fchooser,suffix) \                   @@\
224 Concat(pal_group,suffix) \                      @@\
225 Concat(pal_label,suffix) \                      @@\
226 Concat(pal_list,suffix) \                       @@\
227 Concat(pal_mainwin,suffix) \                    @@\
228 Concat(pal_menu,suffix) \                       @@\
229 Concat(pal_menubar,suffix) \                    @@\
230 Concat(pal_panedwin,suffix) \                   @@\
231 Concat(pal_scale,suffix) \                      @@\
232 Concat(pal_sep,suffix) \                        @@\
233 Concat(pal_spinbox,suffix) \                    @@\
234 Concat(pal_termp,suffix) \                      @@\
235 Concat(pal_textf,suffix) \                      @@\
236 Concat(pal_textp,suffix) \                      @@\
237 Concat(proj,suffix) \                           @@\
238 Concat(proj_utils,suffix) \                     @@\
239 Concat(projP_utils,suffix) \                    @@\
240 Concat(prop,suffix) \                           @@\
241 Concat(prop_items,suffix) \                     @@\
242 Concat(tmode,suffix) \                          @@\
243 Concat(tmodeP,suffix) \                         @@\
244 Concat(ui_msg,suffix) \                         @@\
245 Concat(ui_list,suffix) \                        @@\
246 Concat(ui_util,suffix) \                        @@\
247 Concat(vwr,suffix) \                            @@\
248 Concat(x_util,suffix)
249 #endif
250 UngeneratedSource(NONTGTS.c,.c)
251 UngeneratedSource(NONTGTS.o,.o)
252
253 SRCS2 = $(TARGETS.c) $(TARGETS.c.stubs) $(NONTGTS.c)
254 OBJS2 = $(TARGETS.o) $(TARGETS.o.stubs) $(NONTGTS.o)
255
256 SYS_LIBRARIES = -lm $(ICONVSYSLIB) $(DYNLIBSYSLIB) $(REGEXSYSLIB)
257
258 #ifdef  SunArchitecture
259 WAITTARGET = .WAIT
260 #endif  /* SunArchitecture */
261
262 #ifdef  BSDArchitecture
263 UTILLIB = -lutil
264 #endif  /* BSDArchitecture */
265
266 PROGRAMS = dtbuilder
267 LINTLIBS = $(XINPUTLIB) $(DTHELPLIB) $(DTSVCLIB) $(XMLIB) $(XTOOLLIB) $(XLIB)
268
269 /* DEPLIBS contains the list of library depencies for a client.
270  * LOCAL_LIBRARIES contains the list of libraries on the link line.
271  * Generally, the dependency form of a library has DEP as a prefix.
272  * e.g. put $(XLIB) in LOCAL_LIBRARIES and $(DEPXLIB) in DEPLIBS.
273  * NOTE: if DEPLIBS is not set here, it is by default null and there
274  *       are no library dependencies for clients.
275  *       You cannot put -Llibpath into DEPLIBS. You must put actual
276  *       paths to the library.
277  */
278 DEPLIBS = ../libABil/libABil.a  ../libABobjXm/libABobjXm.a  \
279         ../libABobj/libABobj.a ../libAButil/libAButil.a $(DEPDTWIDGETLIB) \
280         $(DEPDTTERMLIB) $(DEPDTHELPLIB) $(DEPDTSVCLIB) $(DEPTTLIB) \
281         $(DEPUILLIB) $(DEPMRESOURCELIB) $(DEPXMLIB) $(DEPXTOOLLIB) $(DEPXLIB) \
282         $(DEPUTILLIB)
283 LOCAL_LIBRARIES = ../libABil/libABil.a  ../libABobjXm/libABobjXm.a  \
284         ../libABobj/libABobj.a ../libAButil/libAButil.a \
285         $(DTWIDGETLIB) $(DTTERMLIB) $(DTHELPLIB) $(DTSVCLIB) \
286         $(TTLIB) $(UILLIB) $(MRESOURCELIB) $(XMLIB) $(XTOOLLIB) $(XLIB) \
287         $(UTILLIB)
288
289 /* dtcodegen needs path to catalogfile */
290 DTCODEGENCAT = NLSPATH=$(CDESRC)/dtappbuilder/src/abmf/dtcodegen.cat
291
292 $(OBJS2):       $(SOURCES.h)
293
294 XCOMM dtcodegen wants to rewrite some files, so we make copies for it.
295 dtbuilder.msg: dtbuilder.msg.src
296         $(CP) $? $@ && chmod ug+w $@
297 dtbuilder.c: dtbuilder.c.src
298         $(CP) $? $@ && chmod ug+w $@
299
300 includes:: dtbuilder.msg dtbuilder.c
301
302 all:: $(PROGRAMS)
303
304 ComplexProgramTarget_2(dtbuilder,$(LOCAL_LIBRARIES),)
305
306 abdepend:: DependFileName
307
308 DependFileName::
309         -RunProgram(DEPEND,$(DEPENDFLAGS) $(ALLDEFINES) $(DEPEND_DEFINES) $(SRCS2)) > $@
310
311 clean::
312         RemoveFile(ProgramTargetName($(PROGRAMS)))
313
314 AbMessageCatalogTarget(dtbuilder)
315
316 XCOMM Try to replace the original dtbuilder.msg.src file if necessary.
317 all:: dtbuilder dtbuilder.cat
318
319 clean::
320         $(RM) $(TARGETS.h) $(TARGETS.c) $(AB_MAKEFILES) .dtcodegen.log *.delta dtbuilder.c dtbuilder.msg
321
322 CppSourceFile(Dtbuilder,Dtbuilder.src,$(LOCAL_CPP_DEFINES),)
323
324 LinkFileList(generated_includes,$(SOURCES.h.shared),../include/ab_private,../../ab)
325
326 XCOMM includes:: generated_includes
327 sdtgilcvt:
328
329 #ifdef  SunArchitecture
330 dtbuilder.h + dtb_utils.c + dtb_utils.h:: dtbuilder.bip dtbuilder.c dtbuilder.msg
331         $(DTCODEGEN) -changed -merge -p dtbuilder.bip -main
332 dtbuilder.o: dtbuilder.c dtbuilder.bip $(TARGETS.h) $(TARGETS.h.merged)
333 #else
334 dtbuilder.h dtb_utils.c dtb_utils.h:: dtbuilder.bip dtbuilder.c dtbuilder.msg
335         $(DTCODEGEN) -changed -merge -p dtbuilder.bip -main
336 dtbuilder.o: dtbuilder.c dtbuilder.bip $(TARGETS.h) $(TARGETS.h.merged)
337 #endif
338
339 PROJFILE = dtbuilder
340
341 BilTarget(about_box)
342 BilTarget(appfw)
343 BilTarget(attch_ed)
344 BilTarget(brws)
345 BilTarget(button)
346 BilTarget(cgen_env)
347 BilTarget(cgen_props)
348 BilTarget(cgen_win)
349 BilTarget(choice)
350 BilTarget(color_chooser)
351 BilTarget(combobox)
352 BilTarget(conn)
353 BilTarget(cpanel)
354 BilTarget(custdlg)
355 BilTarget(dnd_ed)
356 BilTarget(drawp)
357 BilTarget(fchooser)
358 BilTarget(group)
359 BilTarget(help_ed)
360 BilTarget(label)
361 BilTarget(list)
362 BilTarget(mainwin)
363 BilTarget(menu)
364 BilTarget(menubar)
365 BilTarget(message_ed)
366 BilTarget(palette)
367 BilTarget(panedwin_ed)
368 BilTarget(proj)
369 BilTarget(revolv)
370 BilTarget(scale)
371 BilTarget(sep)
372 BilTarget(spinbox)
373 BilTarget(termp)
374 BilTarget(textf)
375 BilTarget(textp)