X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcutil%2FMakefile.ad;h=2d565d815a253e84f22cd896ecd28565cb381c63;hb=6643cc5ddd6c1835acffed13ffdf83c41078f8d0;hp=76c73df80dafbe7b174dd7168866ff13ad87c8b1;hpb=ebfae3bbce6fed0dece516307f537ce5e270e7e0;p=runtime.git diff --git a/lib/silcutil/Makefile.ad b/lib/silcutil/Makefile.ad index 76c73df8..2d565d81 100644 --- a/lib/silcutil/Makefile.ad +++ b/lib/silcutil/Makefile.ad @@ -3,7 +3,7 @@ # # Author: Pekka Riikonen # -# Copyright (C) 2000 - 2005 Pekka Riikonen +# Copyright (C) 2000 - 2008 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 @@ -20,27 +20,17 @@ AUTOMAKE_OPTIONS = 1.0 no-dependencies foreign if SILC_WIN32 SUBDIRS=win32 else -if SILC_EPOC -SUBDIRS=epoc +if SILC_SYMBIAN +SUBDIRS=symbian else -if SILC_BEOS -SUBDIRS=beos -else -if SILC_OS2 -SUBDIRS=os2 -else -SUBDIRS=unix -endif -endif +SUBDIRS=unix tests endif endif -DIST_SUBDIRS=win32 epoc beos os2 unix +DIST_SUBDIRS=win32 symbian unix tests -#ifdef SILC_DIST_TOOLKIT SILC_DIST_SOURCE = stacktrace.c SILC_DIST_HEADER = stacktrace.h -#endif SILC_DIST_TOOLKIT noinst_LTLIBRARIES = libsilcutil.la @@ -58,16 +48,30 @@ libsilcutil_la_SOURCES = \ silchashtable.c \ silcutf8.c \ silcstringprep.c \ - silcstream.c \ silcfdstream.c \ silcsocketstream.c \ silcfsm.c \ silcasync.c \ silctime.c \ + silctimer.c \ silcmime.c \ - silcstack.c + silcstack.c \ + silcsnprintf.c \ + silcthread.c \ + silcdll.c \ + silcenv.c \ + silcbase64.c \ + silcbitops.c \ + silcerrno.c \ + silcgetopt.c \ + silcregex.c \ + silcthreadqueue.c \ + silcrand.c \ + silcglobal.c \ + silcbufferstream.c \ + silclocalnetstream.c \ + silcxml.c -#ifdef SILC_DIST_TOOLKIT include_HEADERS = \ $(SILC_DIST_HEADER) \ silcbuffer.h \ @@ -78,10 +82,14 @@ include_HEADERS = \ 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 \ @@ -93,17 +101,36 @@ include_HEADERS = \ 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 + silcstack_i.h \ + silcsnprintf.h \ + silcdll.h \ + silcenv.h \ + silcbase64.h \ + silcbitops.h \ + silcerrno.h \ + silcgetopt.h \ + silcregex.h \ + silcthreadqueue.h \ + silcrand.h \ + silcglobal.h \ + silcruntime.h \ + silcdir.h \ + silcbufferstream.h \ + silclocalnetstream.h \ + silcxml.h -SILC_EXTRA_DIST = tests -#endif SILC_DIST_TOOLKIT +SILC_EXTRA_DIST = EXTRA_DIST = *.h $(SILC_EXTRA_DIST)