Make.proto
author Jan Vrany <jan.vrany@fit.cvut.cz>
Thu, 10 Jul 2014 08:43:00 +0100
branchcvs_MAIN
changeset 319 d0117a7b0c44
parent 316 33c6783e4be8
child 320 5242593726f0
permissions -rw-r--r--
bmake.bat updated to use hg-clone-and-bmake.bat script Committed on the Free edition of March Hare Software CVSNT Server. Upgrade to CVS Suite for more features and support: http://march-hare.com/cvsnt/

# $Header$
#
# Stub to fetch stx:goodies/smallsense from HG

TOP=../../../stx
PACKAGE=stx/goodies/smallsense
REPOSITORY=http://hg.bh.exept.de/stx.goodies.smallsense

all:: all-in-clone

clone:	$(TOP)/../$(PACKAGE)/.hg

$(TOP)/../$(PACKAGE)/.hg: $(TOP)/rules/hg-clone.sh
	$(TOP)/rules/hg-clone.sh $(REPOSITORY) $(TOP)/../$(PACKAGE)

all-in-clone: clone $(TOP)/../$(PACKAGE)/makefile
	$(MAKE) -C $(TOP)/../$(PACKAGE) all

$(TOP)/../$(PACKAGE)/makefile:
	$(MAKE) -C $(TOP)/../$(PACKAGE) -f Makefile.init mf