1# $Id$
2
3# This file is part of avahi.
4#
5# avahi is free software; you can redistribute it and/or modify it
6# under the terms of the GNU Lesser General Public License as
7# published by the Free Software Foundation; either version 2 of the
8# License, or (at your option) any later version.
9#
10# avahi is distributed in the hope that it will be useful, but WITHOUT
11# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
12# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
13# License for more details.
14#
15# You should have received a copy of the GNU Lesser General Public
16# License along with avahi; if not, write to the Free Software
17# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
18# USA.
19
20SUBDIRS = 
21
22if TARGET_LFS
23SUBDIRS += lfs
24endif
25
26if TARGET_DEBIAN
27SUBDIRS += debian
28endif
29
30if TARGET_ARCHLINUX
31SUBDIRS += archlinux
32endif
33
34if TARGET_GENTOO
35SUBDIRS += gentoo
36endif
37
38if TARGET_SUSE
39SUBDIRS += suse
40endif
41
42if TARGET_FEDORA
43SUBDIRS += fedora
44endif
45
46if TARGET_MANDRIVA
47SUBDIRS += mandriva
48endif
49
50if TARGET_DARWIN
51SUBDIRS += darwin
52endif
53
54if TARGET_FREEBSD
55SUBDIRS += freebsd
56endif
57
58if TARGET_SLACKWARE
59SUBDIRS += slackware
60endif
61