]> git.saurik.com Git - apple/libdispatch.git/blob - Makefile.am
libdispatch-703.50.37.tar.gz
[apple/libdispatch.git] / Makefile.am
1 #
2 #
3 #
4
5 ACLOCAL_AMFLAGS = -I m4
6
7 if BUILD_OWN_PTHREAD_WORKQUEUES
8 MAYBE_PTHREAD_WORKQUEUES = libpwq
9 endif
10
11 if BUILD_OWN_KQUEUES
12 MAYBE_KQUEUES = libkqueue
13 endif
14
15 SUBDIRS= \
16 dispatch \
17 $(MAYBE_PTHREAD_WORKQUEUES) \
18 $(MAYBE_KQUEUES) \
19 man \
20 os \
21 private \
22 src \
23 tests
24
25 EXTRA_DIST= \
26 README.md \
27 LICENSE \
28 PATCHES \
29 autogen.sh \
30 config/config.h \
31 libdispatch.xcodeproj \
32 resolver \
33 tools \
34 xcodeconfig \
35 xcodescripts