minix/lib/i386/head/Makefile
2005-04-21 14:53:53 +00:00

14 lines
209 B
Makefile
Executable file

# Makefile for lib/i386/head.
CC1 = $(CC) -Was-ack -c
LIBRARY = ../../libe.a
all: $(LIBRARY)
$(LIBRARY): $(LIBRARY)(em_head.o)
aal cr $@ *.o
rm *.o
$(LIBRARY)(em_head.o): em_head.s
$(CC1) -I. em_head.s