Files
gno/lib/libc/stdtime/Makefile
gdr 0df1477cf9 Before moving to git, checked in a bunch of apparent work-in-progress
files that have been sitting idle for a few years.  Unfortunately
I can't gaurantee at the moment that these even compile let alone build.
Caveat Emptor
2012-08-26 02:55:00 +00:00

26 lines
422 B
Makefile

#
# Makefile for libc/stdtime.
#
# $Id: Makefile,v 1.4 2012/08/26 02:54:59 gdr Exp $
#
LIB = c
LIBPFX = $(OBJ_DIR)../
NO_REZ = true
# SRCS = asctime.c difftime.c localtime.c strftime.c
SRCS = localtime.c strftime.c
DEBUG = 25
OPTIMIZE= 0
CFLAGS += -v
#default:
# @echo do not use this directory yet
.INCLUDE: /src/gno/lib/lib.mk
asctime.o: private.h
difftime.o: private.h
localtime.o: private.h
strftime.o: private.h