SubDir OBOS_TOP src kernel libroot posix time ;

KernelMergeObject posix_time.o :
	<$(SOURCE_GRIST)>asctime.c
	<$(SOURCE_GRIST)>ctime.c
	<$(SOURCE_GRIST)>difftime.c
	<$(SOURCE_GRIST)>localtime.c
	<$(SOURCE_GRIST)>mktime.c
	<$(SOURCE_GRIST)>strftime.cpp
	<$(SOURCE_GRIST)>time.c
	:
	-fPIC -DPIC
	;

MergeObjectFromObjects kernel_posix_time.o :
	<$(SOURCE_GRIST)>time.o
	;
