2000-03-01 20:11:17 +00:00
|
|
|
#
|
|
|
|
# File: Makefile.in
|
|
|
|
# Author: Julian Smart
|
|
|
|
# Created: 1998
|
|
|
|
# Updated:
|
|
|
|
# Copyright: (c) 1998 Julian Smart
|
|
|
|
#
|
|
|
|
# "%W% %G%"
|
|
|
|
#
|
|
|
|
# Makefile for html about example (UNIX).
|
|
|
|
|
|
|
|
top_srcdir = @top_srcdir@/..
|
|
|
|
top_builddir = ../../..
|
|
|
|
program_dir = samples/opengl/cube
|
|
|
|
|
|
|
|
PROGRAM=cube
|
|
|
|
|
2000-07-15 19:51:35 +00:00
|
|
|
LIBRARIES=$(OPENGLLIBS) ../../../lib/libwx_gtk_gl.so
|
2000-03-01 20:11:17 +00:00
|
|
|
|
|
|
|
OBJECTS=$(PROGRAM).o
|
|
|
|
|
|
|
|
include ../../../src/makeprog.env
|
|
|
|
|