blob: 437a6dd5462d77a685174e54a1ac4a8d0a0c9073 [file] [log] [blame]
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +00001TOPSRC = @top_srcdir@
2MODULE = none
Alexandre Julliard0c126c71996-02-18 18:44:41 +00003PROGRAMS = hello hello2 hello3 hello4 new rolex
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +00004ALL_LIBS = $(WINELIB) $(X_LIBS) $(XPM_LIB) $(XLIB) $(LDLIBS)
5
6C_SRCS = \
7 hello.c \
8 hello2.c \
9 hello3.c \
10 hello3res.c \
Alexandre Julliard0c126c71996-02-18 18:44:41 +000011 hello4.c \
12 new.c \
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +000013 rolex.c
14
15all: check_winerc $(PROGRAMS)
16
17@MAKE_RULES@
18
19hello: hello.o $(WINELIB)
20 $(CC) -o hello hello.o $(LDOPTIONS) $(ALL_LIBS)
21
22hello2: hello2.o $(WINELIB)
23 $(CC) -o hello2 hello2.o $(LDOPTIONS) $(ALL_LIBS)
24
25hello3: hello3res.o hello3.o $(WINELIB)
26 $(CC) -o hello3 hello3.o hello3res.o $(LDOPTIONS) $(ALL_LIBS)
27
Alexandre Julliard0c126c71996-02-18 18:44:41 +000028hello4: hello4.o $(WINELIB)
29 $(CC) -o hello4 hello4.o $(LDOPTIONS) $(ALL_LIBS)
30
31new: new.o $(WINELIB)
32 $(CC) -o new new.o $(LDOPTIONS) $(ALL_LIBS)
33
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +000034rolex: rolex.o $(WINELIB)
35 $(CC) -o rolex rolex.o $(LDOPTIONS) $(ALL_LIBS)
36
37clean::
Alexandre Julliard0c126c71996-02-18 18:44:41 +000038 $(RM) hello hello2 hello3 hello3res.c hello3res.h hello4 new rolex
Alexandre Julliardd7d4fdf1995-12-26 15:05:24 +000039
40hello3res.c hello3res.h: $(WINERC)
41
42### Dependencies: