diff options
| author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-12-08 11:47:53 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-07 21:05:38 -0700 |
| commit | fd5de508cae29bb482513829a64d38e42e8b806e (patch) | |
| tree | 2549543778af379365575b33734fc1a0b2e3ffc9 /Makefile | |
| parent | 37a29afc774faf3c0f07e3c06ce8096a1d23d05c (diff) | |
| download | sparse-dev-fd5de508cae29bb482513829a64d38e42e8b806e.tar.gz | |
Make "storage" be part of the sparse library, and split out
the "example output" program from it.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -12,12 +12,13 @@ PREFIX=$(HOME) PROGRAMS=test-lexing test-parsing obfuscate check compile test-linearize example 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 flow.h allocate.h + linearize.h bitmap.h ident-list.h compat.h flow.h allocate.h \ + storage.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 allocate.o compat-$(OS).o \ - flow.o cse.o simplify.o memops.o liveness.o + flow.o cse.o simplify.o memops.o liveness.o storage.o LIB_FILE= sparse.a LIBS=$(LIB_FILE) |
