diff options
| author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-04-28 16:20:38 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-07 21:01:40 -0700 |
| commit | ddaa4fc95836673ce96c144821fc4e0f752cf793 (patch) | |
| tree | 10e949b00eb44ff67a0b42d4bd08513297d5d1a0 /Makefile | |
| parent | 7195dddfaafa39d61ce710733f0267095f2fb4d0 (diff) | |
| download | sparse-dev-ddaa4fc95836673ce96c144821fc4e0f752cf793.tar.gz | |
Use variables for target data structure information,
instead of hardcoding it at compile time. This allows
us to do "cross-checks" much more easily.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ 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 -LIB_OBJS= parse.o tokenize.o pre-process.o symbol.o lib.o scope.o \ +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 LIB_FILE= sparse.a |
