File: Makefile.am

package info (click to toggle)
nco 4.0.2-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 8,544 kB
  • ctags: 3,159
  • sloc: ansic: 31,449; cpp: 21,684; sh: 11,008; perl: 3,407; makefile: 1,781; lex: 1,137; yacc: 605; python: 116
file content (23 lines) | stat: -rw-r--r-- 709 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $Header: /cvsroot/nco/nco/Makefile.am,v 1.15 2009/04/21 22:17:37 zender Exp $ -*-makefile-*-

SUBDIRS = data src man doc

# Separately add desired files from nco/bld/ to distribution
# Autoconf does not know about the bld directory 
# In particular, nco/bld/Makefile was created manually, not by autoconf
bld_extras = bld/Makefile bld/pvmgetarch bld/nco.spec
EXTRA_DIST = $(bld_extras)
ACLOCAL_AMFLAGS = -I m4

test:	tst
tst:
	$(MAKE) check
	cd bm && env MY_BIN_DIR=../src/nco DATA=/tmp ./nco_bm.pl --regress

regress:	rgr
rgr:
	cd bm && env MY_BIN_DIR=../src/nco DATA=/tmp ./nco_bm.pl --regress

regress-mpi:	rgr_mpi
rgr_mpi:
	cd bm && env MY_BIN_DIR=../src/nco DATA=/tmp ./nco_bm.pl --regress --mpi_prc=2