vc_getVserverByCtx(), vc_getVserverCtx(): added
[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_legacy_SRCS                 =  lib/getprocentry-legacy.c
21 lib_management_SRCS             =  lib/getvservername.c \
22                                    lib/getvservercfgstyle.c \
23                                    lib/getvservervdir.c
24 lib_v11_SRCS                    =  lib/syscall_rlimit.c
25
26 PKGCONFIG_FILES                 =  lib/util-vserver
27
28 lib_SRCS                        =  lib/syscall.c \
29                                    lib/checkversion.c \
30                                    lib/getctx.c \
31                                    lib/getinitpid.c \
32                                    lib/getversion.c \
33                                    lib/fmt-32.c \
34                                    lib/fmt-64.c \
35                                    lib/capabilities.c \
36                                    $(lib_legacy_SRCS) \
37                                    $(lib_management_SRCS) \
38                                    $(lib_v11_SRCS)
39
40 lib_HDRS                        =  lib/vserver.h
41
42 lib_XHDRS                       =  lib/syscall-compat.hc \
43                                    lib/syscall-legacy.hc \
44                                    lib/syscall_rlimit-v11.hc \
45                                    lib/getctx-compat.hc \
46                                    lib/getctx-legacy.hc \
47                                    lib/getinitpid-compat.hc \
48                                    lib/getinitpid-legacy.hc \
49                                    lib/getversion-internal.hc \
50                                    lib/safechroot-internal.hc \
51                                    lib/fmt.hc \
52                                    lib/fmt.h \
53                                    lib/virtual.h \
54                                    lib/internal.h \
55                                    lib/utils-legacy.h \
56                                    lib/vserver-internal.h
57
58 lib_lib_LIBS                    =  lib/libvserver.a
59 lib_lib_LTLIBS                  =  lib/libvserver.la
60
61 #lib_libvserver_la_SOURCES      =  $(lib_SRCS)
62 lib_libvserver_a_SOURCES        =  $(lib_SRCS)
63 lib_libvserver_a_CPPFLAGS       =  $(AM_CPPFLAGS) $(LIB_DEBUG_CPPFLAGS) -I$(kernelincludedir) -D_REENTRANT -D_GNU_SOURCE
64 # _REENTRANT is needed for dietlibc to use __error_location
65
66 if USE_DIETLIBC
67 lib/lib_libvserver_a-%$(EXEEXT) lib/lib_libvserver_a-%$(OBJEXT)         \
68 lib/libvserver.a \
69                         :       CC=$(DIET_CC)
70 endif