Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F113967593
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 22, 17:57
Size
301 B
Mime Type
text/x-makefile
Expires
Sat, May 24, 17:57 (1 d, 19 h)
Engine
blob
Format
Raw Data
Handle
26315020
Attached To
rPNBODY pNbody
Makefile
View Options
PGM = cimgage
LOCAL = /usr
INCLUDEPY = $(LOCAL)/include/python2.6/
LIBPYTHON = -I/usr/include/python2.6/ -lpython2.6
OPTS =
CFLAGS= -I$(INCLUDEPY)
all : main.c Makefile
gcc -fPIC $(CFLAGS) -o $(PGM) ${LIBPYTHON} main.c
clean:
rm -f cimage
Event Timeline
Log In to Comment