# Automatically generated by Autodist 1.3 from Makefile.ad. Do not edit. # To make changes edit the ./Makefile.ad file in the source tree. # Source: ./Makefile.ad # Generated: Mon Dec 19 14:00:29 EET 2005 by priikone # Distribution: Toolkit # License: distdir/TOOLKIT # # Makefile.ad # # Author: Pekka Riikonen # # Copyright (C) 2000 - 2005 Pekka Riikonen # # The contents of this file are subject to one of the Licenses specified # in the COPYING file; You may not use this file except in compliance # with the License. # # The software distributed under the License is distributed on an "AS IS" # basis, in the hope that it will be useful, but WITHOUT WARRANTY OF ANY # KIND, either expressed or implied. See the COPYING file for more # information. # AUTOMAKE_OPTIONS = 1.0 no-dependencies foreign SUBDIRS = @LIBSUBDIR@ apps win32 includes doc EXTRA_DIST = silcdefs.h.in libtoolfix CHANGES CREDITS if with_irssi install-dirs-client: -mkdir -p $(etcdir) -mkdir -p $(helpdir) -mkdir -p $(mandir)/man1 doc-install-client: $(INSTALL_DATA) $(srcdir)/apps/irssi/silc.conf $(docdir)/example_silc.conf -@if test -f $(srcdir)/doc/silc.1 ; then $(INSTALL_DATA) $(srcdir)/doc/silc.1 $(mandir)/man1; fi etc-install-client: -@if test '!' -d $(srcdir)/apps/irssi ; then if test '!' -f $(etcdir)/silc.conf ; then $(INSTALL_DATA) $(srcdir)/apps/irssi/silc.conf $(etcdir)/silc.conf; fi; fi install-data-hook: install-dirs-client doc-install-client etc-install-client endif include $(top_srcdir)/Makefile.defines.in