source: trunk/pbs_swig/distro/src/Makefile @ 64

Last change on this file since 64 was 64, checked in by bas, 19 years ago

Addded Configure script and debian tools:

  • Thanks to Yaroslav Halchenko
  • Property svn:keywords set to Id
File size: 208 bytes
Line 
1#
2# $Id: Makefile 64 2004-11-03 11:00:09Z bas $
3#
4LIBS    =  -L/usr/lib/torque -llog -lnet -lpbs
5INCLUDE =  -I/usr/include/python2.1
6
7pbs::
8        gcc -c pbs_wrap.c ${INCLUDE}
9        gcc -shared pbs_wrap.o ${LIBS} -o _pbs.so
10
11clean::
12        rm -f *.o pbs.pyc *.so
Note: See TracBrowser for help on using the repository browser.