Skip to content
Snippets Groups Projects
Commit 455c12e5 authored by Duncan White's avatar Duncan White
Browse files

imported TOOLDIR settings for libmem

parent f25a7a0c
No related branches found
No related tags found
No related merge requests found
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment