1*0752156aSBarry Smith# $Id: makefile,v 1.1 1997/09/23 20:11:18 bsmith Exp bsmith $ 2b97cf49bSBarry Smith 3b97cf49bSBarry SmithALL: lib 4b97cf49bSBarry Smith 5b97cf49bSBarry SmithCFLAGS = $(CPPFLAGS) $(CONF) -D__SDIR__='"$(LOCDIR)"' 6*0752156aSBarry SmithSOURCEC = mpiadj.c 7b97cf49bSBarry SmithSOURCEF = 8*0752156aSBarry SmithSOURCEH = mpiadj.h 9*0752156aSBarry SmithOBJSC = mpiadj.o 10b97cf49bSBarry SmithOBJSF = 11b97cf49bSBarry SmithLIBBASE = libpetscmat 12b97cf49bSBarry SmithDIRS = 13b97cf49bSBarry SmithMANSEC = 2 14*0752156aSBarry SmithLOCDIR = src/mat/impls/adj/mpi/ 15b97cf49bSBarry Smith 16b97cf49bSBarry Smithinclude $(PETSC_DIR)/bmake/$(PETSC_ARCH)/base 17