File: Makefile.am

package info (click to toggle)
elk 3.99.8-4.2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 5,104 kB
  • sloc: ansic: 22,343; lisp: 6,208; makefile: 769; sh: 171; awk: 154; cpp: 92
file content (16 lines) | stat: -rw-r--r-- 212 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
NULL = 

SUBDIRS = include src lib scm doc examples test
DIST_SUBDIRS = $(SUBDIRS)

EXTRA_DIST = \
	bootstrap \
	build-win32 \
	BUGS \
	ChangeLog \
	MACHINES \
	MIGRATE \
	$(NULL)

AUTOMAKE_OPTIONS = dist-bzip2