added new management sources
[util-vserver.git] / util-vserver / lib / Makefile-files
1 ## $Id$  -*- makefile -*-
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 lib_VERSION =                   0.0.0
21
22 lib_legacy_SRCS                 =  lib/getprocentry-legacy.c
23 lib_management_SRCS             =  lib/getvserverbyctx.c \
24                                    lib/getvservercfgstyle.c \
25                                    lib/getvserverappdir.c \
26                                    lib/getvservercfgdir.c \
27                                    lib/getvserverctx.c \
28                                    lib/getvservername.c \
29                                    lib/getvservervdir.c
30 lib_v11_SRCS                    =  lib/syscall_rlimit.c \
31                                    lib/syscall_kill.c
32
33 lib_ioctl_SRCS =                lib/ioctl-getfilecontext.c \
34                                 lib/ioctl-setfilecontext.c \
35                                 lib/ioctl-getext2flags.c \
36                                 lib/ioctl-setext2flags.c
37
38 PKGCONFIG_FILES                 =  lib/util-vserver
39
40 lib_SRCS =                      lib/syscall.c \
41                                 lib/checkversion.c \
42                                 lib/isdirectory.c \
43                                 lib/getctx.c \
44                                 lib/getinitpid.c \
45                                 lib/getversion.c \
46                                 lib/fmt-32.c \
47                                 lib/fmt-64.c \
48                                 lib/fmtx-32.c \
49                                 lib/fmtx-64.c \
50                                 lib/capabilities.c \
51                                 $(lib_ioctl_SRCS) \
52                                 $(lib_legacy_SRCS) \
53                                 $(lib_management_SRCS) \
54                                 $(lib_v11_SRCS)
55
56 lib_HDRS                        =  lib/vserver.h
57
58 lib_XHDRS                       =  lib/syscall-compat.hc \
59                                    lib/syscall-legacy.hc \
60                                    lib/syscall_rlimit-v11.hc \
61                                    lib/syscall_kill-v11.hc \
62                                    lib/getctx-compat.hc \
63                                    lib/getctx-legacy.hc \
64                                    lib/getinitpid-compat.hc \
65                                    lib/getinitpid-legacy.hc \
66                                    lib/getversion-internal.hc \
67                                    lib/safechroot-internal.hc \
68                                    lib/ext2fs.h \
69                                    lib/fmt.h \
70                                    lib/fmt.hc \
71                                    lib/fmtx.hc \
72                                    lib/fmt-internal.h \
73                                    lib/virtual.h \
74                                    lib/internal.h \
75                                    lib/utils-legacy.h \
76                                    lib/vserver-internal.h
77
78 #lib_lib_LIBS                   =  lib/libvserver.a lib/libvserver-pic.a
79 lib_lib_LIBS                    =
80 lib_lib_LTLIBS                  =  lib/libvserver.la
81
82 #lib_libvserver_la_SOURCES      =  $(lib_SRCS)
83 #lib_libvserver_a_SOURCES       =  $(lib_SRCS)
84 #lib_libvserver_a_CPPFLAGS      =  $(AM_CPPFLAGS) $(LIB_DEBUG_CPPFLAGS) -I$(kernelincludedir) -D_REENTRANT -D_GNU_SOURCE
85 # _REENTRANT is needed for dietlibc to use __error_location
86
87 #lib_libvserver_pic_a_SOURCES   =  $(lib_SRCS)
88 #lib_libvserver_pic_a_CPPFLAGS  =  $(lib_libvserver_a_CPPFLAGS) -fPIC
89
90 lib_libvserver_la_SOURCES =     $(lib_SRCS)
91 lib_libvserver_la_CPPFLAGS =    $(AM_CPPFLAGS) $(LIB_DEBUG_CPPFLAGS) -I$(kernelincludedir) -D_REENTRANT -D_GNU_SOURCE
92 lib_libvserver_la_LDFLAGS =     -version $(lib_VERSION)
93
94 lib_DIETPROGS =                 lib/lib_libvserver_la-% \
95                                 lib/lib_libvserver_a-% \
96                                 lib/lib_libvserver_pic_a-%