]>
Commit | Line | Data |
---|---|---|
1fc25a89 JS |
1 | # |
2 | ||
3711412e | 3 | top_srcdir = @top_srcdir@ |
e8482f24 | 4 | top_builddir = ../../.. |
1fc25a89 | 5 | |
3711412e RL |
6 | TARGET_LIBNAME=libogl |
7 | ||
8 | LIBVERSION_CURRENT=1 | |
9 | LIBVERSION_REVISION=0 | |
10 | LIBVERSION_AGE=0 | |
1fc25a89 JS |
11 | |
12 | OBJECTS=basic.o bmpshape.o composit.o divided.o lines.o misc.o \ | |
13 | basic2.o canvas.o constrnt.o drawn.o mfutils.o ogldiag.o | |
14 | ||
e8482f24 GL |
15 | # the comment at the end of the next line is needed because otherwise autoconf |
16 | # would remove this line completely - it contains a built-in hack to remove | |
17 | # any VPATH assignment not containing ':' | |
3711412e | 18 | VPATH = :$(top_srcdir)/src/ogl # ':' for autoconf |
1fc25a89 | 19 | |
3711412e | 20 | APPEXTRADEFS=-I$(top_srcdir)/include |
c5637102 | 21 | |
1fc25a89 | 22 | include $(top_builddir)/src/makelib.env |