Codebase list hyena / c4dacba
Imported Upstream version 0.2 Chow Loong Jin 14 years ago
10 changed file(s) with 140 addition(s) and 55 deletion(s). Raw diff Collapse all Expand all
0 # Makefile.in generated by automake 1.10.1 from Makefile.am.
0 # Makefile.in generated by automake 1.10.2 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
3333 $(srcdir)/Makefile.in $(top_srcdir)/configure COPYING NEWS \
3434 install-sh missing
3535 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
36 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
36 am__aclocal_m4_deps = $(top_srcdir)/expansions.m4 \
37 $(top_srcdir)/configure.ac
3738 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
3839 $(ACLOCAL_M4)
3940 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
120121 docdir = @docdir@
121122 dvidir = @dvidir@
122123 exec_prefix = @exec_prefix@
124 expanded_bindir = @expanded_bindir@
125 expanded_datadir = @expanded_datadir@
126 expanded_libdir = @expanded_libdir@
123127 host_alias = @host_alias@
124128 htmldir = @htmldir@
125129 includedir = @includedir@
265269 unique=`for i in $$list; do \
266270 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
267271 done | \
268 $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
272 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
269273 END { if (nonempty) { for (i in files) print i; }; }'`; \
270274 mkid -fID $$unique
271275 tags: TAGS
0 ==========================
1 Version 0.2 - Sept 9, 2009
2 ==========================
3
4 Contributors:
5 Romain Tartière
6
7 Bugs Fixed:
8 * Build fix for *bsd
9 * Fix dll mappings for *bsd
10
011 ==========================
112 Version 0.1 - Aug 18, 2009
213 ==========================
0 # generated automatically by aclocal 1.10.1 -*- Autoconf -*-
0 # generated automatically by aclocal 1.10.2 -*- Autoconf -*-
11
22 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
33 # 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1212
1313 m4_ifndef([AC_AUTOCONF_VERSION],
1414 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
15 m4_if(AC_AUTOCONF_VERSION, [2.63],,
15 m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.63],,
1616 [m4_warning([this file was generated for autoconf 2.63.
1717 You have another version of autoconf. It may work, but is not guaranteed to.
1818 If you have problems, you may need to regenerate the build system entirely.
174174 fi[]dnl
175175 ])# PKG_CHECK_MODULES
176176
177 # Copyright (C) 2002, 2003, 2005, 2006, 2007 Free Software Foundation, Inc.
177 # Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
178178 #
179179 # This file is free software; the Free Software Foundation
180180 # gives unlimited permission to copy and/or distribute it,
189189 [am__api_version='1.10'
190190 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
191191 dnl require some minimum version. Point them to the right macro.
192 m4_if([$1], [1.10.1], [],
192 m4_if([$1], [1.10.2], [],
193193 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
194194 ])
195195
203203 # AM_SET_CURRENT_AUTOMAKE_VERSION
204204 # -------------------------------
205205 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
206 # This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
206 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
207207 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
208 [AM_AUTOMAKE_VERSION([1.10.1])dnl
208 [AM_AUTOMAKE_VERSION([1.10.2])dnl
209209 m4_ifndef([AC_AUTOCONF_VERSION],
210210 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
211 _AM_AUTOCONF_VERSION(AC_AUTOCONF_VERSION)])
211 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
212212
213213 # AM_AUX_DIR_EXPAND -*- Autoconf -*-
214214
552552
553553 # Helper functions for option handling. -*- Autoconf -*-
554554
555 # Copyright (C) 2001, 2002, 2003, 2005 Free Software Foundation, Inc.
556 #
557 # This file is free software; the Free Software Foundation
558 # gives unlimited permission to copy and/or distribute it,
559 # with or without modifications, as long as this notice is preserved.
560
561 # serial 3
555 # Copyright (C) 2001, 2002, 2003, 2005, 2008 Free Software Foundation, Inc.
556 #
557 # This file is free software; the Free Software Foundation
558 # gives unlimited permission to copy and/or distribute it,
559 # with or without modifications, as long as this notice is preserved.
560
561 # serial 4
562562
563563 # _AM_MANGLE_OPTION(NAME)
564564 # -----------------------
575575 # ----------------------------------
576576 # OPTIONS is a space-separated list of Automake options.
577577 AC_DEFUN([_AM_SET_OPTIONS],
578 [AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
578 [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
579579
580580 # _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
581581 # -------------------------------------------
00 #! /bin/sh
11 # Guess values for system-dependent variables and create Makefiles.
2 # Generated by GNU Autoconf 2.63 for hyena 0.1.
2 # Generated by GNU Autoconf 2.63 for hyena 0.2.
33 #
44 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
55 # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
593593 # Identity of this package.
594594 PACKAGE_NAME='hyena'
595595 PACKAGE_TARNAME='hyena'
596 PACKAGE_VERSION='0.1'
597 PACKAGE_STRING='hyena 0.1'
596 PACKAGE_VERSION='0.2'
597 PACKAGE_STRING='hyena 0.2'
598598 PACKAGE_BUGREPORT=''
599599
600600 ac_subst_vars='LTLIBOBJS
610610 ENABLE_DEBUG_FALSE
611611 ENABLE_DEBUG_TRUE
612612 MCS
613 expanded_datadir
614 expanded_bindir
615 expanded_libdir
613616 PKG_CONFIG
614617 MAINT
615618 MAINTAINER_MODE_FALSE
12421245 # Omit some internal or obsolete options to make the list less imposing.
12431246 # This message is too long to be a string in the A/UX 3.1 sh.
12441247 cat <<_ACEOF
1245 \`configure' configures hyena 0.1 to adapt to many kinds of systems.
1248 \`configure' configures hyena 0.2 to adapt to many kinds of systems.
12461249
12471250 Usage: $0 [OPTION]... [VAR=VALUE]...
12481251
13081311
13091312 if test -n "$ac_init_help"; then
13101313 case $ac_init_help in
1311 short | recursive ) echo "Configuration of hyena 0.1:";;
1314 short | recursive ) echo "Configuration of hyena 0.2:";;
13121315 esac
13131316 cat <<\_ACEOF
13141317
13981401 test -n "$ac_init_help" && exit $ac_status
13991402 if $ac_init_version; then
14001403 cat <<\_ACEOF
1401 hyena configure 0.1
1404 hyena configure 0.2
14021405 generated by GNU Autoconf 2.63
14031406
14041407 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
14121415 This file contains any messages produced by compilers while
14131416 running configure, to aid debugging if configure makes a mistake.
14141417
1415 It was created by hyena $as_me 0.1, which was
1418 It was created by hyena $as_me 0.2, which was
14161419 generated by GNU Autoconf 2.63. Invocation command line was
14171420
14181421 $ $0 $@
21282131
21292132 # Define the identity of the package.
21302133 PACKAGE='hyena'
2131 VERSION='0.1'
2134 VERSION='0.2'
21322135
21332136
21342137 cat >>confdefs.h <<_ACEOF
24212424 { (exit 1); exit 1; }; }
24222425 fi
24232426
2424 SHAMROCK_EXPAND_LIBDIR
2425 SHAMROCK_EXPAND_BINDIR
2426 SHAMROCK_EXPAND_DATADIR
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436 expanded_libdir=`(
2437 case $prefix in
2438 NONE) prefix=$ac_default_prefix ;;
2439 *) ;;
2440 esac
2441 case $exec_prefix in
2442 NONE) exec_prefix=$prefix ;;
2443 *) ;;
2444 esac
2445 eval echo $libdir
2446 )`
2447
2448
2449
2450 expanded_bindir=`(
2451 case $prefix in
2452 NONE) prefix=$ac_default_prefix ;;
2453 *) ;;
2454 esac
2455 case $exec_prefix in
2456 NONE) exec_prefix=$prefix ;;
2457 *) ;;
2458 esac
2459 eval echo $bindir
2460 )`
2461
2462
2463
2464 case $prefix in
2465 NONE) prefix=$ac_default_prefix ;;
2466 *) ;;
2467 esac
2468
2469 case $exec_prefix in
2470 NONE) exec_prefix=$prefix ;;
2471 *) ;;
2472 esac
2473
2474 expanded_datadir=`(eval echo $datadir)`
2475 expanded_datadir=`(eval echo $expanded_datadir)`
2476
2477
2478
24272479
24282480 # Find a good install program. We prefer a C program (faster),
24292481 # so one script is as good as another. But avoid the broken or
34643516 # report actual input values of CONFIG_FILES etc. instead of their
34653517 # values after options handling.
34663518 ac_log="
3467 This file was extended by hyena $as_me 0.1, which was
3519 This file was extended by hyena $as_me 0.2, which was
34683520 generated by GNU Autoconf 2.63. Invocation command line was
34693521
34703522 CONFIG_FILES = $CONFIG_FILES
35143566 _ACEOF
35153567 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
35163568 ac_cs_version="\\
3517 hyena config.status 0.1
3569 hyena config.status 0.2
35183570 configured by $0, generated by GNU Autoconf 2.63,
35193571 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
35203572
00 dnl Warning: This is an automatically generated file, do not edit!
11 dnl Process this file with autoconf to produce a configure script.
22 AC_PREREQ([2.54])
3 AC_INIT([hyena], [0.1])
3 AC_INIT([hyena], [0.2])
44 AM_INIT_AUTOMAKE([foreign dist-bzip2 tar-ustar])
55 AM_MAINTAINER_MODE
66
99 if test "x$PKG_CONFIG" = "xno"; then
1010 AC_MSG_ERROR([You need to install pkg-config])
1111 fi
12
13 m4_include([expansions.m4])
1214
1315 SHAMROCK_EXPAND_LIBDIR
1416 SHAMROCK_EXPAND_BINDIR
0 # Makefile.in generated by automake 1.10.1 from Makefile.am.
0 # Makefile.in generated by automake 1.10.2 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
3434 $(srcdir)/hyena.pc.in $(top_srcdir)/Makefile.include
3535 subdir = src/Hyena
3636 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
37 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
37 am__aclocal_m4_deps = $(top_srcdir)/expansions.m4 \
38 $(top_srcdir)/configure.ac
3839 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
3940 $(ACLOCAL_M4)
4041 mkinstalldirs = $(install_sh) -d
111112 docdir = @docdir@
112113 dvidir = @dvidir@
113114 exec_prefix = @exec_prefix@
115 expanded_bindir = @expanded_bindir@
116 expanded_datadir = @expanded_datadir@
117 expanded_libdir = @expanded_libdir@
114118 host_alias = @host_alias@
115119 htmldir = @htmldir@
116120 includedir = @includedir@
366370 @for dep in $?; do \
367371 case '$(am__configure_deps)' in \
368372 *$$dep*) \
369 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
370 && exit 0; \
373 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
374 && { if test -f $@; then exit 0; else break; fi; }; \
371375 exit 1;; \
372376 esac; \
373377 done; \
0 # Makefile.in generated by automake 1.10.1 from Makefile.am.
0 # Makefile.in generated by automake 1.10.2 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
3535 $(top_srcdir)/Makefile.include
3636 subdir = src/Hyena.Data.Sqlite
3737 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
38 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
38 am__aclocal_m4_deps = $(top_srcdir)/expansions.m4 \
39 $(top_srcdir)/configure.ac
3940 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
4041 $(ACLOCAL_M4)
4142 mkinstalldirs = $(install_sh) -d
112113 docdir = @docdir@
113114 dvidir = @dvidir@
114115 exec_prefix = @exec_prefix@
116 expanded_bindir = @expanded_bindir@
117 expanded_datadir = @expanded_datadir@
118 expanded_libdir = @expanded_libdir@
115119 host_alias = @host_alias@
116120 htmldir = @htmldir@
117121 includedir = @includedir@
292296 @for dep in $?; do \
293297 case '$(am__configure_deps)' in \
294298 *$$dep*) \
295 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
296 && exit 0; \
299 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
300 && { if test -f $@; then exit 0; else break; fi; }; \
297301 exit 1;; \
298302 esac; \
299303 done; \
00 <configuration>
1 <dllmap dll="libgtk-win32-2.0-0.dll" target="libgtk-x11-2.0.so.0" os="linux"/>
2 <dllmap dll="libgdk-win32-2.0-0.dll" target="libgdk-x11-2.0.so.0" os="linux"/>
3 <dllmap dll="libglib-2.0-0.dll" target="libglib-2.0.so.0" os="linux"/>
4 <dllmap dll="libgobject-2.0-0.dll" target="libgobject-2.0.so.0" os="linux"/>
5 <dllmap dll="libgdk_pixbuf-2.0-0.dll" target="libgdk_pixbuf-2.0.so.0" os="linux"/>
6 <dllmap dll="libpangocairo-1.0-0.dll" target="libpangocairo-1.0.so.0" os="linux"/>
7 <dllmap dll="libcairo-2.dll" target="libcairo.so.2" os="linux"/>
1 <dllmap dll="libgtk-win32-2.0-0.dll" target="libgtk-x11-2.0.so.0" os="!windows,osx"/>
2 <dllmap dll="libgdk-win32-2.0-0.dll" target="libgdk-x11-2.0.so.0" os="!windows,osx"/>
3 <dllmap dll="libglib-2.0-0.dll" target="libglib-2.0.so.0" os="!windows,osx"/>
4 <dllmap dll="libgobject-2.0-0.dll" target="libgobject-2.0.so.0" os="!windows,osx"/>
5 <dllmap dll="libgdk_pixbuf-2.0-0.dll" target="libgdk_pixbuf-2.0.so.0" os="!windows,osx"/>
6 <dllmap dll="libpangocairo-1.0-0.dll" target="libpangocairo-1.0.so.0" os="!windows,osx"/>
7 <dllmap dll="libcairo-2.dll" target="libcairo.so.2" os="!windows,osx"/>
88
99 <dllmap dll="libgtk-win32-2.0-0.dll" target="libgtk-quartz-2.0.dylib" os="osx"/>
1010 <dllmap dll="libgdk-win32-2.0-0.dll" target="libgdk-quartz-2.0.dylib" os="osx"/>
0 # Makefile.in generated by automake 1.10.1 from Makefile.am.
0 # Makefile.in generated by automake 1.10.2 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
3434 $(srcdir)/hyena.gui.pc.in $(top_srcdir)/Makefile.include
3535 subdir = src/Hyena.Gui
3636 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
37 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
37 am__aclocal_m4_deps = $(top_srcdir)/expansions.m4 \
38 $(top_srcdir)/configure.ac
3839 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
3940 $(ACLOCAL_M4)
4041 mkinstalldirs = $(install_sh) -d
111112 docdir = @docdir@
112113 dvidir = @dvidir@
113114 exec_prefix = @exec_prefix@
115 expanded_bindir = @expanded_bindir@
116 expanded_datadir = @expanded_datadir@
117 expanded_libdir = @expanded_libdir@
114118 host_alias = @host_alias@
115119 htmldir = @htmldir@
116120 includedir = @includedir@
368372 @for dep in $?; do \
369373 case '$(am__configure_deps)' in \
370374 *$$dep*) \
371 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
372 && exit 0; \
375 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
376 && { if test -f $@; then exit 0; else break; fi; }; \
373377 exit 1;; \
374378 esac; \
375379 done; \
0 # Makefile.in generated by automake 1.10.1 from Makefile.am.
0 # Makefile.in generated by automake 1.10.2 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
3434 $(top_srcdir)/Makefile.include
3535 subdir = src/Mono.Data.Sqlite
3636 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
37 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
37 am__aclocal_m4_deps = $(top_srcdir)/expansions.m4 \
38 $(top_srcdir)/configure.ac
3839 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
3940 $(ACLOCAL_M4)
4041 mkinstalldirs = $(install_sh) -d
111112 docdir = @docdir@
112113 dvidir = @dvidir@
113114 exec_prefix = @exec_prefix@
115 expanded_bindir = @expanded_bindir@
116 expanded_datadir = @expanded_datadir@
117 expanded_libdir = @expanded_libdir@
114118 host_alias = @host_alias@
115119 htmldir = @htmldir@
116120 includedir = @includedir@
277281 @for dep in $?; do \
278282 case '$(am__configure_deps)' in \
279283 *$$dep*) \
280 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
281 && exit 0; \
284 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
285 && { if test -f $@; then exit 0; else break; fi; }; \
282286 exit 1;; \
283287 esac; \
284288 done; \