Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1618 → Rev 1681

/shark/branches/xen/libc/getopt/Makefile/makefile
1,21 → 1,2
#
# The stdlib sub-library
#
targets:= getopt.o getopt1.o
 
ifndef BASE
BASE=../..
endif
 
include $(BASE)/config/config.mk
 
LIBRARY = c
 
OBJS_PATH = $(BASE)/libc/stdlib
 
SRCS= getopt.c getopt1.c
 
OBJS= $(patsubst %.c,%.o,$(SRCS))
 
C_DEF += -D_THREAD_SAFE -Di386
 
include $(BASE)/config/sublib.mk