New file, some helper functions for icon cache.
[wine/multimedia.git] / libtest / Makefile.in
blob084a2a6c69267a3b2ecf8d30ae083c7b35779541
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 volinfo
8 ALL_LIBS = $(WINELIB) $(X_LIBS) $(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 \
19 volinfo.c
21 RC_SRCS = \
22 hello3res.rc
24 all: check_wrc $(PROGRAMS)
26 depend:: $(RC_SRCS:.rc=.h)
28 @MAKE_RULES@
30 $(RC_SRCS:.rc=.s): $(WRC)
32 expand: expand.o
33 $(CC) -o expand expand.o $(LDOPTIONS) $(ALL_LIBS)
35 hello: hello.o
36 $(CC) -o hello hello.o $(LDOPTIONS) $(ALL_LIBS)
38 hello2: hello2.o
39 $(CC) -o hello2 hello2.o $(LDOPTIONS) $(ALL_LIBS)
41 hello3: hello3res.o hello3.o
42 $(CC) -o hello3 hello3.o hello3res.o $(LDOPTIONS) $(ALL_LIBS)
43 hello3.o: hello3res.h
45 hello4: hello4.o
46 $(CC) -o hello4 hello4.o $(LDOPTIONS) $(ALL_LIBS)
48 hello5: hello5.o
49 $(CC) -o hello5 hello5.o $(LDOPTIONS) $(ALL_LIBS)
51 new: new.o
52 $(CC) -o new new.o $(LDOPTIONS) $(ALL_LIBS)
54 rolex: rolex.o
55 $(CC) -o rolex rolex.o $(LDOPTIONS) $(ALL_LIBS)
57 volinfo: volinfo.o
58 $(CC) -o volinfo volinfo.o $(LDOPTIONS) $(ALL_LIBS)
60 ### Dependencies: