source: CIVL/examples/compare/PETSc/Makefile

main
Last change on this file was ea777aa, checked in by Alex Wilton <awilton@…>, 3 years ago

Moved examples, include, build_default.properties, common.xml, and README out from dev.civl.com into the root of the repo.

git-svn-id: svn://vsl.cis.udel.edu/civl/trunk@5704 fb995dde-84ed-4084-dfe6-e5aef3e2452c

  • Property mode set to 100644
File size: 545 bytes
RevLine 
[59d6d0c]1CIVL = civl
2COMPARE = $(CIVL) compare
3
[ff192b1]4all: compare_ab compare_ac compare_ad end
[59d6d0c]5
[ee2f32c]6compare_ab: ex2Driver.c ex2a.c ex2b.c petsc.c
7 $(COMPARE) -impl ex2Driver.c ex2a.c petsc.c -spec ex2Driver.c ex2b.c petsc.c
[59d6d0c]8
[ee2f32c]9compare_ac: ex2Driver.c ex2a.c ex2c.c petsc.c
10 $(COMPARE) -impl ex2Driver.c ex2a.c petsc.c -spec ex2Driver.c ex2c.c petsc.c
[ff192b1]11
[ee2f32c]12compare_ad: ex2Driver.c ex2a.c ex2d.c petsc.c
13 $(COMPARE) -impl ex2Driver.c ex2a.c petsc.c -spec ex2Driver.c ex2d.c petsc.c
[ff192b1]14
15end:
16 @echo Four PETSc variants are equivalent!
17
[59d6d0c]18clean:
19 rm -f *~
20 rm -f -r CIVLREP
Note: See TracBrowser for help on using the repository browser.