[go: up one dir, main page]

File: Makefile.am

package info (click to toggle)
timbl 6.4.13-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,796 kB
  • sloc: cpp: 16,134; sh: 4,260; ansic: 420; makefile: 56
file content (12 lines) | stat: -rw-r--r-- 261 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12

ACLOCAL_AMFLAGS =-I m4 --install

SUBDIRS = src include demos docs m4

EXTRA_DIST = bootstrap.sh AUTHORS TODO NEWS README.md timbl.pc.in codemeta.json

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = timbl.pc

ChangeLog: NEWS
	git pull; git2cl > ChangeLog