This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
magicka/jamlib-1.4.7/doc/Makefile.am

22 lines
669 B
Makefile
Raw Normal View History

2016-03-22 02:08:00 +00:00
## Process this file with automake to produce Makefile.in
AUTOMAKE_OPTIONS = foreign
man_MANS = jamlib.3 \
JAM_OpenMB.3 JAM_CloseMB.3 JAM_CreateMB.3 JAM_RemoveMB.3 \
JAM_LockMB.3 JAM_UnlockMB.3 JAM_ReadMBHeader.3 \
JAM_WriteMBHeader.3 JAM_FindUser.3 JAM_GetMBSize.3 \
\
JAM_ReadMsgHeader.3 JAM_ReadMsgText.3 JAM_AddMessage.3 \
JAM_AddEmptyMessage.3 JAM_ChangeMsgHeader.3 JAM_ClearMsgHeader.3 \
JAM_DeleteMessage.3 \
\
JAM_NewSubPacket.3 JAM_DelSubPacket.3 JAM_GetSubfield.3 \
JAM_GetSubfield_R.3 JAM_PutSubfield.3 \
\
JAM_ReadLastRead.3 JAM_WriteLastRead.3 \
\
JAM_Crc32.3 JAM_Errno.3
EXTRA_DIST = $(man_MANS)