Release 970629
[wine/wine-kai.git] / libtest / Makefile.in
blob32d3936577131a0f7f2f9abb8d99d6c9ac09136b
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = none
6 PROGRAMS = hello hello2 hello3 hello4 new rolex
7 ALL_LIBS = $(WINELIB) $(X_LIBS) $(XPM_LIB) $(XLIB) $(LDLIBS)
9 C_SRCS = \
10 hello.c \
11 hello2.c \
12 hello3.c \
13 hello4.c \
14 new.c \
15 rolex.c
17 GEN_C_SRCS = \
18 hello3res.c
20 all: check_winerc $(PROGRAMS)
22 @MAKE_RULES@
24 hello: hello.o
25 $(CC) -o hello hello.o $(LDOPTIONS) $(ALL_LIBS)
27 hello2: hello2.o
28 $(CC) -o hello2 hello2.o $(LDOPTIONS) $(ALL_LIBS)
30 hello3: hello3res.o hello3.o
31 $(CC) -o hello3 hello3.o hello3res.o $(LDOPTIONS) $(ALL_LIBS)
33 hello4: hello4.o
34 $(CC) -o hello4 hello4.o $(LDOPTIONS) $(ALL_LIBS)
36 new: new.o
37 $(CC) -o new new.o $(LDOPTIONS) $(ALL_LIBS)
39 rolex: rolex.o
40 $(CC) -o rolex rolex.o $(LDOPTIONS) $(ALL_LIBS)
42 hello3res.c hello3res.h: $(WINERC)
44 ### Dependencies: