~ubuntu-branches/ubuntu/hardy/ghostscript/hardy

« back to all changes in this revision

Viewing changes to src/devs.mak

  • Committer: Bazaar Package Importer
  • Author(s): Till Kamppeter
  • Date: 2007-11-22 12:17:43 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20071122121743-cd70s3ypq0r243mp
Tags: 8.61.dfsg.1-0ubtuntu1
* New upstream release
  o Final 8.61 release
* debian/patches/09_ijs_krgb_support.dpatch: Adapted to upstream changes.
* debian/rules: Updated CUPS-related variables for "make install" calls.
* debian/rules: Remove /usr/include/ghostscript from the ghostscript
  package, they go into lings-dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
#  or contact Artifex Software, Inc.,  7 Mt. Lassen Drive - Suite A-134,
11
11
#  San Rafael, CA  94903, U.S.A., +1(415)492-9861, for further information.
12
12
#
13
 
# $Id: devs.mak 8178 2007-08-05 13:55:26Z leonardo $
 
13
# $Id: devs.mak 8347 2007-11-07 04:19:13Z alexcher $
14
14
# makefile for Aladdin's device drivers.
15
15
 
16
16
# Define the name of this makefile.
119
119
# High-level file formats:
120
120
#       epswrite  EPS output (like PostScript Distillery)
121
121
#       pdfwrite  PDF output (like Adobe Acrobat Distiller)
122
 
#       pswrite  PostScript output (like PostScript Distillery)
123
 
#       pxlmono  Black-and-white PCL XL
 
122
#       pswrite   PostScript output (like PostScript Distillery)
 
123
#       txtwrite  ASCII or Unicode text output
 
124
#       pxlmono   Black-and-white PCL XL
124
125
#       pxlcolor  Color PCL XL
125
126
# Other raster file formats and devices:
126
127
#       bit     Plain bits, monochrome
793
794
 $(gdevpsdf_h) $(gdevpsu_h) $(spprint_h)
794
795
        $(GLCC) $(GLO_)gdevps.$(OBJ) $(C_) $(GLSRC)gdevps.c
795
796
 
 
797
# Plain text writer
 
798
 
 
799
txtwrite_=$(GLOBJ)gdevtxtw.$(OBJ)
 
800
$(DD)txtwrite.dev : $(DEVS_MAK) $(ECHOGS_XE) $(txtwrite_)
 
801
        $(SETDEV2) $(DD)txtwrite $(txtwrite_)
 
802
 
 
803
$(GLOBJ)gdevtxtw.$(OBJ) : $(GLSRC)gdevtxtw.c $(GDEV)\
 
804
 $(math__h) $(memory__h) $(string__h) $(time__h)
 
805
        $(GLCC) $(GLO_)gdevtxtw.$(OBJ) $(C_) $(GLSRC)gdevtxtw.c
 
806
 
 
807
 
796
808
################ BEGIN PDF WRITER ################
797
809
 
798
810
# PDF writer