|
|
| File: [Development] / performer / src / lib / libpfdb / libpfprojtex / GNUmakefile (download)
Revision 1.1, Tue Nov 21 21:39:34 2000 UTC (16 years, 11 months ago) by flynnt
Initial check-in based on OpenGL Performer 2.4 tree. -flynnt |
#-------------------------------------------------------------------------#
#-- Makefile for libpfprojtex -- "projtex" pseudo-loader --#
#-------------------------------------------------------------------------#
ifndef PFROOT
PFROOT = $(ROOT)
endif
include $(PFROOT)/usr/share/Performer/src/pfmakedefs.linux
#-- base name of library
LIBRARY = libpfprojtex
CXXFILES = \
pfprojtex.C
include $(PFROOT)/usr/share/Performer/src/pfmakerules.linux