File: Makefile.am

package info (click to toggle)
libncl 2.1.18%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 8,344 kB
  • ctags: 3,526
  • sloc: xml: 43,716; cpp: 30,400; sh: 10,658; python: 231; makefile: 190
file content (7 lines) | stat: -rw-r--r-- 315 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
LDADD       = @top_builddir@/ncl/libncl.la
AM_CPPFLAGS = -I@top_srcdir@/ncl
noinst_PROGRAMS = ncltest
ncltest_SOURCES = ncltest.cpp ncltest.h
check-local: ncltest
	$(PYTHON) $(top_srcdir)/test/roundTripNCLTest.py $(top_builddir)/example/ncltest/ncltest $(top_srcdir)/test/OldValidIn $(top_srcdir)/test/OldValidOut