view Makefile @ 593:a283eb90c0f7

Pay attention to CC_HEADERPATH out of ./configure
author Rob Landley <rob@landley.net>
date Tue, 08 Apr 2008 23:27:49 -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