~ubuntu-branches/ubuntu/trusty/openmsx-debugger/trusty

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $Id: node-start.mk 97 2006-05-13 19:25:11Z m9710797 $
# Should be included at the start of each node.mk file.

# Get name of current directory.
SUBDIR:=$(firstword $(SUBDIRSTACK))
SUBDIRSTACK:=$(wordlist 2,$(words $(SUBDIRSTACK)),$(SUBDIRSTACK))
# Push current directory on directory stack.
DIRSTACK:=$(CURDIR) $(DIRSTACK)
CURDIR:=$(CURDIR)$(SUBDIR)

# Initialise node vars with empty value.
SUBDIRS:=
DIST:=
MOC_SRC_HDR:=
SRC_HDR:=
SRC_ONLY:=
HDR_ONLY:=
UI:=