view Makefile @ 592:04ef85a39cf4

Rename gsym() and gsym_addr() to gen_resolve_sym() and gen_resolve_sym_addr(), plus fluff out their argument names and add better comments about what they do.
author Rob Landley <rob@landley.net>
date Sun, 06 Apr 2008 17:55:44 -0500
parents 29c7cb849479
children
line wrap: on
line source

# The build logic isn't really in this makefile, it's in bash scripts in
# the make directory.  This just provides a familiar user interface.

all native i386 arm: # c67 win32
	make/make.sh $@

install clean test:
	make/$@.sh

.PHONY: all native i386 arm c67 win32 install clean test help