summaryrefslogtreecommitdiff
path: root/xc/unsupported/programs/fdraw/Imakefile
blob: 0371b32210dc24e5f89f003495f7d843a6acb392 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
XCOMM $XConsortium: Imakefile,v 1.1 94/03/23 10:51:11 matt Exp $

/*
 * Fdraw -- Fresco drawing editor demonstration program
 */

#include <Fresco.tmpl>

SRCS = \
    commands.CCsuf fdraw.CCsuf figviewer.CCsuf globals.CCsuf \
    main.CCsuf manipulators.CCsuf selection.CCsuf \
    tools.CCsuf visitors.CCsuf

OBJS = \
    commands.o fdraw.o figviewer.o globals.o \
    main.o manipulators.o selection.o \
    tools.o visitors.o

ComplexCplusplusProgramTarget(fdraw)


#include <Ixx.tmpl>

I = $(INCLUDESRC)/Fresco/Interfaces

EditImplHeader(commands,$(I)/types.idl $(I)/glyph.idl)
EditImplHeader(figviewer,$(I)/glyph.idl)
EditImplHeader(manipulators,$(I)/types.idl $(I)/glyph.idl)
EditImplHeader(tools,$(I)/types.idl)

EditImpl(commands,$(I)/types.idl $(I)/glyph.idl)
EditImpl(figviewer,$(I)/glyph.idl)
EditImpl(manipulators,$(I)/types.idl $(I)/glyph.idl)
EditImpl(tools,$(I)/types.idl)