Bugfixes, shellview uses DPA's now, IShellView_GetItemObject implemented.
[wine/multimedia.git] / libtest / Makefile.in
blobb398b1524111b73f02e8ba69a2ed9403d47afdaa
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = none
6 RCFLAGS = -w32 -h
7 PROGRAMS = expand hello hello2 hello3 hello4 hello5 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 hello5.c \
17 new.c \
18 rolex.c
20 RC_SRCS = \
21 hello3res.rc
23 all: check_wrc $(PROGRAMS)
25 depend:: $(RC_SRCS:.rc=.h)
27 @MAKE_RULES@
29 $(RC_SRCS:.rc=.s): $(WRC)
31 expand: expand.o
32 $(CC) -o expand expand.o $(LDOPTIONS) $(ALL_LIBS)
34 hello: hello.o
35 $(CC) -o hello hello.o $(LDOPTIONS) $(ALL_LIBS)
37 hello2: hello2.o
38 $(CC) -o hello2 hello2.o $(LDOPTIONS) $(ALL_LIBS)
40 hello3: hello3res.o hello3.o
41 $(CC) -o hello3 hello3.o hello3res.o $(LDOPTIONS) $(ALL_LIBS)
43 hello4: hello4.o
44 $(CC) -o hello4 hello4.o $(LDOPTIONS) $(ALL_LIBS)
46 hello5: hello5.o
47 $(CC) -o hello5 hello5.o $(LDOPTIONS) $(ALL_LIBS)
49 new: new.o
50 $(CC) -o new new.o $(LDOPTIONS) $(ALL_LIBS)
52 rolex: rolex.o
53 $(CC) -o rolex rolex.o $(LDOPTIONS) $(ALL_LIBS)
55 ### Dependencies: