]>
Commit | Line | Data |
---|---|---|
d39356d5 HH |
1 | # |
2 | # File: Makefile | |
3 | # Author: Robert Roebling | |
4 | # Created: 1999 | |
5 | # Updated: | |
6 | # Copyright: (c) 1998 Robert Roebling | |
7 | # | |
8 | # "%W% %G%" | |
9 | # | |
10 | ||
48fe8374 | 11 | top_srcdir = @top_srcdir@/.. |
d39356d5 HH |
12 | top_builddir = ../../.. |
13 | ||
14 | VPATH= $(top_srcdir)/utils/glcanvas/win | |
15 | ||
16 | LIBTARGET=libwxglcanvas | |
17 | ||
18 | OBJECTS=glcanvas.o | |
19 | ||
20 | include $(top_builddir)/src/makelib.env | |
21 |