Resolve many build warnings
[oweals/cde.git] / cde / programs / dtinfo / clients / dtinfo_start / Imakefile
1 XCOMM $XConsortium: Imakefile /main/5 1996/06/11 17:45:12 cde-hal $
2 /*
3  * (c) Copyright 1996 Digital Equipment Corporation.
4  * (c) Copyright 1996 Hewlett-Packard Company.
5  * (c) Copyright 1996 International Business Machines Corp.
6  * (c) Copyright 1996 Sun Microsystems, Inc.
7  * (c) Copyright 1996 Novell, Inc. 
8  * (c) Copyright 1996 FUJITSU LIMITED.
9  * (c) Copyright 1996 Hitachi.
10  */
11
12 NormalCplusplusObjectRule()
13
14 INCLUDES =  -I.
15
16 #ifdef AIXArchitecture
17   LDPOSTLIB=-blibpath:/usr/dt/lib:/X11/lib:/usr/lib/threads:/usr/lib:/lib
18 #endif
19
20 XCOMM something wrong with depend of Xt on IBM
21
22 #ifdef AIXArchitecture
23   DEPLIBS = \
24         $(DEPDTSVCLIB) \
25         $(DEPTTLIB) \
26         $(DEPXMLIB) \
27         $(DEPXLIB)
28 #else
29   DEPLIBS = \
30         $(DEPDTSVCLIB) \
31         $(DEPTTLIB) \
32         $(DEPXMLIB) \
33         $(DEPXTOOLLIB) \
34         $(DEPXLIB)
35 #endif
36
37 LOCAL_LIBRARIES = \
38         $(DTSVCLIB) \
39         $(TTLIB) \
40         $(XMLIB) \
41         $(XTOOLLIB) \
42         $(XLIB)
43
44 PROGRAMS=dtinfo_start
45
46 SRCS = dtinfo_start.c
47
48 OBJS = dtinfo_start.o
49
50 all:: $(OBJS)
51
52 LinkSourceFile(dtinfo_start.opnums,$(PROGRAMSRC)/tttypes)
53
54 ComplexProgramTarget($(PROGRAMS))