gno/lib/libc/stdtime/Makefile

26 lines
407 B
Makefile
Raw Normal View History

1997-09-21 06:22:10 +00:00
#
# Makefile for libc/stdtime.
#
# $Id: Makefile,v 1.2 1997/10/03 04:44:25 gdr Exp $
1997-09-21 06:22:10 +00:00
#
.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 .PHONY: ../libc
1997-09-21 06:22:10 +00:00
obj: $(OBJS)
.INCLUDE: ../rules.mk
asctime.o:: private.h
difftime.o:: private.h
localtime.o:: private.h
strftime.o:: private.h