|
|
| File: [Development] / performer / src / pguide / libpfutil / GNUmakefile (download)
Revision 1.1, Tue Nov 21 21:39:39 2000 UTC (16 years, 10 months ago) by flynnt
Initial check-in based on OpenGL Performer 2.4 tree. -flynnt |
#-------------------------------------------------------------------# #-- Makefile for Performer/src/pguide/libpfutil directory --# #-------------------------------------------------------------------# #-- RCS version information --# #-- $Revision: 1.1 $ --# #-- $Date: 2000/11/21 21:39:39 $ --# #-------------------------------------------------------------------# ifndef PFROOT PFROOT = $(ROOT) endif include $(PFROOT)/usr/share/Performer/src/pfmakedefs.linux #-- targets are the executables TARGETS = \ texman\ texmem\ movie OBJECTS = $(TARGETS:=.o) include $(PFROOT)/usr/share/Performer/src/pfmakerules.linux