File: node.mk

package info (click to toggle)
openmsx 0.5.1-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 6,976 kB
  • ctags: 10,295
  • sloc: cpp: 63,525; xml: 37,105; sh: 1,403; python: 681; tcl: 207; makefile: 64
file content (13 lines) | stat: -rw-r--r-- 320 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
# $Id: node.mk,v 1.7 2004/08/01 21:11:22 mthuurne Exp $

include build/node-start.mk

DIST:= \
	config.guess detectsys.sh tcl-search.sh \
	main.mk node-end.mk node-start.mk \
	info2code.mk components.mk probe.mk probe-results.mk \
	version.mk custom.mk \
	flavour-*.mk cpu-*.mk platform-*.mk

include build/node-end.mk