## $Id: Makefile-files,v 1.2 2004/02/18 04:47:50 ensc Exp $  -*- makefile -*-

## Copyright (C) 2003,2004 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
##  
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; either version 2, or (at your option)
## any later version.
##  
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
## GNU General Public License for more details.
##  
## You should have received a copy of the GNU General Public License
## along with this program; if not, write to the Free Software
## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
##  

lib_internal_LIBS =			lib_internal/libinternal.a

lib_internal_libinternal_a_XHDRS =	lib_internal/matchlist.h \
					lib_internal/pathinfo.h \
					lib_internal/string.h \
					lib_internal/unify.h \
					lib_internal/util-dotfile.h \
					lib_internal/util-io.h \
					lib_internal/util-mem.h \
					lib_internal/util-safechdir.h \
					lib_internal/string.hc

lib_internal_libinternal_a_SOURCES =	lib_internal/matchlist-appendfiles.c \
					lib_internal/matchlist-compare.c \
					lib_internal/matchlist-destroy.c \
					lib_internal/matchlist-init.c \
					lib_internal/matchlist-initbyvserver.c \
					lib_internal/matchlist-initmanually.c \
					lib_internal/matchlist-initrefserverlist.c \
					lib_internal/matchlist-printid.c \
					lib_internal/pathinfo-append.c \
					lib_internal/pathinfo-test.c \
					lib_internal/string-destroy.c \
					lib_internal/unify-copy.c \
					lib_internal/unify-deunify.c \
					lib_internal/unify-settime.c \
					lib_internal/unify-unify.c \
					lib_internal/util-safechdir.c

lib_internal_DIETPROGS =		$(lib_internal_LIBS)
