# Makefile for PGPLOT. # This file is automatically generated. Do not edit. # # This generates the PGPLOT binary files (libraries and demos) in the # current default directory (which need not be the source directory). #----------------------------------------------------------------------- SHELL=/bin/sh # PGPLOT subdirectories # Fortran compiler and compilation flags # FCOMPL=f77 #FFLAGC=-u -Wall -fPIC -O3 -fno-strength-reduce -fomit-frame-pointer -pipe #FFLAGD=-fno-backslash # # C compiler and compilation flags # CINCL=-I/usr/local/pgplot XINCL=-I/usr/X11R6/include MOTIF_INCL=-I/usr/X11R6/include CCOMPL=gcc #CCOMPL=cc CFLAGC=-Wall -fPIC -DPG_PPU -O3 -fno-strength-reduce -fomit-frame-pointer -pipe CFLAGD=-Wall -O3 -fno-strength-reduce -fomit-frame-pointer -pipe MCOMPL= MFLAGC= # # Pgbind flags. # PGBIND_FLAGS=bsd # # Loader library-flags # LIBS=-L/usr/X11/lib -lX11 MOTIF_LIBS=-lXaw -lXt -lX11 # # Loader command for PGPLOT library # PGPLOT_LIB=-L`pwd` -L/usr/X11/lib -L/usr/local/pgplot -lpgplot CPGPLOT_LIB=-L`pwd` -L/usr/X11/lib -lcpgplot -lpgplot # fcollision: collision.f $(FCOMPL) $(FFLAGD) -o fcollision collision.f $(PGPLOT_LIB) $(LIBS) ccollision: collision.c $(CCOMPL) $(CFLAGC) $(CINCL) $(XINCL) -c collision.c $(FCOMPL) $(FFLAGD) -o ccollision collision.o $(CPGPLOT_LIB) $(LIBS) rm -f collision.o