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