This commit was manufactured by cvs2svn to create tag
[util-vserver.git] / util-vserver / Makefile.am
1 ## $Id$
2
3 # Copyright (C) 2003 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
4 #  
5 # This program is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by
7 # the Free Software Foundation; either version 2, or (at your option)
8 # any later version.
9 #  
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 # GNU General Public License for more details.
14 #  
15 # You should have received a copy of the GNU General Public License
16 # along with this program; if not, write to the Free Software
17 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
18 #  
19
20 ACLOCAL_AMFLAGS         =  -I m4
21
22 sysvdir                 =  $(sysconfdir)/init.d
23 vservercfgdir           =  $(sysconfdir)/vservers
24
25 include_HEADERS         =  $(lib_HDRS)
26 noinst_HEADERS          =  $(src_HDRS) $(lib_XHDRS) compat.h
27
28 lib_LIBRARIES           =  $(lib_lib_LIBS)
29
30 pkglib_SCRIPTS          =  $(distrib_SCRPTS) $(scripts_SCRPTS) $(src_pkglib_SCRPTS)
31 pkglib_DATA             =  $(distrib_DAT) $(scriptscfg_DATA)
32 pkglib_PROGRAMS         =  $(src_pkglib_PRGS)
33
34 sbin_SCRIPTS            =  $(scripts_PRGS) $(linuxconf_SCRPTS)
35 sbin_PROGRAMS           =  $(src_sbin_PRGS)
36 noinst_PROGRAMS         =  $(test_PRGS)
37
38 sysv_SCRIPTS            =  $(sysv_SCRPTS)
39 sysconf_DATA            =  $(sysv_CFG)
40 vservercfg_DATA         =  $(linuxconf_cfg_DTA)
41
42 BUILT_SOURCES           =  linuxcaps.h linuxvirtual.h
43
44 man_MANS                =  $(man_DATMAN) $(linuxconf_DATMAN)
45
46 EXTRA_DIST              =  $(distrib_SCRPTS) $(distrib_DAT) \
47                            $(sysv_XTRAS) $(sysv_CFG) \
48                            $(doc_DAT) $(man_DATMAN) $(linuxconf_DATMAN) \
49                            $(scripts_SCRPTS) $(scripts_XTRAS) \
50                            $(linuxconf_XTRAS) \
51                            util-vserver.spec \
52                            m4/ensc_cflags.m4 \
53                            THANKS
54
55 AM_CPPFLAGS             =  -I $(top_srcdir)/lib -D VERSION=\"$(VERSION)\" -D PKGLIBDIR=\"$(pkglibdir)\" -D _GNU_SOURCE
56 AM_CFLAGS               =  -Wall -pedantic
57
58 CLEANFILES              =  $(sysv_GENSCRPTS) $(scripts_GENSCRPTS) \
59                            $(linuxconf_GENFILES) \
60                            $(BUILT_SOURCES)
61
62
63 linuxcaps.h:
64                 ln -sf ${kernelincludedir}/linux/capability.h linuxcaps.h
65
66 linuxvirtual.h:
67                 ln -sf '$(kernelincludedir)/linux/virtual.h' '$@' && test -e '$@' || \
68                 ln -sf '$(top_srcdir)/lib/virtual.h' '$@'
69
70 include $(top_srcdir)/lib/Makefile-files
71 include $(top_srcdir)/src/Makefile-files
72 include $(top_srcdir)/distrib/Makefile-files
73 include $(top_srcdir)/doc/Makefile-files
74 include $(top_srcdir)/man/Makefile-files
75 include $(top_srcdir)/scripts/Makefile-files
76 include $(top_srcdir)/tests/Makefile-files
77 include $(top_srcdir)/sysv/Makefile-files
78 include $(top_srcdir)/linuxconf/Makefile-files
79
80 include $(top_srcdir)/m4/gpgsig.am
81 include $(top_srcdir)/m4/validate.am
82 include $(top_srcdir)/m4/changelog.am