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