1#
2# $Header: /cvsroot/lesstif/lesstif/include/Motif-2.1/XmI/Makefile.am,v 1.14 2004/11/18 21:00:59 dannybackx Exp $
3#
4
5MAINTAINERCLEANFILES=Makefile.in
6
7# Only in 1.2
8xmi_12private_h = \
9        MessagesI.h
10
11# In other versions above as well
12xmi_12base_h = \
13	AtomMgrI.h CutPasteI.h DebugUtil.h DragDropI.h \
14	HashI.h ImageCacheI.h \
15	LTV5EditresP.h LTV6EditresP.h LTglob.h LTmisc.h \
16	MacrosI.h TraversalI.h UilI.h XmI.h \
17	xdnd.h
18
19# Only in 2.0
20xmi_20private_h = \
21        MessagesI.h
22
23# In other versions above as well
24xmi_20base_h = \
25        DirectionI.h ManagerI.h PixConvI.h PopupUtil.h \
26        TransltnsI.h XpmI.h
27
28
29# Only in 2.1
30xmi_21private_h = \
31        MessagesI.h
32
33# There's no 2.2 yet :-)
34xmi_21base_h =
35
36# Not installed, build time only
37
38noinst_HEADERS= $(xmi_12base_h) $(xmi_20base_h) $(xmi_21base_h) $(xmi_21private_h)
39