added int2str.c
[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
22
23 PKGCONFIG_FILES                 =  lib/util-vserver
24
25 lib_SRCS                        =  lib/syscall.c \
26                                    lib/checkversion.c \
27                                    lib/getctx.c \
28                                    lib/getinitpid.c \
29                                    lib/getversion.c \
30                                    lib/uint2str.c \
31                                    lib/int2str.c \
32                                    $(lib_legacy_SRCS)
33
34 lib_HDRS                        =  lib/vserver.h
35
36 lib_XHDRS                       =  lib/syscall-compat.hc \
37                                    lib/syscall-legacy.hc \
38                                    lib/getctx-compat.hc \
39                                    lib/getctx-legacy.hc \
40                                    lib/getinitpid-compat.hc \
41                                    lib/getinitpid-legacy.hc \
42                                    lib/getversion-internal.hc \
43                                    lib/safechroot-internal.hc \
44                                    lib/virtual.h \
45                                    lib/internal.h \
46                                    lib/utils-legacy.h \
47                                    lib/vserver-internal.h
48
49 lib_lib_LIBS                    =  lib/libvserver.a
50
51 lib_libvserver_a_SOURCES        =  $(lib_SRCS)
52 lib_libvserver_a_CPPFLAGS       =  -I$(kernelincludedir) -D_REENTRANT -D_GNU_SOURCE
53 # _REENTRANT is needed for dietlibc to use __error_location
54
55 if USE_DIETLIBC
56 lib/%$(EXEEXT) lib/%$(OBJEXT):  CC=$(DIET_CC)
57 endif