Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1618 → Rev 1681

/shark/branches/xen/libc/assert/Makefile/makefile
1,19 → 1,2
#
# The assert sub-library
#
targets:= assert.o
 
ifndef BASE
BASE=../..
endif
 
include $(BASE)/config/config.mk
 
LIBRARY = c
 
OBJS_PATH = $(BASE)/libc/assert
 
SRCS= assert.c
 
OBJS= $(patsubst %.c,%.o,$(SRCS))
 
include $(BASE)/config/sublib.mk