wxWidgets/samples/opengl/penguin/Makefile.in

26 lines
443 B
Makefile
Raw Normal View History

#
# 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/penguin
DATAFILES = penguin.lwo
PROGRAM=penguin
LIBRARIES=$(top_builddir)/lib/@WX_TARGET_LIBRARY_GL@ $(OPENGLLIBS)
OBJECTS=$(PROGRAM).o lw.o trackball.o
include ../../../src/makeprog.env