nsgmls: resolve coverity warnings related to uninitialed members in C++ classes
[oweals/cde.git] / cde / programs / dtappbuilder / src / Imakefile
1 XCOMM $XConsortium: Imakefile /main/4 1996/04/21 19:26:53 drk $
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 #ifdef SunArchitecture
22 .NO_PARALLEL:                           # don't build subdirs in parallel
23 #endif
24
25 #define IHaveSubdirs
26 #define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
27
28 SUBDIRS = libAButil libABobj libABobjXm libABil abmf ab
29
30 MakeSubdirs($(SUBDIRS))
31 DependSubdirs($(SUBDIRS))
32
33 dtbuilder::
34         @case '${MFLAGS}' in *[ik]*) set +e;; esac; \
35         for i in libAButil libABobj libABobjXm libABil ab ;\
36         do \
37         (cd $$i ; echo "making" dtbuilder "in $(CURRENT_DIR)/$$i..."; \
38         $(MAKE) $(MFLAGS) 'CDEBUGFLAGS=$(CDEBUGFLAGS)' 'FIRST_LIBPATH=$(FIRST_LIBPATH)' 'FIRST_INCLUDES=$(FIRST_INCLUDES)' dtbuilder); \
39         done
40
41 dtcodegen::
42         @case '${MFLAGS}' in *[ik]*) set +e;; esac; \
43         for i in libAButil libABobj libABobjXm libABil abmf ;\
44         do \
45         (cd $$i ; echo "making" dtcodegen "in $(CURRENT_DIR)/$$i..."; \
46         $(MAKE) $(MFLAGS) 'CDEBUGFLAGS=$(CDEBUGFLAGS)' 'FIRST_LIBPATH=$(FIRST_LIBPATH)' 'FIRST_INCLUDES=$(FIRST_INCLUDES)' dtcodegen); \
47         done
48
49
50 clean::
51         $(RM) -rf include