File: Makefile.am

package info (click to toggle)
libsylph 1.1.0-21
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 4,340 kB
  • sloc: ansic: 30,577; sh: 8,819; makefile: 156
file content (18 lines) | stat: -rw-r--r-- 361 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
SUBDIRS = ac doc libsylph po

EXTRA_DIST = config.rpath  \
	INSTALL.ja \
	README.ja \
	autogen.sh \
	makewin32.sh \
	mime.types

BZIP2_ENV =

release: distdir
	-chmod -R a+r $(distdir)
	GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
	BZIP2=$(BZIP2_ENV) $(TAR) --bzip2 -chof $(distdir).tar.bz2 $(distdir)
	-rm -rf $(distdir)

ACLOCAL_AMFLAGS = -I m4