xref: /petsc/src/mat/utils/makefile (revision 20563c6b1ea7b82b48c81bbd22ce9170a8c92d3b)
1*20563c6bSBarry SmithITOOLSDIR = ../../../
27807a1faSBarry Smith
37807a1faSBarry SmithALL: lib
47807a1faSBarry Smith
57807a1faSBarry SmithCFLAGS   = $(OPT) -I$(ITOOLSDIR)/include -I.. -I$(ITOOLSDIR)/pinclude\
67807a1faSBarry Smith           $(COPT) $(CONF)
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
1911d228e4SBarry Smithinclude $(ITOOLSDIR)/bmake/$(PARCH)/$(PARCH)
20