23 lines
344 B
Makefile
23 lines
344 B
Makefile
|
#
|
||
|
# File: Makefile
|
||
|
# Author: Robert Roebling
|
||
|
# Created: 1999
|
||
|
# Updated:
|
||
|
# Copyright: (c) 1998 Robert Roebling
|
||
|
#
|
||
|
# "%W% %G%"
|
||
|
#
|
||
|
# Makefile for wxMultiMedia (UNIX).
|
||
|
|
||
|
top_srcdir = @top_srcdir@
|
||
|
top_builddir = ../../..
|
||
|
|
||
|
VPATH= $(top_srcdir)/utils/glcanvas/gtk
|
||
|
|
||
|
LIBTARGET=libwxglcanvas
|
||
|
|
||
|
OBJECTS=glcanvas.o
|
||
|
|
||
|
include $(top_builddir)/src/makelib.env
|
||
|
|