diff options
| author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-03-12 17:53:41 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-07 21:06:29 -0700 |
| commit | 77ac63127dc8981264b31bcfaac825c62971bca2 (patch) | |
| tree | 27cd8abb6be43358f0e45201687103dc242e6746 /Makefile | |
| parent | 67cb76f7d0c76d52588ba6cd24f70ae4e141406c (diff) | |
| download | sparse-dev-77ac63127dc8981264b31bcfaac825c62971bca2.tar.gz | |
Move the ptrlist macros out of the sparse "lib.[ch]" files.
They rate their own "ptrlist" library status, since they are
definitely potentially useful outside of sparse.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -20,11 +20,11 @@ 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 \ - storage.h + storage.h ptrlist.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 \ + sort.o allocate.o compat-$(OS).o ptrlist.o \ flow.o cse.o simplify.o memops.o liveness.o storage.o LIB_FILE= libsparse.a @@ -122,3 +122,5 @@ pre-process.h: clean: rm -f *.[oasi] core core.[0-9]* $(PROGRAMS) $(SLIB_FILE) pre-process.h + +% : SCCS/s.%s |
