]> git.ipfire.org Git - thirdparty/bird.git/blame - lib/Makefile
Filter: Fix function comparison
[thirdparty/bird.git] / lib / Makefile
CommitLineData
af02b83b 1src := bitmap.c bitops.c checksum.c event.c flowspec.c idm.c ip.c lists.c mac.c md5.c mempool.c net.c patmatch.c printf.c resource.c sha1.c sha256.c sha512.c slab.c slists.c strtoul.c tbf.c timer.c xmalloc.c
7152e5ef
JMM
2obj := $(src-o-files)
3$(all-daemon)
9b0a0ba9 4
af02b83b 5tests_src := bitmap_test.c heap_test.c buffer_test.c event_test.c flowspec_test.c bitops_test.c patmatch_test.c fletcher16_test.c slist_test.c checksum_test.c lists_test.c mac_test.c ip_test.c hash_test.c printf_test.c
9b0a0ba9
OZ
6tests_targets := $(tests_targets) $(tests-target-files)
7tests_objs := $(tests_objs) $(src-o-files)