• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Makefile.amH A D18-Sep-20041 KiB3017

READMEH A D09-Mar-20041.1 KiB2820

configure.inH A D30-Jan-20055.1 KiB194160

makefile.bcb3H A D30-Jan-20055.3 KiB10982

makefile.djH A D30-Jan-20055.9 KiB156112

makefile.linuxH A D30-Jan-20057 KiB181125

makefile.mingwH A D30-Jan-20055.8 KiB165105

makefile.mingwdllH A D30-Jan-20055.7 KiB159105

makefile.qnxH A D08-Mar-20066.2 KiB161109

makefile.unixH A D30-Jan-20051.3 KiB6837

makefile.vcwin32H A D30-Jan-20053.5 KiB10057

README

1For conditions of distribution and use, see copyright notice in libmng.h
2or the file LICENSE in the top-level directory of the source distribution.
3
4This directory hosts the makefiles for a number of supported platforms.
5
6If you're using a system with POSIX shell capabilities, you can use the
7'configure' script in the top-level directory, or generate it by running
8'autogen.sh' if you have the necessary tools installed.
9
10Otherwise, copy the module for your environment (or the closest thing)
11into the libmng source-directory and change it to your needs. If you
12create a new file for a platform not on the list send it to me (gerard @
13libmng.com) and I'll be happy to include it in the next release!
14
15
16Current files:
17
18makefile.bcb3 - Borland C++ Builder
19makefile.vcwin32 - Microsoft Visual C++
20makefile.unix - generic Unix
21makefile.linux - Linux ELF (builds shared library)
22makefile.dj - DJGPP
23makefile.mingw - builds a static library for mingw32
24makefile.mingwdll - builds a dynamic library for mingw32
25makefile.irix - builds a static library for SGI/IRIX (6.5.21)
26
27Makefile.am, configure.in and acinclude.m4 (if present) - automake/autoconf source
28