Convert uses of XKeycodeToKeysym (deprecated) to XkbKeycodeToKeysym
[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 DEPEND_DEFINES = $(DEPENDDEFINES)
15 INCLUDES =  -I. $(TIRPCINC)
16
17 #ifdef AIXArchitecture
18   LDPOSTLIB=-blibpath:/usr/dt/lib:/X11/lib:/usr/lib/threads:/usr/lib:/lib
19 #endif
20
21 XCOMM something wrong with depend of Xt on IBM
22
23 #ifdef AIXArchitecture
24   DEPLIBS = \
25         $(DEPDTSVCLIB) \
26         $(DEPTTLIB) \
27         $(DEPXMLIB) \
28         $(DEPXLIB)
29 #else
30   DEPLIBS = \
31         $(DEPDTSVCLIB) \
32         $(DEPTTLIB) \
33         $(DEPXMLIB) \
34         $(DEPXTOOLLIB) \
35         $(DEPXLIB)
36 #endif
37
38 LOCAL_LIBRARIES = \
39         $(DTSVCLIB) \
40         $(TTLIB) \
41         $(XMLIB) \
42         $(XTOOLLIB) \
43         $(XLIB)
44
45 PROGRAMS=dtinfo_start
46
47 SRCS = dtinfo_start.c
48
49 OBJS = dtinfo_start.o
50
51 all:: $(OBJS)
52
53 LinkSourceFile(dtinfo_start.opnums,$(PROGRAMSRC)/tttypes)
54
55 ComplexProgramTarget($(PROGRAMS))