Sha256: 53b63ef5c541483f3aa7a0d40a60522654de8428f05b5b555a86e6563cbb9cfe

Contents?: true

Size: 387 Bytes

Versions: 6

Compression:

Stored size: 387 Bytes

Contents

_list: Makefile.build support/Build/ToGlobalMakefile.xsl

bin/.build/Makefile: bin/.build/Makefile.expanded
	mkdir -p $(dir $@)
	xsltproc --xinclude -o $@ support/Build/ToGlobalMakefile.xsl $<

bin/.build/Makefile.expanded: Makefile.build
	mkdir -p $(dir $@)
	xsltproc --xinclude -o $@ support/Build/ExpandProducts.xsl $<

-include bin/.build/Makefile

.PHONY: clean
clean:
	rm -rf bin/

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
sleeping_kangaroo12-0.0.6 ext/k12/Makefile
sleeping_kangaroo12-0.0.5 ext/k12/Makefile
sleeping_kangaroo12-0.0.4 ext/k12/Makefile
sleeping_kangaroo12-0.0.3 ext/xkcp/Makefile
sleeping_kangaroo12-0.0.2 ext/xkcp/Makefile
sleeping_kangaroo12-0.0.1 ext/xkcp/Makefile