Small enhancement.
[wine/hacks.git] / libtest / Makefile.in
blobce721bf099fbc07e16eb3c3032c252fe5d8d3ec0
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 vartest volinfo
8 ALL_LIBS = $(WINELIB) $(X_LIBS) $(XLIB) $(LIBS)
9 WRCEXTRA = -A -p $*
11 C_SRCS = \
12 expand.c \
13 hello.c \
14 hello2.c \
15 hello3.c \
16 hello4.c \
17 hello5.c \
18 new.c \
19 rolex.c \
20 vartest.c \
21 volinfo.c
23 RC_SRCS = \
24 hello3res.rc
26 all: check_wrc $(PROGRAMS)
28 depend:: $(RC_SRCS:.rc=.h)
30 @MAKE_RULES@
32 $(RC_SRCS:.rc=.s): $(WRC)
34 expand: expand.o
35 $(CC) -o expand expand.o $(LDOPTIONS) $(ALL_LIBS)
37 hello: hello.o
38 $(CC) -o hello hello.o $(LDOPTIONS) $(ALL_LIBS)
40 hello2: hello2.o
41 $(CC) -o hello2 hello2.o $(LDOPTIONS) $(ALL_LIBS)
43 hello3: hello3res.o hello3.o
44 $(CC) -o hello3 hello3.o hello3res.o $(LDOPTIONS) $(ALL_LIBS)
45 hello3.o: hello3res.h
47 hello4: hello4.o
48 $(CC) -o hello4 hello4.o $(LDOPTIONS) $(ALL_LIBS)
50 hello5: hello5.o
51 $(CC) -o hello5 hello5.o $(LDOPTIONS) $(ALL_LIBS)
53 new: new.o
54 $(CC) -o new new.o $(LDOPTIONS) $(ALL_LIBS)
56 rolex: rolex.o
57 $(CC) -o rolex rolex.o $(LDOPTIONS) $(ALL_LIBS)
59 vartest: vartest.o
60 $(CC) -o vartest vartest.o $(LDOPTIONS) $(ALL_LIBS)
62 volinfo: volinfo.o
63 $(CC) -o volinfo volinfo.o $(LDOPTIONS) $(ALL_LIBS)
65 ### Dependencies: