source: CIVL/examples/omp/amg2013/par_relax_more/Makefile@ 1b509f2c

1.23 2.0 acw/focus-triggers main test-branch
Last change on this file since 1b509f2c was 431dec9, checked in by Matthew B. Dwyer <matthewbdwyer@…>, 10 years ago

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

  • Property mode set to 100644
File size: 451 bytes
Line 
1.PHONY:amg2013
2
3CIVL=civl
4
5INCLUDES=.:../AMG2013:../AMG2013/IJ_mv:../AMG2013/krylov:../AMG2013/parcsr_ls:../AMG2013/parcsr_mv:../AMG2013/seq_mv:../AMG2013/sstruct_mv:../AMG2013/struct_mv:../AMG2013/test:../AMG2013/utilities:
6
7SHOWV=${CIVL} show -verbose
8SHOW=${CIVL} show
9VERIFY=${CIVL} verify
10
11all:
12 ${SHOW} -userIncludePath=${INCLUDES} -DHYPRE_SEQUENTIAL -DHYPRE_USING_OPENMP main.c ../AMG2013/parcsr_ls/par_relax_more.c hypre_memory.c
13
14clean:
Note: See TracBrowser for help on using the repository browser.