Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90701975
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
Mon, Nov 4, 00:09
Size
301 B
Mime Type
text/x-makefile
Expires
Wed, Nov 6, 00:09 (2 d)
Engine
blob
Format
Raw Data
Handle
22121654
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