File: node.mk

package info (click to toggle)
openmsx 0.8.0-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 15,084 kB
  • ctags: 17,704
  • sloc: cpp: 118,956; xml: 20,823; tcl: 6,222; python: 3,812; asm: 1,154; makefile: 158; sh: 72
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