Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99223346
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
Wed, Jan 22, 13:32
Size
308 B
Mime Type
text/x-makefile
Expires
Fri, Jan 24, 13:32 (2 d)
Engine
blob
Format
Raw Data
Handle
23748338
Attached To
rLAMMPS lammps
Makefile
View Options
EXTRAMAKE=Makefile.lammps.empty
CC=gcc
HDF5_PATH=/usr
INC=-I $(HDF5_PATH)/include -I include
AR=ar
ARFLAGS=rc
LIB=libch5md.a
all: lib
ch5md.o: src/ch5md.c
$(CC) $(INC) -c $< -o build/$@
lib: ch5md.o
$(AR) $(ARFLAGS) $(LIB) build/ch5md.o
ch5md_SYSINC=$(HDF5_PATH)/include
ch5md_SYSLIB=$(HDF5_PATH)/lib
Event Timeline
Log In to Comment