summaryrefslogtreecommitdiff
path: root/xc/workInProgress/Fresco/include/Interfaces/Imakefile
blob: 7324d3bc179bb826c802f3d486f6e4016a5f2770 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
XCOMM $XConsortium: Imakefile,v 1.2 94/02/10 11:56:47 matt Exp $

IDLS =	display.idl \
	drawing.idl \
	figures.idl \
	glyph.idl \
	layouts.idl \
	types.idl \
	viewer.idl \
	widgets.idl

DEST = $(INCDIR)/Fresco/Interfaces

all::

BuildIncludes($(IDLS),Fresco/Interfaces,../..)

InstallMultipleFlags($(IDLS),$(DEST),$(INSTINCFLAGS))

headers::

clean_headers::