98e5f6d2a1ad5d8295046d93c9bd75c21152d48c
[util-vserver.git] / util-vserver / ensc_vector / Makefile-files
1 ## $Id$         --*- makefile -*--
2
3 ## Copyright (C) 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; version 2 of the License.
8 ##  
9 ## This program is distributed in the hope that it will be useful,
10 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
11 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12 ## GNU General Public License for more details.
13 ##  
14 ## You should have received a copy of the GNU General Public License
15 ## along with this program; if not, write to the Free Software
16 ## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
17
18 ENSC_VECTOR_SRCS =              ensc_vector/vector-clear.c \
19                                 ensc_vector/vector-free.c \
20                                 ensc_vector/vector-init.c \
21                                 ensc_vector/vector-insert.c \
22                                 ensc_vector/vector-internal.h \
23                                 ensc_vector/vector-popback.c \
24                                 ensc_vector/vector-pushback.c \
25                                 ensc_vector/vector-resize.c \
26                                 ensc_vector/vector-resizeinternal.hc \
27                                 ensc_vector/vector-search.c \
28                                 ensc_vector/vector-searchselforg.c \
29                                 ensc_vector/vector-sort.c \
30                                 ensc_vector/vector-unique.c \
31                                 ensc_vector/vector-zeroend.c \
32                                 ensc_vector/list-at.c \
33                                 ensc_vector/list-add.c \
34                                 ensc_vector/list-free.c \
35                                 ensc_vector/list-init.c \
36                                 ensc_vector/list-insertinternal.c \
37                                 ensc_vector/list-internal.h \
38                                 ensc_vector/list-search.c \
39                                 ensc_vector/list-searchselforg.c
40
41 ENSC_VECTOR_HDRS =              ensc_vector/vector.h \
42                                 ensc_vector/vector.hc \
43                                 ensc_vector/list.h \
44                                 ensc_vector/list.hc
45
46 ENSC_VECTOR_LIBS =              libensc_vector.a
47 libensc_vector_a_SOURCES =      $(ENSC_VECTOR_SRCS)
48
49 include $(srcdir)/ensc_vector/testsuite/Makefile-files