xref: /petsc/src/snes/interface/makefile (revision 5e42470ac62cb63ed26e96b335b06ee82e25fc39)
11a4b2f0aSBarry SmithITOOLSDIR = ../../../
21a4b2f0aSBarry Smith
31a4b2f0aSBarry SmithALL: lib
41a4b2f0aSBarry Smith
51a4b2f0aSBarry SmithCFLAGS   = $(OPT) $(INCLUDEDIRS) -I..  \
6*5e42470aSBarry Smith          -I$(ITOOLSDIR)/pinclude $(CONF) -D__DIR__='"snes/src/"'
7*5e42470aSBarry SmithSOURCEC  = snesregi.c snes.c
81a4b2f0aSBarry SmithSOURCEF  =
91a4b2f0aSBarry SmithSOURCEH  =
10*5e42470aSBarry SmithOBJSC    = snesregi.o snes.o
111a4b2f0aSBarry SmithOBJSF    =
12*5e42470aSBarry SmithWSOURCEC =
13*5e42470aSBarry SmithWOBJS    =
14*5e42470aSBarry SmithLIBBASE  = libpetscsnes
151a4b2f0aSBarry SmithLINCLUDE = $(SOURCEH)
16*5e42470aSBarry SmithMANSEC   = n
171a4b2f0aSBarry Smith
181a4b2f0aSBarry Smithinclude $(ITOOLSDIR)/bmake/$(PARCH)/$(PARCH)
191a4b2f0aSBarry Smith
201a4b2f0aSBarry Smithrunexamples:
211a4b2f0aSBarry Smith
22