Created SILC Crypto Toolkit git repository.
[crypto.git] / lib / silcutil / Makefile.ad
diff --git a/lib/silcutil/Makefile.ad b/lib/silcutil/Makefile.ad
deleted file mode 100644 (file)
index 8e86f36..0000000
+++ /dev/null
@@ -1,138 +0,0 @@
-#
-#  Makefile.ad
-#
-#  Author: Pekka Riikonen <priikone@silcnet.org>
-#
-#  Copyright (C) 2000 - 2007 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
-
-#ifdef SILC_DIST_TOOLKIT
-DIST_SUBDIRS=win32 symbian unix
-#else !SILC_DIST_TOOLKIT
-#ifdef SILC_DIST_CLIENT
-DIST_SUBDIRS=win32 unix
-#else !SILC_DIST_CLIENT
-#ifdef SILC_DIST_SERVER
-DIST_SUBDIRS=unix
-#endif SILC_DIST_SERVER
-#endif SILC_DIST_CLIENT
-#endif SILC_DIST_TOOLKIT
-
-#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      \
-       silctimer.c     \
-       silcmime.c      \
-       silcstack.c     \
-       silcsnprintf.c  \
-       silcthread.c    \
-       silcdll.c       \
-       silcenv.c       \
-       silcbase64.c    \
-       silcbitops.c    \
-       silcerrno.c     \
-       silcgetopt.c    \
-       silcregex.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     \
-       silcatomic.h    \
-       silccond.h      \
-       silcnet.h       \
-       silcnet_i.h     \
-       silcschedule.h  \
-       silcschedule_i.h \
-       silcthread.h    \
-       silcthread_i.h  \
-       silclist.h      \
-       silcdlist.h     \
-       silcfileutil.h  \
-       silcutil.h      \
-       silcstrutil.h   \
-       silcutf8.h      \
-       silcstringprep.h \
-       silctypes.h     \
-       silcstream.h    \
-       silcfdstream.h \
-       silcsocketstream.h \
-       silcsocketstream_i.h \
-       silcfsm.h       \
-       silcfsm_i.h     \
-       silctime.h      \
-       silctimer.h     \
-       silctimer_i.h   \
-       silcmime.h      \
-       silcmime_i.h    \
-       silcasync.h     \
-       silcasync_i.h   \
-       silcstack.h     \
-       silcstack_i.h   \
-       silcsnprintf.h  \
-       silcdll.h       \
-       silcenv.h       \
-       silcbase64.h    \
-       silcbitops.h    \
-       silcerrno.h     \
-       silcgetopt.h    \
-       silcregex.h
-
-SILC_EXTRA_DIST = tests
-#endif SILC_DIST_TOOLKIT
-
-EXTRA_DIST = *.h $(SILC_EXTRA_DIST)
-
-include $(top_srcdir)/Makefile.defines.in