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 (16 lines) | stat: -rw-r--r-- 565 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
SUBDIRS = ncl example $(MAYBE_TEST_DIR) $(MAYBE_SWIG_DIR)

pkgconfigdir= $(libdir)/pkgconfig
pkgconfig_DATA= nclv2.1.pc

EXTRA_DIST = data html test Jamroot swig INSTALL COPYING AUTHORS NEWS BSDLicense.txt

ACLOCAL_AMFLAGS = -I config


dist-hook:
	find "$(distdir)/data" -depth -name .svn -and -type d -and -exec rm -rf {} \;
	find "$(distdir)/html" -depth -name .svn -and -type d -and -exec rm -rf {} \;
	find "$(distdir)/test" -depth -name .svn -and -type d -and -exec rm -rf {} \;
	find "$(distdir)/swig" -depth -name .svn -and -type d -and -exec rm -rf {} \;