Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Duncan White
C-datadec
Commits
91a1b461
Commit
91a1b461
authored
Feb 07, 1994
by
ees1dw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated targets
parent
11e57c84
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
10 deletions
+17
-10
Makefile
Makefile
+17
-10
No files found.
Makefile
View file @
91a1b461
INC
=
/vol/lab/include
C
FLAGS
=
-I
$(INC)
-g
-UDEBUGGING
LINTFLAGS
=
-I
$(INC)
-UDEBUGGING
EXECS
=
datadec m2datadec
CFLAGS
=
-g
-UDEBUGGING
LINT
FLAGS
=
-UDEBUGGING
EXECS
=
datadec
#
EXECS = datadec m2datadec
datadec_srcs
=
datadec.c parser.c lexer.c struct.c decs.c optimize.c
datadec_objs
=
datadec.o parser.o lexer.o struct.o decs.o optimize.o
...
...
@@ -32,10 +32,17 @@ m2datadec: $(m2datadec_objs)
datadec
:
$(datadec_objs)
cc
-g
-o
datadec
$(datadec_objs)
datadec.o
:
parser.h lexer.h struct.h optimize.h datadec.c
parser.o
:
lexer.h struct.h parser.h parser.c
lexer.o
:
lexer.h lexer.c
struct.o
:
struct.h struct.c
decs.o
:
decs.h decs.c
m2decs.o
:
decs.h m2decs.c
datadec.o
:
datadec.c struct.h lexer.h parser.h decs.h optimize.h
decs.o
:
decs.c struct.h decs.h
lexer.o
:
lexer.c struct.h lexer.h
m2decs.o
:
m2decs.c struct.h decs.h
optimize.o
:
optimize.h struct.h optimize.c
parser.o
:
parser.c struct.h lexer.h parser.h
struct.o
:
struct.c struct.h
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment