File: Makefile.am

package info (click to toggle)
gmtp 1.3.10-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 2,676 kB
  • ctags: 1,213
  • sloc: ansic: 9,873; sh: 4,615; makefile: 106; sed: 16
file content (12 lines) | stat: -rw-r--r-- 414 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
AUTOMAKE_OPTIONS = subdir-objects
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
EXTRA_DIST = autogen.sh po images misc pkginfo prototype postinstall
SUBDIRS = src po images misc

sysv-pkg: all 
	pkgmk -o -d /tmp -a @host_cpu@
	touch @PACKAGE@-@PACKAGE_VERSION@-@host_cpu@.pkg
	pkgtrans -s /tmp @PACKAGE@-@PACKAGE_VERSION@-@host_cpu@.pkg @PACKAGE@
	rm -r /tmp/@PACKAGE@
	gzip @PACKAGE@-@PACKAGE_VERSION@-@host_cpu@.pkg