1IPETSCDIR = ../../ 2 3ALL: lib 4CFLAGS = $(OPT) $(INCLUDEDIRS) $(CONF) -D__DIR__='"sys/"' \ 5 -I$(IPETSCDIR)/pinclude 6SOURCEC = tr.c arch.c file.c nreg.c try.c comsort.c destroy.c \ 7 plog.c options.c 8SOURCEF = 9SOURCEH = nreg.h 10OBJSC = tr.o arch.o file.o nreg.o try.o comsort.o destroy.o \ 11 plog.o options.o 12OBJSF = 13WSOURCEC = archf.c 14WOBJS = archf.o 15MANSEC = 7 16LINCLUDE = $(SOURCEH) 17LIBBASE = libpetscsys 18DIRS = error examples 19 20runexamples: 21 22include $(IPETSCDIR)/bmake/$(PETSC_ARCH)/$(PETSC_ARCH) 23