Info catalog accessors (Issue #9)

This commit is contained in:
Michael R Sweet
2021-07-06 20:31:30 -04:00
parent 4f6a7ab03f
commit 30343cdb00
6 changed files with 214 additions and 13 deletions

View File

@ -17,15 +17,15 @@ CC = cc
CFLAGS =
CODESIGN_IDENTITY = Developer ID
COMMONFLAGS = -Os -g
CPPFLAGS =
CPPFLAGS = '-DPDFIO_VERSION="$(VERSION)"'
DESTDIR = $(DSTROOT)
DSO = cc
DSOFLAGS =
DSOFLAGS =
DSONAME =
LDFLAGS =
LIBS = -lm -lz
RANLIB = ranlib
VERSION = 0.1
VERSION = 0.2
prefix = /usr/local