summaryrefslogtreecommitdiff
path: root/base/unixinst.mak
diff options
context:
space:
mode:
authorChris Liddell <chris.liddell@artifex.com>2013-07-23 16:24:19 +0100
committerChris Liddell <chris.liddell@artifex.com>2015-07-20 18:21:17 +0100
commit6948650efd3fb9e2a70b8cf16aca57e9d0b7eb0a (patch)
tree5c2a1c671c1d4521f8a770d1e69e3d4342718030 /base/unixinst.mak
parent7fd9e0be26e67c36f87733bc89ea07dc26d9f839 (diff)
downloadghostpdl-6948650efd3fb9e2a70b8cf16aca57e9d0b7eb0a.tar.gz
Commit of build_consolidation branch
Squashed into one commit (see branch for details of the evolution of the branch). This brings gpcl6 and gxps into the Ghostscript build system, and a shared set of graphics library object files for all the interpreters. Also, brings the same configuration options to the pcl and xps products as we have for Ghostscript.
Diffstat (limited to 'base/unixinst.mak')
-rw-r--r--base/unixinst.mak213
1 files changed, 213 insertions, 0 deletions
diff --git a/base/unixinst.mak b/base/unixinst.mak
new file mode 100644
index 000000000..52fd443a7
--- /dev/null
+++ b/base/unixinst.mak
@@ -0,0 +1,213 @@
+# Copyright (C) 2001-2012 Artifex Software, Inc.
+# All Rights Reserved.
+#
+# This software is provided AS-IS with no warranty, either express or
+# implied.
+#
+# This software is distributed under license and may not be copied,
+# modified or distributed except as expressly authorized under the terms
+# of the license contained in the file LICENSE in this distribution.
+#
+# Refer to licensing information at http://www.artifex.com or contact
+# Artifex Software, Inc., 7 Mt. Lassen Drive - Suite A-134, San Rafael,
+# CA 94903, U.S.A., +1(415)492-9861, for further information.
+#
+# Partial makefile common to all Unix and Desqview/X configurations,
+# containing the `install' targets.
+# This is the very last part of the makefile for these configurations.
+
+install: install-gs install-$(PCL) install-$(XPS)
+
+# The sh -c in the rules below is required because Ultrix's implementation
+# of sh -e terminates execution of a command if any error occurs, even if
+# the command traps the error with ||.
+
+# We include mkdirs for datadir, gsdir, and gsdatadir in all 3 install
+# rules, just in case bindir or scriptdir is a subdirectory of any of these.
+
+install-exec-bindir:
+ -mkdir -p $(DESTDIR)$(bindir)
+
+install-exec: $(GS_XE) install-exec-bindir $(MAKEDIRS)
+ -mkdir -p $(DESTDIR)$(datadir)
+ -mkdir -p $(DESTDIR)$(gsdir)
+ -mkdir -p $(DESTDIR)$(gsdatadir)
+ $(INSTALL_PROGRAM) $(GS_XE) $(DESTDIR)$(bindir)/$(GS)$(XE)
+
+install-gs: install-exec install-scripts install-data $(INSTALL_SHARED) $(INSTALL_CONTRIB)
+ $(NO_OP)
+
+install-gpcl6: $(GPCL_XE) install-exec-bindir
+ $(INSTALL_PROGRAM) $(GPCL_XE) $(DESTDIR)$(bindir)/$(PCL)$(XE)
+
+install-gxps: $(GXPS_XE) install-exec-bindir
+ $(INSTALL_PROGRAM) $(GXPS_XE) $(DESTDIR)$(bindir)/$(XPS)$(XE)
+
+# dummy install taget if we don't have pcl and xps available
+install-:
+ $(NO_OP)
+
+install-scripts: $(PSLIBDIR)/gsnd
+ -mkdir -p $(DESTDIR)$(datadir)
+ -mkdir -p $(DESTDIR)$(gsdir)
+ -mkdir -p $(DESTDIR)$(gsdatadir)
+ -mkdir -p $(DESTDIR)$(scriptdir)
+ $(SH) -c 'for f in \
+gsbj gsdj gsdj500 gslj gslp gsnd \
+bdftops dvipdf eps2eps font2c \
+pdf2dsc pdf2ps pf2afm pfbtopfa pphs printafm \
+ps2ascii ps2epsi ps2pdf ps2pdf12 ps2pdf13 ps2pdf14 ps2pdfwr ps2ps ps2ps2 \
+wftopfa fixmswrd.pl lprsetup.sh pj-gs.sh pv.sh sysvlp.sh unix-lpr.sh ;\
+ do if ( test -f $(PSLIBDIR)/$$f ); then \
+ (cat $(PSLIBDIR)/$$f | sed -e "s/GS_EXECUTABLE=gs/GS_EXECUTABLE=$(GS)/" > $(PSOBJDIR)/$$f); \
+ $(INSTALL_PROGRAM) $(PSOBJDIR)/$$f $(DESTDIR)$(scriptdir)/$$f; \
+ fi;\
+ done'
+
+PSRESDIR=$(PSLIBDIR)/../Resource
+ICCRESDIR=$(PSLIBDIR)/../iccprofiles
+PSDOCDIR=$(PSLIBDIR)/../doc
+PSEXDIR=$(PSLIBDIR)/../examples
+PSMANDIR=$(PSLIBDIR)/../man
+
+install-data: install-libdata install-resdata$(COMPILE_INITS) install-iccdata$(COMPILE_INITS) install-doc install-man install-examples
+
+# There's no point in providing a complete dependency list: we include
+# one file from each subdirectory just as a sanity check.
+
+install-libdata:
+ -mkdir -p $(DESTDIR)$(datadir)
+ -mkdir -p $(DESTDIR)$(gsdir)
+ -mkdir -p $(DESTDIR)$(gsdatadir)
+ -mkdir -p $(DESTDIR)$(gsdatadir)/lib
+ $(SH) -c 'for f in \
+$(EXTRA_INIT_FILES) Fontmap.GS \
+ht_ccsto.ps \
+acctest.ps addxchar.ps align.ps bdftops.ps \
+caption.ps cid2code.ps decrypt.ps docie.ps \
+errpage.ps font2c.ps font2pcl.ps gslp.ps gsnup.ps image-qa.ps impath.ps \
+jispaper.ps landscap.ps level1.ps lines.ps markhint.ps markpath.ps \
+mkcidfm.ps PDFA_def.ps PDFX_def.ps \
+packfile.ps pcharstr.ps pf2afm.ps pfbtopfa.ps ppath.ps \
+pphs.ps \
+prfont.ps printafm.ps \
+ps2ai.ps ps2ascii.ps ps2epsi.ps quit.ps rollconv.ps \
+showchar.ps showpage.ps stcinfo.ps stcolor.ps stocht.ps \
+traceimg.ps traceop.ps type1enc.ps type1ops.ps uninfo.ps unprot.ps \
+viewcmyk.ps viewgif.ps viewjpeg.ps viewmiff.ps \
+viewpcx.ps viewpbm.ps viewps2a.ps \
+winmaps.ps wftopfa.ps wrfont.ps zeroline.ps \
+pdf2dsc.ps ;\
+ do if ( test -f $(PSLIBDIR)/$$f ); then $(INSTALL_DATA) $(PSLIBDIR)/$$f $(DESTDIR)$(gsdatadir)/lib; fi;\
+ done'
+ $(SH) -c 'for f in $(PSLIBDIR)/gs_*.ps $(PSLIBDIR)/pdf*.ps;\
+ do $(INSTALL_DATA) $$f $(DESTDIR)$(gsdatadir)/lib ;\
+ done'
+ $(SH) -c 'for f in $(PSLIBDIR)/*.ppd $(PSLIBDIR)/*.rpd $(PSLIBDIR)/*.upp $(PSLIBDIR)/*.xbm $(PSLIBDIR)/*.xpm;\
+ do $(INSTALL_DATA) $$f $(DESTDIR)$(gsdatadir)/lib ;\
+ done'
+
+# install the default resource files
+# copy in every category (directory) but CVS
+RES_CATEGORIES=`ls $(PSRESDIR) | grep -v CVS`
+install-resdata0 : $(PSRESDIR)/Decoding/Unicode
+ -mkdir -p $(DESTDIR)$(datadir)
+ -mkdir -p $(DESTDIR)$(gsdir)
+ -mkdir -p $(DESTDIR)$(gsdatadir)/Resource
+ $(SH) -c 'for dir in $(RES_CATEGORIES); do \
+ rdir=$(DESTDIR)$(gsdatadir)/Resource/$$dir ; \
+ test -d $$rdir || mkdir -p $$rdir ; \
+ for file in $(PSRESDIR)/$$dir/*; do \
+ if test -f $$file; then $(INSTALL_DATA) $$file $$rdir ; fi \
+ done \
+ done'
+
+# install default iccprofiles
+install-iccdata0 : $(ICCRESDIR)
+ -mkdir -p $(DESTDIR)$(datadir)
+ -mkdir -p $(DESTDIR)$(gsdir)
+ -mkdir -p $(DESTDIR)$(gsdatadir)/iccprofiles
+ $(SH) -c 'for file in $(ICCRESDIR)/*; do \
+ if test -f $$file; then $(INSTALL_DATA) $$file $(DESTDIR)$(gsdatadir)/iccprofiles ; fi \
+ done'
+
+#COMPILE_INITS=1 don't need Resources, nor ICC
+
+install-resdata1 :
+
+install-iccdata1 :
+
+# install html documentation
+DOC_PAGES=API.htm C-style.htm Develop.htm GS9_Color_Management.pdf Helpers.htm \
+ History4.htm History9.htm Lib.htm Ps2pdf.htm Readme.htm Use.htm \
+ AUTHORS Deprecated.htm Devices.htm GS9_Color_Management.tex\
+ Hershey.htm History5.htm index.html Make.htm Ps2ps2.htm Release.htm \
+ WhatIsGS.htm Changes.htm Details8.htm DLL.htm gs.css History1.htm \
+ History6.htm Install.htm News.htm pscet_status.txt Source.htm \
+ Xfonts.htm Commprod.htm Details9.htm Drivers.htm gsdoc.el History2.htm \
+ History7.htm Issues.htm Projects.htm Psfiles.htm thirdparty.htm \
+ COPYING Details.htm Fonts.htm gs-vms.hlp History3.htm History8.htm\
+ Language.htm Ps2epsi.htm Ps-style.htm Unix-lpr.htm
+
+
+install-doc: $(PSDOCDIR)/News.htm
+ -mkdir -p $(DESTDIR)$(docdir)
+ $(SH) -c 'for f in $(DOC_PAGES) ;\
+ do if ( test -f $(PSDOCDIR)/$$f ); then $(INSTALL_DATA) $(PSDOCDIR)/$$f $(DESTDIR)$(docdir); fi;\
+ done'
+
+# install the man pages for each locale
+MAN_LCDIRS=. de
+MAN1_LINKS_PS2PS=eps2eps
+MAN1_LINKS_PS2PDF=ps2pdf12 ps2pdf13 ps2pdf14
+MAN1_LINKS_GSLP=gsbj gsdj gsdj500 gslj
+install-man: $(PSMANDIR)/gs.1
+ $(SH) -c 'test -d $(DESTDIR)$(mandir) || mkdir -p $(DESTDIR)$(mandir)'
+ $(SH) -c 'for d in $(MAN_LCDIRS) ;\
+ do man1dir=$(DESTDIR)$(mandir)/$$d/man$(man1ext) ;\
+ ( test -d $$man1dir || mkdir -p $$man1dir ) ;\
+ for f in $(PSMANDIR)/$$d/*.1 ;\
+ do $(INSTALL_DATA) $$f $$man1dir ;\
+ if ( test -f $$man1dir/ps2ps.$(man1ext) ) ;\
+ then for f in $(MAN1_LINKS_PS2PS) ;\
+ do ( cd $$man1dir; rm -f $$f.$(man1ext) ;\
+ ln -s ps2ps.$(man1ext) $$f.$(man1ext) ) ;\
+ done ;\
+ fi ;\
+ if ( test -f $$man1dir/ps2pdf.$(man1ext) ) ;\
+ then for f in $(MAN1_LINKS_PS2PDF) ;\
+ do ( cd $$man1dir; rm -f $$f.$(man1ext) ;\
+ ln -s ps2pdf.$(man1ext) $$f.$(man1ext) ) ;\
+ done ;\
+ fi ;\
+ if ( test -f $$man1dir/gslp.$(man1ext) ) ;\
+ then for f in $(MAN1_LINKS_GSLP) ;\
+ do ( cd $$man1dir; rm -f $$f.$(man1ext) ;\
+ ln -s gslp.$(man1ext) $$f.$(man1ext) ) ;\
+ done ;\
+ fi ;\
+ done ;\
+ done'
+
+# install the example files
+install-examples:
+ -mkdir -p $(DESTDIR)$(exdir)
+ for f in \
+ alphabet.ps chess.ps colorcir.ps escher.ps grayalph.ps snowflak.ps \
+ text_graph_image_cmyk_rgb.pdf transparency_example.ps waterfal.ps \
+ annots.pdf doretree.ps golfer.eps ridt91.eps text_graphic_image.pdf \
+ tiger.eps vasarely.ps;\
+ do $(INSTALL_DATA) $(PSEXDIR)/$$f $(DESTDIR)$(exdir) ;\
+ done
+ -mkdir -p $(DESTDIR)$(exdir)/cjk
+ for f in \
+all_ac1.ps all_aj1.ps all_ak1.ps gscjk_ac.ps gscjk_aj.ps iso2022.ps \
+all_ag1.ps all_aj2.ps article9.ps gscjk_ag.ps gscjk_ak.ps iso2022v.ps ;\
+ do $(INSTALL_DATA) $(PSEXDIR)/cjk/$$f $(DESTDIR)$(exdir)/cjk ;\
+ done
+
+install-shared: $(GS_SHARED_OBJS)
+ -mkdir -p $(DESTDIR)$(gssharedir)
+ $(SH) -c 'for obj in $(GS_SHARED_OBJS); do \
+ $(INSTALL_PROGRAM) $$obj $(DESTDIR)$(gssharedir)/; done'
+