mirror of
https://github.com/mangosfour/server.git
synced 2025-12-18 10:37:01 +00:00
This is from official repo (SVN rev. 300) Additionally includes free implementation of stdint.h and dirent.h for VC++, aswell as Visual Studio project files. Special thanks to faramir118 for Windows support.
30 lines
780 B
Makefile
30 lines
780 B
Makefile
# minimum required automake 1.6
|
|
AUTOMAKE_OPTIONS = 1.6
|
|
|
|
# manual page directory.
|
|
EXTRA_DIST = $(man_MANS)
|
|
|
|
# manual pages for the installed binaries.
|
|
man_MANS = \
|
|
libmpq.3 \
|
|
libmpq__archive_close.3 \
|
|
libmpq__archive_files.3 \
|
|
libmpq__archive_offset.3 \
|
|
libmpq__archive_open.3 \
|
|
libmpq__archive_packed_size.3 \
|
|
libmpq__archive_unpacked_size.3 \
|
|
libmpq__archive_version.3 \
|
|
libmpq__block_close_offset.3 \
|
|
libmpq__block_open_offset.3 \
|
|
libmpq__block_read.3 \
|
|
libmpq__block_unpacked_size.3 \
|
|
libmpq__file_blocks.3 \
|
|
libmpq__file_compressed.3 \
|
|
libmpq__file_encrypted.3 \
|
|
libmpq__file_imploded.3 \
|
|
libmpq__file_number.3 \
|
|
libmpq__file_offset.3 \
|
|
libmpq__file_packed_size.3 \
|
|
libmpq__file_read.3 \
|
|
libmpq__file_unpacked_size.3 \
|
|
libmpq__version.3
|