added unify* and util-* files
[util-vserver.git] / util-vserver / lib_internal / Makefile-files
1 ## $Id$  -*- makefile -*-
2
3 ## Copyright (C) 2003,2004 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_internal_LIBS =                     lib_internal/libinternal.a
21
22 lib_internal_libinternal_a_XHDRS =      lib_internal/matchlist.h \
23                                         lib_internal/pathinfo.h \
24                                         lib_internal/string.h \
25                                         lib_internal/unify.h \
26                                         lib_internal/util-dotfile.h \
27                                         lib_internal/util-io.h \
28                                         lib_internal/util-mem.h \
29                                         lib_internal/util-safechdir.h \
30                                         lib_internal/string.hc
31
32 lib_internal_libinternal_a_SOURCES =    lib_internal/matchlist-appendfiles.c \
33                                         lib_internal/matchlist-compare.c \
34                                         lib_internal/matchlist-destroy.c \
35                                         lib_internal/matchlist-init.c \
36                                         lib_internal/matchlist-initbyvserver.c \
37                                         lib_internal/matchlist-initmanually.c \
38                                         lib_internal/matchlist-initrefserverlist.c \
39                                         lib_internal/matchlist-printid.c \
40                                         lib_internal/pathinfo-append.c \
41                                         lib_internal/pathinfo-test.c \
42                                         lib_internal/string-destroy.c \
43                                         lib_internal/unify-copy.c \
44                                         lib_internal/unify-deunify.c \
45                                         lib_internal/unify-settime.c \
46                                         lib_internal/unify-unify.c \
47                                         lib_internal/util-safechdir.c
48
49 lib_internal_DIETPROGS =                $(lib_internal_LIBS)