Release 970804
[wine/multimedia.git] / libtest / Makefile.in
blobe9f772a83e44a656b34dec4943c7605edcaed271
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = none
6 PROGRAMS = expand hello hello2 hello3 hello4 new rolex
7 ALL_LIBS = $(WINELIB) $(X_LIBS) $(XPM_LIB) $(XLIB) $(LDLIBS)
9 C_SRCS = \
10 expand.c \
11 hello.c \
12 hello2.c \
13 hello3.c \
14 hello4.c \
15 new.c \
16 rolex.c
18 GEN_C_SRCS = \
19 hello3res.c
21 all: check_winerc $(PROGRAMS)
23 @MAKE_RULES@
25 expand: expand.o
26 $(CC) -o expand expand.o $(LDOPTIONS) $(ALL_LIBS)
28 hello: hello.o
29 $(CC) -o hello hello.o $(LDOPTIONS) $(ALL_LIBS)
31 hello2: hello2.o
32 $(CC) -o hello2 hello2.o $(LDOPTIONS) $(ALL_LIBS)
34 hello3: hello3res.o hello3.o
35 $(CC) -o hello3 hello3.o hello3res.o $(LDOPTIONS) $(ALL_LIBS)
37 hello4: hello4.o
38 $(CC) -o hello4 hello4.o $(LDOPTIONS) $(ALL_LIBS)
40 new: new.o
41 $(CC) -o new new.o $(LDOPTIONS) $(ALL_LIBS)
43 rolex: rolex.o
44 $(CC) -o rolex rolex.o $(LDOPTIONS) $(ALL_LIBS)
46 hello3res.c hello3res.h: $(WINERC)
48 ### Dependencies: