Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1618 → Rev 1681

/shark/branches/xen/libc/unistd/Makefile/makefile
1,21 → 1,5
#
# The unistd sub-library
#
targets:= \
fpathcon.o \
pathconf.o \
sysconf.o
 
ifndef BASE
BASE=../..
endif
 
include $(BASE)/config/config.mk
 
LIBRARY = c
 
OBJS_PATH = $(BASE)/libc/unistd
 
SRCS= fpathcon.c \
pathconf.c \
sysconf.c
 
OBJS= $(patsubst %.c,%.o,$(SRCS))
 
include $(BASE)/config/sublib.mk