summaryrefslogtreecommitdiff
path: root/2003/i/buzz/src/date/Makefile.defs
blob: 1d4474c7189de7c8a9bcf0cdb7b641003822669e (plain)
1
2
3
4
5
6
7
8
LIBS += date.a
TARGETS += test_date
date_a_SOURCES = date.cc
test_date_SOURCES = test_date.cc date.a

test_date: $(test_date_SOURCES:%.cc=%.o)

date.a: ${date_a_SOURCES:%.cc=date.a(%.o)}