diff options
author | Robin Watts <Robin.Watts@artifex.com> | 2022-09-14 17:39:02 +0100 |
---|---|---|
committer | Robin Watts <Robin.Watts@artifex.com> | 2022-10-04 18:19:06 +0100 |
commit | 93280bb0cdca7a9ed2f5ccbee7df7ac87b33ccd8 (patch) | |
tree | 7f892545ea72b9948125d312c62e5fa87604feb8 /Makefile.in | |
parent | becc456ac376e4634a431b21bc3d8f9d22fa3067 (diff) | |
download | ghostpdl-93280bb0cdca7a9ed2f5ccbee7df7ac87b33ccd8.tar.gz |
Add gpdl support for SmartOffice integration.
No actual SmartOffice code here, just the framework for adding
the (private) "SO" interpreter.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index cc1a13b32..adfc8bbf9 100644 --- a/Makefile.in +++ b/Makefile.in @@ -67,6 +67,10 @@ URFSRCDIR=@srcdir@/urf URFGENDIR=./$(BUILDDIRPREFIX)@OBJDIR_BSDMAKE_WORKAROUND@ URFOBJDIR=./$(BUILDDIRPREFIX)@OBJDIR_BSDMAKE_WORKAROUND@ +SOSRCDIR=@srcdir@/so +SOGENDIR=./$(BUILDDIRPREFIX)@OBJDIR_BSDMAKE_WORKAROUND@ +SOOBJDIR=./$(BUILDDIRPREFIX)@OBJDIR_BSDMAKE_WORKAROUND@ + CONTRIBDIR=@srcdir@/contrib # Do not edit the next group of lines. @@ -348,6 +352,10 @@ URF_INCLUDE=@URF_INCLUDE@ URF_DEV=@URF_DEV@ SURFX_H=@SURFX_H@ +# Do we have SmartOffice support? +ENABLE_SO=@ENABLESO@ +GPDL_SO_TOP_OBJ=@GPDL_SO_TOP_OBJ@ + EXPATSRCDIR=@EXPATDIR@ EXPAT_CFLAGS=@EXPAT_CFLAGS@ @XML_HIDDEN_CFLAGS@ EXPATGENDIR=$(GLGENDIR) |