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