Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F111383280
Makefile
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, May 1, 05:53
Size
496 B
Mime Type
text/x-makefile
Expires
Sat, May 3, 05:53 (2 d)
Engine
blob
Format
Raw Data
Handle
25916049
Attached To
rGLUPS glups
Makefile
View Options
PGM = libglups
LOCAL = /usr
INCLUDEPY = $(LOCAL)/include/python2.5/
INCLUDENUMPY = $(LOCAL)/lib/python2.5/site-packages/numpy/core/include/
INCLUDENUMARRAY = $(LOCAL)/lib/python2.5/site-packages/numpy/numarray/
OPTS = -lGL
CFLAGS= -I$(INCLUDEPY) -I$(INCLUDENUMARRAY) -I$(INCLUDENUMPY)
$(PGM).so : $(PGM).o
gcc -fPIC -shared $(PGM).o -o $(PGM).so $(OPTS)
$(PGM).o : $(PGM).c
gcc -fPIC $(CFLAGS) -c $(PGM).c
clean:
rm -f *.o *.exe *.so
Event Timeline
Log In to Comment