# 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 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/usr/local/pgplot -L/usr/X11/lib -lpgplot CPGPLOT_LIB=-L/usr/local/pgplot -L/usr/X11/lib -lcpgplot -lpgplot # # Shared library creation. # SHARED_LIB=libpgplot.so.5.1.0 SHARED_LD=gcc -shared -Wl,-soname,libpgplot.so.5 -o libpgplot.so.5.1.0 # # The libraries that the shared PGPLOT library depends upon. # This is for systems that allow one to specify what libraries # undefined symbols of a shared library reside in. Such systems # (eg. Solaris 2.x) use this information at run time so that users of # the library don't have to list a slew of other implementation-specific # libraries when they link their executables. # SHARED_LIB_LIBS= # # Ranlib command if required # RANLIB=ranlib # diffusion: /usr/local/pgplot/cpgplot.h diffusion.c /usr/local/pgplot/libcpgplot.a $(CCOMPL) $(CFLAGC) $(CINCL) $(XINCL) -c diffusion.c $(FCOMPL) -o diffusion diffusion.o $(CPGPLOT_LIB) $(LIBS) rm -f diffusion.o