summaryrefslogtreecommitdiff
path: root/xc/workInProgress/Fresco/include/Interfaces/Imakefile
blob: 9ec54017f9fc5f272e355a41eb0bb7a34b2bfabe (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.3 94/03/18 18:03:05 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::