gno/lib/libc/stdtime/Makefile
1997-09-21 06:22:10 +00:00

26 lines
400 B
Makefile

#
# Makefile for libc/stdtime.
#
# $Id: Makefile,v 1.1 1997/09/21 06:22:10 gdr Exp $
#
.INCLUDE: ../../../paths.mk
.INCLUDE: ../../const.mk
OBJS = asctime.o difftime.o localtime.o strftime.o
CFLAGS += -v
default:
@echo do not use this directory yet
build: ../libc
obj: $(OBJS)
.INCLUDE: ../rules.mk
asctime.o:: private.h
difftime.o:: private.h
localtime.o:: private.h
strftime.o:: private.h