Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F108382647
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, Apr 16, 09:41
Size
653 B
Mime Type
text/x-makefile
Expires
Fri, Apr 18, 09:41 (2 d)
Engine
blob
Format
Raw Data
Handle
25438751
Attached To
rLAMMPS lammps
Makefile
View Options
# Makefile for serial tools
#
# Targets
#
all:
$(MAKE) binary2txt restart2data chain micelle2d data2xmovie
binary2txt: binary2txt.o
g++ -g binary2txt.o -o binary2txt
restart2data: restart2data.o
g++ -g restart2data.o -o restart2data
chain: chain.o
ifort chain.o -o chain
micelle2d: micelle2d.o
ifort micelle2d.o -o micelle2d
data2xmovie: data2xmovie.o
g++ -g data2xmovie.o -o data2xmovie
thermo_extract: thermo_extract.o
gcc -g thermo_extract.o -o thermo_extract
clean:
rm binary2txt restart2data chain micelle2d data2xmovie
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