Release 960824
[wine/multimedia.git] / libtest / Makefile.in
blobfe7dadbe292f8f39059fdc5efc4bd8618055fbe2
1 TOPSRC = @top_srcdir@
2 MODULE = none
3 PROGRAMS = hello hello2 hello3 hello4 new rolex
4 ALL_LIBS = $(WINELIB) $(X_LIBS) $(XPM_LIB) $(XLIB) $(LDLIBS)
6 C_SRCS = \
7 hello.c \
8 hello2.c \
9 hello3.c \
10 hello3res.c \
11 hello4.c \
12 new.c \
13 rolex.c
15 all: check_winerc $(PROGRAMS)
17 @MAKE_RULES@
19 hello: hello.o
20 $(CC) -o hello hello.o $(LDOPTIONS) $(ALL_LIBS)
22 hello2: hello2.o
23 $(CC) -o hello2 hello2.o $(LDOPTIONS) $(ALL_LIBS)
25 hello3: hello3res.o hello3.o
26 $(CC) -o hello3 hello3.o hello3res.o $(LDOPTIONS) $(ALL_LIBS)
28 hello4: hello4.o
29 $(CC) -o hello4 hello4.o $(LDOPTIONS) $(ALL_LIBS)
31 new: new.o
32 $(CC) -o new new.o $(LDOPTIONS) $(ALL_LIBS)
34 rolex: rolex.o
35 $(CC) -o rolex rolex.o $(LDOPTIONS) $(ALL_LIBS)
37 clean::
38 $(RM) $(PROGRAMS) hello3res.c hello3res.h
40 hello3res.c hello3res.h: $(WINERC)
42 ### Dependencies: