Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F123147306
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
Fri, Jul 25, 06:11
Size
435 B
Mime Type
text/x-makefile
Expires
Sun, Jul 27, 06:11 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
27623701
Attached To
rLAMMPS lammps
Makefile
View Options
# master -*- makefile -*- for neuronet compilation
SHELL=/bin/sh
TARGETS= $(patsubst Makefile.%,%,$(wildcard Makefile.*))
CLEAN = $(patsubst %,clean-%,$(TARGETS))
default:
@echo available targets: all $(TARGETS)
.PHONY: all default
.SUFFIXES:
all:
$(MAKE) $(MFLAGS) $(TARGETS)
clean-all:
$(MAKE) $(MFLAGS) $(CLEAN)
clean-%:
$(MAKE) $(MFLAGS) -f $(patsubst clean-%,Makefile.%,$@) clean
%:
$(MAKE) $(MFLAGS) -f Makefile.$@
Event Timeline
Log In to Comment