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