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/
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
316
33c6783e4be8 Stub to fetch SmallSense from Mercurial repository
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     1
# $Header$
33c6783e4be8 Stub to fetch SmallSense from Mercurial repository
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     2
#
33c6783e4be8 Stub to fetch SmallSense from Mercurial repository
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     3
# Stub to fetch stx:goodies/smallsense from HG
33c6783e4be8 Stub to fetch SmallSense from Mercurial repository
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     4
33c6783e4be8 Stub to fetch SmallSense from Mercurial repository
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     5
TOP=../../../stx
33c6783e4be8 Stub to fetch SmallSense from Mercurial repository
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     6
PACKAGE=stx/goodies/smallsense
33c6783e4be8 Stub to fetch SmallSense from Mercurial repository
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     7
REPOSITORY=http://hg.bh.exept.de/stx.goodies.smallsense
33c6783e4be8 Stub to fetch SmallSense from Mercurial repository
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     8
33c6783e4be8 Stub to fetch SmallSense from Mercurial repository
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     9
all:: all-in-clone
33c6783e4be8 Stub to fetch SmallSense from Mercurial repository
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    10
33c6783e4be8 Stub to fetch SmallSense from Mercurial repository
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    11
clone:	$(TOP)/../$(PACKAGE)/.hg
33c6783e4be8 Stub to fetch SmallSense from Mercurial repository
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    12
33c6783e4be8 Stub to fetch SmallSense from Mercurial repository
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    13
$(TOP)/../$(PACKAGE)/.hg: $(TOP)/rules/hg-clone.sh
33c6783e4be8 Stub to fetch SmallSense from Mercurial repository
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    14
	$(TOP)/rules/hg-clone.sh $(REPOSITORY) $(TOP)/../$(PACKAGE)
33c6783e4be8 Stub to fetch SmallSense from Mercurial repository
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    15
33c6783e4be8 Stub to fetch SmallSense from Mercurial repository
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    16
all-in-clone: clone $(TOP)/../$(PACKAGE)/makefile
33c6783e4be8 Stub to fetch SmallSense from Mercurial repository
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    17
	$(MAKE) -C $(TOP)/../$(PACKAGE) all
33c6783e4be8 Stub to fetch SmallSense from Mercurial repository
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    18
33c6783e4be8 Stub to fetch SmallSense from Mercurial repository
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    19
$(TOP)/../$(PACKAGE)/makefile:
33c6783e4be8 Stub to fetch SmallSense from Mercurial repository
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    20
	$(MAKE) -C $(TOP)/../$(PACKAGE) -f Makefile.init mf