#!smake -J 1 #-------------------------------------------------------------------# #-- Makefile for Performer/src/pguide/libpf/C++ directory --# #-------------------------------------------------------------------# #-- RCS version information --# #-- $Revision: 1.86 $ --# #-- $Date: 1997/12/06 04:13:14 $ --# #-------------------------------------------------------------------# PFROOT ?= $(ROOT) # # RAR's definitions # PFDOMOTIF = 0 PFDOVIDEO = 0 PFSTYLE = 32 # needed for motif.c PFDOMOTIF ?= 1 #if $(PFDOMOTIF) NEED_MOTIF_LIBS = 1 #endif # Needed for video program (siriusvtex.c dmvtex.c) PFDOVIDEO ?= 1 #if $(PFDOVIDEO) NEED_VIDEO_LIBS = 1 #endif # LWOFF=,-Wl,-woff,85 include $(PFROOT)/usr/share/Performer/src/pfmakedefs LCXXINCS += -I. LCXXOPTS = # LWOFF = -Wl,-woff,85 # WOFF = -Wl,-woff,85 # C++ programs must use CC as linker LINKERF=$(CXXF) .BEGIN: @if [ $(PFDOMOTIF) = "1" ]; then \ echo "Linking with motif libraries. setenv PFDOMOTIF 0 to turn off."; \ else \ echo "Not linking with motif libraries can't build motif.c. setenv PFDOMOTIF 1 to enable."; \ fi #-- targets are the executables TARGET = \ bug_flash CXXFILES = \ bug_flash.c++ include $(PFROOT)/usr/share/Performer/src/pfmakerules