gno/lib/libc/stdtime/Makefile

22 lines
356 B
Makefile
Raw Normal View History

1997-09-21 06:22:10 +00:00
#
# Makefile for libc/stdtime.
#
# $Id: Makefile,v 1.3 1998/02/09 08:45:04 taubert Exp $
1997-09-21 06:22:10 +00:00
#
LIB= c
LIBPFX= $(OBJ_DIR)../
OBJS= asctime.o difftime.o localtime.o strftime.o
1997-09-21 06:22:10 +00:00
CFLAGS += -v
default:
@echo do not use this directory yet
.INCLUDE: /src/gno/lib/lib.mk
1997-09-21 06:22:10 +00:00
asctime.o:: private.h
difftime.o:: private.h
localtime.o:: private.h
strftime.o:: private.h