# Automatically generated by Autodist 1.3 from Makefile.ad. Do not edit. # To make changes edit the ./lib/silcutil/Makefile.ad file in the source tree. # Source: ./lib/silcutil/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 if SILC_WIN32 SUBDIRS=win32 else if SILC_EPOC SUBDIRS=epoc else if SILC_BEOS SUBDIRS=beos else if SILC_OS2 SUBDIRS=os2 else SUBDIRS=unix endif endif endif endif DIST_SUBDIRS=win32 epoc beos os2 unix SILC_DIST_SOURCE = stacktrace.c SILC_DIST_HEADER = stacktrace.h noinst_LTLIBRARIES = libsilcutil.la libsilcutil_la_SOURCES = $(SILC_DIST_SOURCE) silcbuffmt.c silcconfig.c silclog.c silcmemory.c silcnet.c silcschedule.c silcfileutil.c silcstrutil.c silcutil.c silchashtable.c silcsockconn.c silcprotocol.c silcvcard.c silcapputil.c silcmime.c silcutf8.c silcstringprep.c include_HEADERS = $(SILC_DIST_HEADER) silcbuffer.h silcbuffmt.h silcconfig.h silchashtable.h silclog.h silclog_i.h silcmemory.h silcmutex.h silcnet.h silcschedule.h silcsockconn.h silcprotocol.h silcthread.h silclist.h silcdlist.h silcfileutil.h silcutil.h silcstrutil.h silcvcard.h silcapputil.h silcmime.h silcutf8.h silcstringprep.h silctypes.h SILC_EXTRA_DIST = tests EXTRA_DIST = *.h $(SILC_EXTRA_DIST) include $(top_srcdir)/Makefile.defines.in