Added spec file declarations for already implemented functions.
[wine.git] / libtest / Makefile.in
blobd3eacba336ad27fde59b9a94e79b0b5c5065c7e6
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 = -t -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 $(WINESTUB):
35 @cd ../library && $(SUBMAKE)
37 expand: expand.o $(WINESTUB)
38 $(CC) -o expand expand.o $(LDOPTIONS) $(ALL_LIBS)
40 hello: hello.o $(WINESTUB)
41 $(CC) -o hello hello.o $(LDOPTIONS) $(ALL_LIBS)
43 hello2: hello2.o $(WINESTUB)
44 $(CC) -o hello2 hello2.o $(LDOPTIONS) $(ALL_LIBS)
46 hello3: hello3res.o hello3.o $(WINESTUB)
47 $(CC) -o hello3 hello3.o hello3res.o $(LDOPTIONS) $(ALL_LIBS)
48 hello3.o: hello3res.h
50 hello4: hello4.o $(WINESTUB)
51 $(CC) -o hello4 hello4.o $(LDOPTIONS) $(ALL_LIBS)
53 hello5: hello5.o $(WINESTUB)
54 $(CC) -o hello5 hello5.o $(LDOPTIONS) $(ALL_LIBS)
56 new: new.o $(WINESTUB)
57 $(CC) -o new new.o $(LDOPTIONS) $(ALL_LIBS)
59 rolex: rolex.o $(WINESTUB)
60 $(CC) -o rolex rolex.o $(LDOPTIONS) $(ALL_LIBS)
62 vartest: vartest.o $(WINESTUB)
63 $(CC) -o vartest vartest.o $(LDOPTIONS) $(ALL_LIBS)
65 volinfo: volinfo.o $(WINESTUB)
66 $(CC) -o volinfo volinfo.o $(LDOPTIONS) $(ALL_LIBS)
68 ### Dependencies: