Makefile.am 272 字节
Newer Older
1
# Process this file with automake to produce Makefile.in
B
Behdad Esfahbod 已提交
2

3 4
NULL =
EXTRA_DIST =
5
SUBDIRS = api shaping fuzzing subset
6

7 8 9 10
EXTRA_DIST += \
	CMakeLists.txt \
	$(NULL)

B
Minor  
Behdad Esfahbod 已提交
11 12 13 14
# Convenience targets:
lib:
	@$(MAKE) $(AM_MAKEFLAGS) -C $(top_builddir)/src lib

B
Behdad Esfahbod 已提交
15
-include $(top_srcdir)/git.mk