/[hyperestraier_wrappers]/trunk/Makefile
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations)
Sat Sep 3 18:04:41 2005 UTC (18 years, 6 months ago) by dpavlin
File size: 307 byte(s)
make working copy
1 PROJ = HyperEstraier
2 SWIG = swig
3 PYTHON = python
4
5 all: python
6 install: python-install
7
8 python: clean
9 $(PYTHON) setup.py build_ext --swig-cpp
10 $(PYTHON) setup.py build
11
12 python-install: python
13 $(PYTHON) setup.py install
14
15 doc: clean
16 doxygen
17
18 clean:
19 rm -f HyperEstraier.py
20 rm -f *_wrap.cpp
21 rm -rf build/
22

  ViewVC Help
Powered by ViewVC 1.1.26