Release 980104
[wine/multimedia.git] / libtest / Makefile.in
blob11deeeab243804af80ec4043a9f07aa1e67d6358
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = none
6 RCFLAGS = -w16 -h
7 PROGRAMS = expand hello hello2 hello3 hello4 new rolex
8 ALL_LIBS = $(WINELIB) $(X_LIBS) $(XPM_LIB) $(XLIB) $(LIBS)
10 C_SRCS = \
11 expand.c \
12 hello.c \
13 hello2.c \
14 hello3.c \
15 hello4.c \
16 new.c \
17 rolex.c
19 RC_SRCS = \
20 hello3res.rc
22 all: check_winerc $(PROGRAMS)
24 depend:: $(RC_SRCS:.rc=.h)
26 @MAKE_RULES@
28 $(RC_SRCS:.rc=.c) $(RC_SRCS:.rc=.h): $(WINERC)
30 expand: expand.o
31 $(CC) -o expand expand.o $(LDOPTIONS) $(ALL_LIBS)
33 hello: hello.o
34 $(CC) -o hello hello.o $(LDOPTIONS) $(ALL_LIBS)
36 hello2: hello2.o
37 $(CC) -o hello2 hello2.o $(LDOPTIONS) $(ALL_LIBS)
39 hello3: hello3res.o hello3.o
40 $(CC) -o hello3 hello3.o hello3res.o $(LDOPTIONS) $(ALL_LIBS)
42 hello4: hello4.o
43 $(CC) -o hello4 hello4.o $(LDOPTIONS) $(ALL_LIBS)
45 new: new.o
46 $(CC) -o new new.o $(LDOPTIONS) $(ALL_LIBS)
48 rolex: rolex.o
49 $(CC) -o rolex rolex.o $(LDOPTIONS) $(ALL_LIBS)
51 ### Dependencies: