Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96609392
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
Sat, Dec 28, 21:07
Size
426 B
Mime Type
text/x-makefile
Expires
Mon, Dec 30, 21:07 (2 d)
Engine
blob
Format
Raw Data
Handle
23197435
Attached To
rLAMMPS lammps
Makefile
View Options
# master -*- makefile -*- for libqmmm compilation
SHELL=/bin/sh
TARGETS= fermi mingw32-cross mingw64-cross
CLEAN = $(patsubst %,clean-%,$(TARGETS))
default:
@echo available targets: all $(TARGETS)
.PHONY: all default
.SUFFIXES:
all:
$(MAKE) $(MFLAGS) $(TARGETS)
clean clean-all:
$(MAKE) $(MFLAGS) $(CLEAN)
clean-%:
$(MAKE) $(MFLAGS) -f $(patsubst clean-%,Makefile.%,$@) clean
%:
$(MAKE) $(MFLAGS) -f Makefile.$@
Event Timeline
Log In to Comment