File: Makefile.am

package info (click to toggle)
jp2a 1.0.6-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 2,216 kB
  • ctags: 131
  • sloc: ansic: 1,006; sh: 895; makefile: 73
file content (25 lines) | stat: -rw-r--r-- 650 bytes parent folder | download | duplicates (6)
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
# $Id: Makefile.am 454 2006-09-25 10:12:03Z csl $

VERSION = @VERSION@
SUBDIRS = src
man_MANS = man/jp2a.1
EXTRA_DIST = tests/??*.txt tests/??*.html tests/??*.jpg tests/run-tests.sh tests/Makefile include/??*.h man/jp2a.1 LICENSES man/jp2a.html

test: all
	cd tests/; make test

man/jp2a.html: man/jp2a.1
	groff -T html -man $< > $@

dist-win32: jp2a-$(VERSION)-win32-bin.zip

jp2a-$(VERSION)-win32-bin.zip: win32-dist/jp2a.exe man/jp2a.html
	upx $< || exit 0
	rm -f $@
	zip $@ AUTHORS COPYING LICENSES ChangeLog INSTALL NEWS README man/jp2a.html win32-dist/*

test-curl: all
	cd tests/; make test-curl

test-normal: all
	cd tests/; make test-normal