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

Unified Diff: stepmake/stepmake/c-vars.make

Issue 577280043: Cleanup unneeded parts of Stepmake (Closed)
Patch Set: Created 4 years, 2 months ago
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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « stepmake/stepmake/c-targets.make ('k') | stepmake/stepmake/compile-vars.make » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: stepmake/stepmake/c-vars.make
diff --git a/stepmake/stepmake/c-vars.make b/stepmake/stepmake/c-vars.make
deleted file mode 100644
index 5fcc77c409a18a9844192770a8c42c45a5b5fdd4..0000000000000000000000000000000000000000
--- a/stepmake/stepmake/c-vars.make
+++ /dev/null
@@ -1,18 +0,0 @@
-include $(stepdir)/compile-vars.make
-
-H_FILES := $(call src-wildcard,*.h)
-C_FILES := $(call src-wildcard,*.c)
-Y_FILES := $(call src-wildcard,*.y)
-L_FILES := $(call src-wildcard,*.l)
-
-SOURCE_FILES+=$(Y_FILES) $(C_FILES) $(L_FILES) $(H_FILES)
-
-O_FILES+=$(addprefix $(outdir)/, $(Y_FILES:.y=.o) $(C_FILES:.c=.o) $(L_FILES:.l=.o))
-
-TAGS_SOURCES += $(C_FILES)
-TAGS_HEADERS += $(H_FILES)
-
-ALL_C_SOURCES += $(H_FILES) $(C_FILES) $(Y_FILES) $(L_FILES)
-
-ALL_CPPFLAGS = $(CPPFLAGS) $(CONFIG_CPPFLAGS) $(DEFINES) $(INCLUDES:%=-I%)
-ALL_CFLAGS = $(CFLAGS) $(ALL_CPPFLAGS) $(CONFIG_CFLAGS) $(MODULE_CFLAGS) $(EXTRA_CFLAGS)
« no previous file with comments | « stepmake/stepmake/c-targets.make ('k') | stepmake/stepmake/compile-vars.make » ('j') | no next file with comments »

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