File: Makefile.am

package info (click to toggle)
vcftools 0.1.17-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,928 kB
  • sloc: cpp: 14,154; perl: 11,657; ansic: 1,467; sh: 135; makefile: 105
file content (9 lines) | stat: -rw-r--r-- 260 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
SUBDIRS = src

EXTRA_DIST = LICENSE README.md examples

# Create a '.tarball-version' file containing the version string
# when creating a distribution tarball
# (not needed when using git repository)
dist-hook:
	@echo $(VERSION) > $(distdir)/.tarball-version