Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1619 → Rev 1618

/shark/branches/xen/libc/makefile
17,7 → 17,6
OBJS= $(patsubst %.c,%.o,$(SRCS))
 
install: all $(LIB_PATH)/lib$(LIBRARY).a
make -C arch/$(ARCH) $@
 
clean cleanall depend::
make -C libio $@
30,7 → 29,6
make -C ctype $@
make -C string $@
make -C getopt $@
make -C arch/$(ARCH) $@
 
 
#
53,11 → 51,9
make -C ctype $@
make -C string $@
make -C getopt $@
make -C arch/$(ARCH) $@
$(AR) rs lib$(LIBRARY).a $(OBJS)
 
clean::
make -C arch/$(ARCH) $@
$(RM) *.o
$(RM) *.err
$(RM) lib$(LIBRARY).a