# # Makefile.ad # # Author: Pekka Riikonen # # Copyright (C) 2000 - 2006 Pekka Riikonen # # 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; version 2 of the License. # # 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. # AUTOMAKE_OPTIONS = 1.0 no-dependencies foreign if SILC_WIN32 SUBDIRS=win32 else if SILC_SYMBIAN SUBDIRS=symbian else SUBDIRS=unix endif endif DIST_SUBDIRS=win32 symbian unix #ifdef SILC_DIST_TOOLKIT SILC_DIST_SOURCE = stacktrace.c SILC_DIST_HEADER = stacktrace.h #endif SILC_DIST_TOOLKIT 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 \ silcutf8.c \ silcstringprep.c \ silcstream.c \ silcfdstream.c \ silcsocketstream.c \ silcfsm.c \ silcasync.c \ silctime.c \ silcmime.c \ silcstack.c #ifdef SILC_DIST_TOOLKIT 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 \ silcschedule_i.h \ silcthread.h \ silclist.h \ silcdlist.h \ silcfileutil.h \ silcutil.h \ silcstrutil.h \ silcutf8.h \ silcstringprep.h \ silctypes.h \ silcstream.h \ silcfdstream.h \ silcsocketstream.h \ silcfsm.h \ silcfsm_i.h \ silctime.h \ silcmime.h \ silcasync.h \ silcasync_i.h \ silcstack.h \ silcstack_i.h SILC_EXTRA_DIST = tests #endif SILC_DIST_TOOLKIT EXTRA_DIST = *.h $(SILC_EXTRA_DIST) include $(top_srcdir)/Makefile.defines.in