xref: /petsc/src/mat/utils/makefile (revision da3a660d273b912abcae7b3f88d2c9355b68b6f0)
120563c6bSBarry SmithITOOLSDIR = ../../../
27807a1faSBarry Smith
37807a1faSBarry SmithALL: lib
47807a1faSBarry Smith
5*da3a660dSBarry SmithCFLAGS   = $(OPT) $(INCLUDEDIRS) -I.. -I$(ITOOLSDIR)/pinclude\
6*da3a660dSBarry Smith           $(CONF) -D__DIR__='"mat/utils"'
77807a1faSBarry SmithSOURCEC  = gcreate.c
87807a1faSBarry SmithSOURCEF  =
97807a1faSBarry SmithWSOURCEC =
107807a1faSBarry SmithSOURCEH  =
117807a1faSBarry SmithOBJSC    = gcreate.o
127807a1faSBarry SmithWOBJS    =
137807a1faSBarry SmithOBJSF    =
147807a1faSBarry SmithLIBBASE  = libpetscmat
157807a1faSBarry SmithLINCLUDE = $(SOURCEH)
167807a1faSBarry SmithDIRS     = complex
177807a1faSBarry SmithMANSEC   = 2
187807a1faSBarry Smith
19c6a45a97SBarry Smithrunexamples:
20c6a45a97SBarry Smith
2111d228e4SBarry Smithinclude $(ITOOLSDIR)/bmake/$(PARCH)/$(PARCH)
22