minix/lib/timers/Makefile

13 lines
179 B
Makefile
Raw Normal View History

2005-04-21 16:53:53 +02:00
# Makefile for lib/tmrslib.
CFLAGS = -O -D_MINIX -D_POSIX_SOURCE
LIBRARIES = libtimers
2005-04-21 16:53:53 +02:00
libtimers_OBJECTS = \
tmrs_set.o \
tmrs_clr.o \
tmrs_exp.o \
2005-04-21 16:53:53 +02:00
include ../Makefile.inc