# # GNUMakefile for util-vserver Python bindings # # Steve Muir # Mark Huang # Copyright (C) 2005 The Trustees of Princeton University # # $Id: Makefile,v 1.13 2007/06/29 19:02:15 dhozac Exp $ # INCLUDES := -I.. -I../lib LIBS = -L../lib -lvserver PY_MODS := vserver.py cpulimit.py bwlimit.py PY_EXT_MODS := vserverimpl.so LT_LINK = ../libtool --tag=CC --mode=link all: py-build # XXX - compatibility with util-vserver specfile INSTALL_ROOT ?= $(DESTDIR) install: py-install clean: py-clean UTIL_PYTHON ?= $(wildcard ../../util-python*) include $(UTIL_PYTHON)/pybuild.mk .PHONY: all install clean