]> git.saurik.com Git - apple/boot.git/blame_incremental - i386/tests/Makefile
boot-80.1.tar.gz
[apple/boot.git] / i386 / tests / Makefile
... / ...
CommitLineData
1CFLAGS = -g
2TESTS= rldtest satest
3LIBSA= ../sym/libsa.a
4
5all: $(TESTS)
6
7sizeof: sizeof.c
8 cc -I../libsa sizeof.c -o sizeof
9
10rldtest: rldtest.o
11 cc -o rldtest rldtest.o
12
13satest: satest.o $(LIBSA)
14 cc -o satest satest.o $(LIBSA) -lsys_s