## $Id$ -*- makefile -*- ## Copyright (C) 2003,2004 Enrico Scholz ## ## 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. ## noinst_LIBRARIES += lib_internal/libinternal.a noinst_HEADERS += \ lib_internal/coreassert.h \ lib_internal/jail.h \ lib_internal/matchlist.h \ lib_internal/pathinfo.h \ lib_internal/string.h \ lib_internal/unify.h \ lib_internal/util.h \ lib_internal/util-cast.h \ lib_internal/util-commonstrings.h \ lib_internal/util-debug.h \ lib_internal/util-declarecmd.h \ lib_internal/util-dimof.h \ lib_internal/util-dotfile.h \ lib_internal/util-exitlikeprocess.h \ lib_internal/util-io.h \ lib_internal/util-mem.h \ lib_internal/util-perror.h \ lib_internal/util-safechdir.h \ lib_internal/util-unixsock.h \ lib_internal/string.hc lib_internal_libinternal_a_SOURCES = \ lib_internal/jailintotempdir.c \ 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/switchtowatchxid.c \ lib_internal/unify-copy.c \ lib_internal/unify-deunify.c \ lib_internal/unify-settime.c \ lib_internal/unify-unify.c \ lib_internal/util-exitlikeprocess.c \ lib_internal/util-safechdir.c DIETPROGS += lib_internal/libinternal.a