Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Duncan White
C-datadec
Commits
3b0bd7f4
Commit
3b0bd7f4
authored
Mar 19, 2002
by
dcw
Browse files
C version only
parent
cbf78d57
Changes
1
Show whitespace changes
Inline
Side-by-side
test/Makefile
View file @
3b0bd7f4
INC
=
/vol/lab/include
CFLAGS
=
-I
$(INC)
-g
-UDEBUGGING
TESTEXECS
=
mtest
ctest
#
INC = /vol/lab/include
CFLAGS
=
-g
-UDEBUGGING
TESTEXECS
=
ctest
AUTOCRAP
=
mtest.
*
mx.
*
ctest.
*
cx.?
all
:
$(TESTEXECS)
...
...
@@ -8,15 +8,15 @@ all: $(TESTEXECS)
clean
:
/bin/rm
-f
*
.o a.out core
$(TESTEXECS)
$(AUTOCRAP)
cx.c cx.h
:
cdata.in ../
src/
datadec
../
src/
datadec cx cdata.in
cx.c cx.h
:
cdata.in ../datadec
../datadec cx cdata.in
cx.o
:
cx.c cx.h
ctest.o
:
ctest.c cx.h
ctest
:
ctest.o cx.o
cc
-o
ctest ctest.o cx.o
$(CC)
-o
ctest ctest.o cx.o
mx.def mx.mod
:
m2data.in ../src/m2datadec
../src/m2datadec mx m2data.in
...
...
Write
Preview
Supports
Markdown
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