Plan 9 from Bell Labs’s /usr/web/sources/contrib/stallion/contrib/expat/mkfile

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


package=expat-$objtype
version=2.2.6
depends=
basename=expat

all:V: nuke
	@{
		cd /sys/src/ape/lib/$basename && mk install
	}

clean:V:
	@{
		cd /sys/src/ape/lib/$basename && mk clean
	}
	
nuke:V:
	@{
		cd /sys/src/ape/lib/$basename && mk nuke
	}

contrib:V:
	@{
		dopts=()
		for(d in $depends)
			dopts=($dopts -d $d)
		sed -e 's/VERSION/'$version'/;s/OBJTYPE/'$objtype'/' inf |
			contrib/create $dopts $package proto
	}

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.