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