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