added *vhiname* 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/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 lib_v13_SRCS =                  lib/syscall_getiattr.c \
33                                 lib/syscall_setiattr.c \
34                                 lib/syscall_gettaskxid.c \
35                                 lib/syscall_getvxinfo.c
36 lib_fscompat_SRCS =             lib/fscompat_setiattr.c \
37                                 lib/fscompat_getiattr.c
38 lib_uts_SRCS =                  lib/syscall_getvhiname.c \
39                                 lib/syscall_setvhiname.c
40
41 PKGCONFIG_FILES =               lib/util-vserver
42
43 lib_SRCS =                      lib/syscall.c \
44                                 lib/checkversion.c \
45                                 lib/isdirectory.c \
46                                 lib/getversion.c \
47                                 lib/fmt-32.c \
48                                 lib/fmt-64.c \
49                                 lib/fmtx-32.c \
50                                 lib/fmtx-64.c \
51                                 lib/capabilities.c \
52                                 $(lib_legacy_SRCS) \
53                                 $(lib_management_SRCS) \
54                                 $(lib_v11_SRCS) \
55                                 $(lib_v13_SRCS) \
56                                 $(lib_fscompat_SRCS) \
57                                 $(lib_uts_SRCS)
58
59 lib_HDRS =                      lib/vserver.h
60
61 lib_XHDRS =                     lib/syscall-compat.hc \
62                                 lib/syscall-legacy.hc \
63                                 lib/syscall_rlimit-v11.hc \
64                                 lib/syscall_kill-v11.hc \
65                                 lib/syscall_getiattr-v13.hc \
66                                 lib/syscall_setiattr-v13.hc \
67                                 lib/syscall_gettaskxid-v13.hc \
68                                 lib/syscall_gettaskxid-oldproc.hc \
69                                 lib/syscall_getvxinfo-v13.hc \
70                                 lib/syscall_getvxinfo-oldproc.hc \
71                                 lib/syscall_getvhiname-v13.hc \
72                                 lib/syscall_getvhiname-olduts.hc \
73                                 lib/syscall_setvhiname-v13.hc \
74                                 lib/syscall_setvhiname-olduts.hc \
75                                 lib/fscompat_setiattr-v13.hc \
76                                 lib/fscompat_setiattr-fscompat.hc \
77                                 lib/fscompat_getiattr-v13.hc \
78                                 lib/fscompat_getiattr-fscompat.hc \
79                                 lib/getversion-internal.hc \
80                                 lib/safechroot-internal.hc \
81                                 lib/ioctl-getext2flags.hc \
82                                 lib/ioctl-getfilecontext.hc \
83                                 lib/ioctl-setext2flags.hc \
84                                 lib/ioctl-setfilecontext.hc \
85                                 lib/ioctl-getxflg.hc \
86                                 lib/ioctl-setxflg.hc \
87                                 lib/ext2fs.h \
88                                 lib/fmt.h \
89                                 lib/fmt.hc \
90                                 lib/fmtx.hc \
91                                 lib/fmt-internal.h \
92                                 lib/virtual.h \
93                                 lib/internal.h \
94                                 lib/utils-legacy.h \
95                                 lib/vserver-internal.h
96
97 #lib_lib_LIBS                   =  lib/libvserver.a lib/libvserver-pic.a
98 lib_lib_LIBS                    =
99 lib_lib_LTLIBS                  =  lib/libvserver.la
100
101 #lib_libvserver_la_SOURCES      =  $(lib_SRCS)
102 #lib_libvserver_a_SOURCES       =  $(lib_SRCS)
103 #lib_libvserver_a_CPPFLAGS      =  $(AM_CPPFLAGS) $(LIB_DEBUG_CPPFLAGS) -I$(kernelincludedir) -D_REENTRANT -D_GNU_SOURCE
104 # _REENTRANT is needed for dietlibc to use __error_location
105
106 #lib_libvserver_pic_a_SOURCES   =  $(lib_SRCS)
107 #lib_libvserver_pic_a_CPPFLAGS  =  $(lib_libvserver_a_CPPFLAGS) -fPIC
108
109 lib_libvserver_la_SOURCES =     $(lib_SRCS)
110 lib_libvserver_la_CPPFLAGS =    $(AM_CPPFLAGS) $(LIB_DEBUG_CPPFLAGS) -I$(kernelincludedir) -D_REENTRANT -D_GNU_SOURCE
111 lib_libvserver_la_LDFLAGS =     -version $(lib_VERSION)
112
113 lib_DIETPROGS =                 lib/lib_libvserver_la-% \
114                                 lib/lib_libvserver_a-% \
115                                 lib/lib_libvserver_pic_a-%