File: Makefile.am

package info (click to toggle)
macopix 1.7.4-4
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 4,176 kB
  • sloc: ansic: 33,498; sh: 9,342; makefile: 68
file content (26 lines) | stat: -rw-r--r-- 457 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
SUBDIRS= m4 po src

EXTRA_DIST =  config.rpath\
	ChangeLog.ja \
	README.ja \
	README-win32-ja.txt \
	README-win32-en.txt \
	NKR.README.ja \
	autogen.sh\
	macopix.1\
	makewin32.sh

man_MANS = macopix.1

BZIP2_ENV =
GZIP_ENV =
TAR = tar

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