summaryrefslogtreecommitdiff
path: root/xc/unsupported/examples/Fresco/Imakefile
blob: 856da822acc067c3fc2066912c568ee5317b0cca (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
XCOMM $XConsortium: Imakefile,v 1.6 94/03/25 19:58:22 matt Exp $

#define IHaveSubdirs
#define PassCDebugFlags /**/

SUBDIRS = stubs

#include <Fresco.tmpl>

    SRCS = barrier.CCsuf hello.CCsuf mtcircles.CCsuf styles.CCsuf xtf.CCsuf 
    OBJS = barrier.o hello.o mtcircles.o styles.o xtf.o 
EXAMPLES = barrier hello mtcircles styles xtf

all:: $(EXAMPLES)

#define FrescoExample(name)			@@\
NormalCplusplusProgramTarget(name,name.o,$(DEPLIBS),$(LOCAL_LIBRARIES),NullParameter)

#define FrescoExampleWithLibs(name,libs)	@@\
NormalCplusplusProgramTarget(name,name.o,$(DEPLIBS),libs $(LOCAL_LIBRARIES),NullParameter)

FrescoExample(barrier)
FrescoExample(hello)
FrescoExample(mtcircles)
FrescoExample(styles)

FrescoExampleWithLibs(xtf, $(XTFLIB) XawClientLibs)

DependTarget()

MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))