File: Makefile.am

package info (click to toggle)
nco 2.9.9-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 7,040 kB
  • ctags: 2,224
  • sloc: ansic: 17,950; sh: 11,178; cpp: 2,252; makefile: 1,277; lex: 1,041; perl: 586; yacc: 543
file content (16 lines) | stat: -rw-r--r-- 462 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# NCO-specific definitions
all: test_data
.PHONY: test_data
test_data = in.nc big.nc
.cdl.nc:
	ncgen -o $@ $<

EXTRA_DIST = big.cdl ncap.in ncap.in2 in.cdl tst.nco

# from the automake manual section 14
# If configure built it, then distclean should delete it
# if make built it, then clean should delete it
DISTCLEANFILES = 85.nc 86.nc 87.nc 88.nc 89.nc foo.nc h0001.nc h0002.nc h0003.nc in.nc ../src/nco_c++/in.nc
CLEANFILES = foo*

data_DATA = ${UDUNITS_DAT}