Files
cantera/Cantera/python/Makefile.in
2003-04-14 17:57:48 +00:00

32 lines
505 B
Makefile
Executable File

#/bin/sh
###############################################################
# $Author$
# $Date$
# $Revision$
#
# Copyright 2001 California Institute of Technology
# See file License.txt for licensing information
#
###############################################################
all: refresh
@PYTHON_CMD@ setup.py build
refresh: $(LIB_DEPS)
touch src/pycantera.cpp
install:
@PYTHON_CMD@ setup.py install
clean:
@PYTHON_CMD@ setup.py clean
cd src; rm -f *.o
depends:
echo '-'
# end of file