PDOS

[uia] / trunk / uia / lib / Makefile  

View of /trunk/uia/lib/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3184 - (download) (annotate)
Fri Mar 7 19:09:05 2008 UTC (20 months, 2 weeks ago) by jastr
File size: 279 byte(s)
merge -r 3156:3183 branches/leaks -> trunk

should be a great big no-op unless you pass extra
configure flags, or have openssl configured with engines
turned on.

#
# $Id$
#

include Makeconf

all: build
.PHONY: all install clean distclean

build:
	$(PYTHON) Setup.py build

install:
	$(PYTHON) Setup.py install --root=$(installroot)

clean:
	rm -rf build

distclean: clean
	rm -rf config.log config.status confdefs.h autom4te.cache Makeconf

Maintained by PDOS
ViewVC Help
Powered by ViewVC 1.0.3