libcharset/lib/Makefile.in

Branch


Log

Author Commit Date CI Message
Bruno Haible 6ad5ae56 2023-09-16T12:04:24 Fix a misnomer. * include/export.h (LIBICONV_SHLIB_EXPORTED): Renamed from LIBICONV_DLL_EXPORTED. Prefer the term "shared library", since the term "DLL" applies only to Windows. * Makefile.devel (include/iconv.h.build.in): Insert LIBICONV_SHLIB_EXPORTED instead of LIBICONV_DLL_EXPORTED. * configure.ac (DLL_VARIABLE): Update comment. * lib/Makefile.in (DEFS): Update comment. * woe32dll/export.h: Update comment. * libcharset/include/export.h (LIBCHARSET_SHLIB_EXPORTED): Renamed from LIBCHARSET_DLL_EXPORTED. Prefer the term "shared library", since the term "DLL" applies only to Windows. * libcharset/Makefile.devel (include/libcharset.h.build.in, include/localcharset.h.build.in): Insert LIBCHARSET_SHLIB_EXPORTED instead of LIBCHARSET_DLL_EXPORTED. * libcharset/lib/relocatable-stub.c (libcharset_set_relocation_prefix): Use LIBCHARSET_SHLIB_EXPORTED instead of LIBCHARSET_DLL_EXPORTED. * libcharset/lib/Makefile.in (DEFS): Update comment. * libcharset/Makefile.in (install-lib): Update comment.
Bruno Haible 1badfd5d 2019-01-27T22:57:45 Accommodate a shell that is not in /bin/sh.
Bruno Haible 7a3418bb 2018-09-22T14:23:53 Update from gnulib. Move mapping tables into the code.
Bruno Haible 3d1103e0 2016-12-15T04:00:05 Cleanup useless removals.
Bruno Haible 67802283 2016-12-03T18:52:49 Create tarballs through an Automake-like "make dist" command.
Bruno Haible ac2a8ace 2016-11-22T18:30:52 Update support for building with MSVC.
Bruno Haible a18fc988 2009-03-26T12:02:45 Ensure that $(DESTDIR)$(libdir) exists.
Bruno Haible 897fa87a 2009-01-25T19:18:00 Don't install charset.alias on MacOS X >= 10.3.
Bruno Haible 87dd7d4e 2009-01-25T17:33:54 Don't install charset.alias on mingw and Cygwin.
Bruno Haible 13bf88bb 2009-01-17T09:06:59 Add support for "make install-strip".
Bruno Haible c8dc4a2e 2006-07-24T12:43:07 Use the CFLAGS also when linking.
Bruno Haible 5e08f217 2006-07-14T13:24:59 Treat *.stackdump files like core files.
Bruno Haible cd4300ce 2005-07-25T12:02:53 Tidy up exported symbols.
Bruno Haible f636e895 2005-03-22T16:40:23 Renamed autoconf to build-aux.
Bruno Haible 24b960a3 2003-04-14T14:08:07 Support for relocatable installation.
Bruno Haible 64d5a8b9 2003-03-29T16:35:11 Improved MSVC support.
Bruno Haible 407b7965 2003-01-06T14:29:08 Use mkinstalldirs.
Bruno Haible 09af022f 2001-06-27T23:02:48 Portability tweaks.
Bruno Haible c7f1dc92 2001-06-25T22:14:38 Mention $(INCLUDES) before $(CPPFLAGS) and $(CFLAGS), in case one of these contains -I directives.
Bruno Haible 3c597b51 2001-05-07T17:26:44 Use CPPFLAGS and LDFLAGS.
Bruno Haible 02498d29 2001-03-11T14:42:02 Portability to BeOS and FreeBSD.
Bruno Haible b2ef8c91 2001-02-20T19:44:26 Respect configure arguments --libdir, --includedir, --mandir.
Bruno Haible 103f3366 2000-12-12T19:47:59 Portability fixes for Solaris "make".
Bruno Haible 74834e21 2000-12-08T14:57:53 Don't ignore --exec-prefix given to configure.
Bruno Haible 507052f0 2000-11-01T14:01:29 Charset determination library.