Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F109020460
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
Sat, Apr 19, 13:01
Size
440 B
Mime Type
text/x-makefile
Expires
Mon, Apr 21, 13:01 (2 d)
Engine
blob
Format
Raw Data
Handle
25669881
Attached To
rPNBODY pNbody
Makefile
View Options
PGM = mapping
LOCAL = /usr
INCLUDEPY = $(LOCAL)/include/python2.6/
INCLUDENUMPY = $(LOCAL)/lib/python2.6/dist-packages/numpy/core/include/
OPTS =
CFLAGS= -I$(INCLUDEPY) -I$(INCLUDENUMPY)
$(PGM).so : $(PGM).o
gcc -fopenmp -fPIC -shared -lgsl -lgslcblas -lm $(PGM).o -o $(PGM).so $(OPTS)
$(PGM).o : $(PGM).c
gcc -fopenmp -fPIC $(CFLAGS) -c $(PGM).c
clean:
rm -f *.o *.exe *.so
Event Timeline
Log In to Comment