Page MenuHomec4science

Makefile.am
No OneTemporary

File Metadata

Created
Fri, Jun 21, 22:14

Makefile.am

## $Id$
## This file is part of CDS Invenio.
## Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 CERN.
##
## CDS Invenio is free software; you can redistribute it and/or
## modify it under the terms of the GNU General Public License as
## published by the Free Software Foundation; either version 2 of the
## License, or (at your option) any later version.
##
## CDS Invenio is distributed in the hope that it will be useful, but
## WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
## General Public License for more details.
##
## You should have received a copy of the GNU General Public License
## along with CDS Invenio; if not, write to the Free Software Foundation, Inc.,
## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
pylibdir = $(libdir)/python/invenio
pylib_DATA = __init__.py \
errorlib.py \
errorlib_tests.py \
errorlib_webinterface.py \
errorlib_regression_tests.py \
data_cacher.py \
dbquery.py \
dbquery_tests.py \
mailutils.py \
miscutil_config.py \
messages.py \
messages_tests.py \
textutils.py \
textutils_tests.py \
dateutils.py \
dateutils_tests.py \
htmlutils.py \
htmlutils_tests.py \
testutils.py \
testutils_regression_tests.py \
urlutils.py \
w3c_validator.py \
intbitset_tests.py \
inveniocfg.py \
shellutils.py \
shellutils_tests.py
noinst_DATA = testimport.py \
kwalitee.py
EXTRA_DIST = $(pylib_DATA) \
testimport.py \
kwalitee.py \
intbitset.pyx \
intbitset.c \
intbitset.h \
intbitset_impl.c \
intbitset_setup.py \
intbitset.pyx
all:
$(PYTHON) $(srcdir)/intbitset_setup.py build_ext
install-data-hook:
$(PYTHON) $(srcdir)/testimport.py ${prefix}
$(PYTHON) $(srcdir)/intbitset_setup.py install
CLEANFILES = *~ *.tmp *.pyc
clean-local:
rm -rf build

Event Timeline