added switchtowatchxid.c
[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-popback.c \
23                                 ensc_vector/vector-pushback.c \
24                                 ensc_vector/vector-resize.c \
25                                 ensc_vector/vector-search.c \
26                                 ensc_vector/vector-sort.c \
27                                 ensc_vector/vector-unique.c
28
29 ENSC_VECTOR_HDRS =              ensc_vector/vector.h \
30                                 ensc_vector/vector.hc
31
32 noinst_HEADERS +=               ensc_vector/vector-resizeinternal.hc \
33                                 ensc_vector/vector-internal.h
34
35 ENSC_VECTOR_LIBS =              libensc_vector.a
36 libensc_vector_a_SOURCES =      $(ENSC_VECTOR_SRCS)
37
38 include $(srcdir)/ensc_vector/testsuite/Makefile-files