File: Linux.conf

package info (click to toggle)
python-pyglew 0.1.2-4
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 6,084 kB
  • ctags: 160
  • sloc: python: 652; ansic: 321; cpp: 273; sh: 175; makefile: 91
file content (12 lines) | stat: -rw-r--r-- 342 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
INCLUDES=-I/usr/include/python2.5 -Iinclude -I.
LIBS=-lGLEW -lGL -lpython2.5
SOEXT=so
COMPILE=c++ -fpic -g -Wall 
LINK=c++ -g -Wall -shared

dist: SDIR=PyGLEW-$(shell python setup.py --version).linux-i686-py2.5
dist: all
	mkdir $(SDIR)
	cp setup.py pyglew.$(SOEXT) /usr/lib/libGLEW.so $(SDIR)
	tar zcvf $(SDIR).tar.gz $(SDIR)
	rm -rf $(SDIR)