aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
authorLinus Torvalds <torvalds@ppc970.osdl.org>2004-11-21 14:09:47 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-07 21:04:35 -0700
commit34038a899aa290c162229cab3289264961fd1772 (patch)
tree2de123886780c8ca97d42c323f5e0bccc63392ff /Makefile
parentf6e1744364df87858d9fd1f54cb038733c56ff78 (diff)
parent1bfc2554c948c1a76895a53c53b300cab0b99121 (diff)
downloadsparse-dev-34038a899aa290c162229cab3289264961fd1772.tar.gz
Merge http://sparse-mw.bkbits.net:8080/janitorial
into ppc970.osdl.org:/home/torvalds/BK/sparse
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b50ea239..2057c4fb 100644
--- a/Makefile
+++ b/Makefile
@@ -9,11 +9,11 @@ PREFIX=$(HOME)
PROGRAMS=test-lexing test-parsing obfuscate check compile test-linearize
LIB_H= token.h parse.h lib.h symbol.h scope.h expression.h target.h \
- linearize.h bitmap.h ident-list.h compat.h
+ linearize.h bitmap.h ident-list.h compat.h flow.h
LIB_OBJS= target.o parse.o tokenize.o pre-process.o symbol.o lib.o scope.o \
expression.o show-parse.o evaluate.o expand.o inline.o linearize.o \
- sort.o compat-$(OS).o
+ sort.o flow.o compat-$(OS).o
LIB_FILE= sparse.a
LIBS=$(LIB_FILE)
@@ -71,6 +71,7 @@ show-parse.o: $(LIB_H)
symbol.o: $(LIB_H)
expand.o: $(LIB_H)
linearize.o: $(LIB_H)
+flow.o: $(LIB_H)
sort.o: $(LIB_H)
inline.o: $(LIB_H)
target.o: $(LIB_H)