File: node.mk

package info (click to toggle)
openmsx 0.8.2-2.1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 15,796 kB
  • sloc: cpp: 124,615; xml: 22,614; tcl: 7,336; python: 3,789; asm: 1,154; sh: 69; makefile: 25
file content (15 lines) | stat: -rw-r--r-- 364 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $Id: node.mk 11475 2010-06-03 21:02:23Z manuelbi $

include build/node-start.mk

SUBDIRS:= \
	3rdparty package-darwin package-slackware msvc package-arch \
	package-dingux package-windows

DIST:= \
	main.mk node-end.mk node-start.mk entry.mk entry-seq.mk \
	custom.mk 3rdparty.mk \
	flavour-*.mk platform-*.mk \
	*.py python-search.sh

include build/node-end.mk