H51806 s 00001/00001/00045 d D 1.4 03/10/19 13:10:47 bart 5 4 c don't try to build the config dir if it's already there cC cK58622 e s 00003/00001/00043 d D 1.3 03/10/19 12:43:23 bart 4 3 c removing { config.guess config.sub config.log config.h } as part of distclean cK58433 e s 00018/00000/00026 d D 1.2 03/04/25 21:44:54 bart 3 2 c added a copyright header cC cK45932 cZ-04:00 e s 00026/00000/00000 d D 1.1 01/11/29 21:21:34 bart 2 1 cC cF1 cK38421 cO-rw-rw-r-- e s 00000/00000/00000 d D 1.0 01/11/29 21:21:34 bart 1 0 c BitKeeper file /home/1/bart/work/utils/x/elfpgp/elfpgp/Makefile.am cBbart@jukie.net|ChangeSet|20011130021302|54377|bfaccbfb3df32b6b cHjukie.net cK07371 cPelfpgp/Makefile.am cR5cbb555f3975d6f3 cV4 cX0x921 cZ-05:00 e u U f e 0 f x 0x921 t T I 3 # Copyright (C) 2001-2003 Bart Trojanowski # # This file is a part of the elfsign utility # # 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 of the License, 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. E 3 I 2 I 3 #ident "%Z%%M% %I% %E% Bart Trojanowski " E 3 AUX_DIST = $(ac_aux_dir)/install-sh \ $(ac_aux_dir)/missing \ $(ac_aux_dir)/mkinstalldirs AUX_DIST_EXTRA = EXTRA_DIST = autogen.sh #AUTOMAKE_OPTIONS = foreign SUBDIRS = src MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure config-h.in \ stamp-h.in $(AUX_DIST) ACLOCAL = aclocal -I $(ac_aux_dir) dist-hook: D 5 (cd $(distdir) && mkdir $(ac_aux_dir)) E 5 I 5 (cd $(distdir) && mkdir -p $(ac_aux_dir)) E 5 for file in $(AUX_DIST) $(AUX_DIST_EXTRA); do \ cp $$file $(distdir)/$$file; \ done D 4 E 4 I 4 # don't propagate autoconf generated files to source distribution. distclean-local: -rm -f config.guess config.sub config.log config.h E 4 E 2 I 1 E 1