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 (10 lines) | stat: -rw-r--r-- 328 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
SUBDIRS = data doc src man

# everything in bld/ is added to the distribution seperately since autoconf
# doesn't work with it (the Makefile is not autoconf's)
bld_extras = bld/Makefile bld/nco_tst.pl bld/pvmgetarch bld/nco.spec
EXTRA_DIST = $(bld_extras)

test:
	$(MAKE) check
	cd bld && env MY_BIN_DIR=../src/nco ./nco_tst.pl