641d87d868
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3486 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
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
|
|
|