Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F106973533
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, Apr 3, 02:33
Size
469 B
Mime Type
text/x-makefile
Expires
Sat, Apr 5, 02:33 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
25322886
Attached To
rLAMMPS lammps
Makefile
View Options
# Makefile for serial tools
#
# Targets
#
all:
$(MAKE) binary2txt chain micelle2d
binary2txt: binary2txt.o
g++ -g binary2txt.o -o binary2txt
chain: chain.o
ifort chain.o -o chain
micelle2d: micelle2d.o
ifort micelle2d.o -o micelle2d
thermo_extract: thermo_extract.o
gcc -g thermo_extract.o -o thermo_extract
clean:
rm binary2txt chain micelle2d
rm thermo_extract
rm *.o
#
# Rules
#
.cpp.o:
g++ -g -c $<
.c.o:
gcc -g -c $<
.f.o:
ifort -O -w -c $<
Event Timeline
Log In to Comment