| 5035 |
ripley |
1 |
include ../MkRules
|
|
|
2 |
|
|
|
3 |
ifdef DEBUG
|
|
|
4 |
DEBUGFLAG=-g
|
|
|
5 |
else
|
|
|
6 |
DEBUGFLAG=
|
|
|
7 |
endif
|
|
|
8 |
|
| 15716 |
ripley |
9 |
CFLAGS=-I. -I.. -I../../include -Wall $(DEBUGFLAG) -O2 -DINDLL -DR_DLL_BUILD
|
| 5035 |
ripley |
10 |
SOURCES=$(filter-out graphappmain.c, $(wildcard *.c))
|
|
|
11 |
OBJS=$(foreach i, $(SOURCES), $(basename $i).o)
|
|
|
12 |
|
|
|
13 |
../ga.a: $(OBJS)
|
|
|
14 |
|
|
|
15 |
clean:
|
|
|
16 |
$(RM) *.o *.a *~ \#*\#
|
|
|
17 |
|
|
|
18 |
#dependencies
|
|
|
19 |
arith.o: graphapp.h
|
|
|
20 |
array.o: internal.h ga.h graphapp.h
|
|
|
21 |
bitmap.o: internal.h ga.h graphapp.h
|
|
|
22 |
buttons.o: internal.h ga.h graphapp.h
|
| 5221 |
ripley |
23 |
clipboard.o: internal.h ga.h graphapp.h ../rui.h
|
| 5035 |
ripley |
24 |
context.o: internal.h ga.h graphapp.h
|
|
|
25 |
controls.o: internal.h ga.h graphapp.h
|
|
|
26 |
drawing.o: internal.h ga.h graphapp.h
|
|
|
27 |
drawtext.o: internal.h ga.h graphapp.h
|
|
|
28 |
events.o: internal.h ga.h graphapp.h
|
|
|
29 |
fonts.o: internal.h ga.h graphapp.h
|
|
|
30 |
gbuttons.o: internal.h ga.h graphapp.h
|
|
|
31 |
gdraw.o: internal.h ga.h graphapp.h
|
|
|
32 |
gimage.o: ga.h graphapp.h
|
|
|
33 |
gmenus.o: internal.h ga.h graphapp.h
|
|
|
34 |
graphappmain.o: internal.h ga.h graphapp.h
|
|
|
35 |
image.o: internal.h ga.h graphapp.h
|
|
|
36 |
init.o: internal.h ga.h graphapp.h
|
|
|
37 |
menus.o: internal.h ga.h graphapp.h
|
| 5221 |
ripley |
38 |
metafile.o: internal.h ga.h graphapp.h ../rui.h
|
| 5035 |
ripley |
39 |
objects.o: internal.h ga.h graphapp.h
|
| 5221 |
ripley |
40 |
printer.o: internal.h ga.h graphapp.h ../rui.h
|
| 5035 |
ripley |
41 |
rgb.o: ga.h graphapp.h
|
|
|
42 |
status.o: internal.h ga.h graphapp.h
|
|
|
43 |
stdimg.o: graphapp.h
|
|
|
44 |
strings.o: internal.h ga.h graphapp.h
|
|
|
45 |
tooltips.o: internal.h ga.h graphapp.h
|
|
|
46 |
windows.o: internal.h ga.h graphapp.h
|
|
|
47 |
xredef.o: internal.h ga.h graphapp.h
|