Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Duncan White
C-datadec
Commits
455c12e5
Commit
455c12e5
authored
May 30, 2014
by
Duncan White
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
imported TOOLDIR settings for libmem
parent
f25a7a0c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
test/Makefile
test/Makefile
+6
-2
No files found.
test/Makefile
View file @
455c12e5
CFLAGS
=
-g
-UDEBUGGING
-Wall
DEST
=
$(TOOLDIR)
LIBDIR
=
$(DEST)
/lib/
$(ARCH)
INCDIR
=
$(DEST)
/include
CFLAGS
=
-I
.
-I
$(INCDIR)
-g
-UDEBUGGING
-Wall
LDLIBS
=
-L
$(LIBDIR)
-lmem
TESTEXECS
=
ctest
AUTOCRAP
=
ctest.o cx.[och]
...
...
@@ -8,7 +12,7 @@ clean:
/bin/rm
-f
*
.o a.out core
$(TESTEXECS)
$(AUTOCRAP)
cx.c cx.h
:
cdata.in ../datadec
../datadec cx cdata.in
../datadec
-f
cx cdata.in
ctest
:
ctest.o cx.o
cx.o
:
cx.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