File: Distfile.msrc

package info (click to toggle)
lsof 4.93.2%2Bdfsg-1.1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 5,936 kB
  • sloc: ansic: 75,924; sh: 12,859; makefile: 1,686; perl: 1,146; awk: 214
file content (17 lines) | stat: -rw-r--r-- 446 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $Id: Distfile.msrc,v 1.3 97/03/04 09:32:13 abe Exp $

( . ) -> ( HOST )
	except_pat ( /RCS /Makefile\$ /Distfile /Make\.host /dialects /Lsof.8 );
	install ${INTO};

( @Make.host@ ) -> ( HOST )
	install -b ${INTO}/makefile;

ifelse(
HOSTTYPE,`IBMR2',`( ./dialects/aix ) -> ( HOST )
	except_pat ( /RCS );
	install ${INTO}/dialects/aix;',
HOSTTYPE,`SUN5',`( ./dialects/sun ) -> ( HOST )
	except_pat ( /RCS );
	install ${INTO}/dialects/sun;',
)dnl