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