Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(945)

Side by Side Diff: stepmake/stepmake/executable-rules.make

Issue 577690043: Inline executable-* stepmake templates in lily/GNUmakefile (Closed)
Patch Set: scripts directory Created 4 years ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « scripts/GNUmakefile ('k') | stepmake/stepmake/executable-targets.make » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1
2 define MODULE_LIB_template \
3 $(1)/$(outdir)/library.a : \
4 $(MAKE) -C $(1)
5 endef
6
7 $(foreach a, $(MODULE_LIBS), $(eval $(call MODULE_LIB_template,$(a))))
8
9 $(O_FILES): $(outdir)/config.hh
10
11 $(EXECUTABLE): $(O_FILES) $(outdir)/version.hh $(MODULE_LIBS:%=%/$(outdir)/libra ry.a)
12 $(call ly_progress,Making,$@,)
13 $(foreach a, $(MODULE_LIBS), $(MAKE) -C $(a) && ) true
14 $(CXX) $(ALL_CXXFLAGS) -o $@ $(O_FILES) $(LOADLIBES) $(ALL_LDFLAGS)
OLDNEW
« no previous file with comments | « scripts/GNUmakefile ('k') | stepmake/stepmake/executable-targets.make » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b