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

« back to all changes in this revision

Viewing changes to src/os2.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:
1
 
#  Copyright (C) 2001-2006 Artifex Software, Inc.
 
1
#  Copyright (C) 2001-2007 Artifex Software, Inc.
2
2
#  All Rights Reserved.
3
3
#
4
4
#  This software is provided AS-IS with no warranty, either express or
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: os2.mak 8154 2007-07-30 20:13:56Z giles $
 
13
# $Id: os2.mak 8357 2007-11-09 21:18:04Z giles $
14
14
# makefile for MS-DOS or OS/2 GCC/EMX platform.
15
15
# Uses Borland (MSDOS) MAKER or 
16
16
# Uses IBM NMAKE.EXE Version 2.000.000 Mar 27 1992
79
79
 
80
80
GDEBUG=0
81
81
 
82
 
# Setting NOPRIVATE=1 makes private (static) procedures and variables public,
83
 
# so they are visible to the debugger and profiler.
84
 
# No execution time or space penalty, just larger .OBJ and .EXE files.
85
 
 
86
 
NOPRIVATE=0
87
 
 
88
82
# Setting MAKEDLL=1 makes the target a DLL instead of an EXE
89
83
MAKEDLL=1
90
84
 
122
116
# See jpeg.mak for more information.
123
117
 
124
118
JSRCDIR=jpeg
125
 
JVERSION=6
126
119
 
127
120
# Define the directory where the PNG library sources are stored,
128
121
# and the version of the library that is stored there.
129
122
# You may need to change this if the libpng version changes.
130
123
# See libpng.mak for more information.
131
124
 
132
 
PSRCDIR=libpng
133
 
PVERSION=10218
 
125
PNGSRCDIR=libpng
134
126
 
135
127
# Define the directory where the zlib sources are stored.
136
128
# See zlib.mak for more information.
211
203
COMPDIR=$(COMPBASE)\bin
212
204
INCDIR=$(EMXPATH)/include
213
205
LIBDIR=$(EMXPATH)/lib
214
 
!if $(PVERSION) >= 10009
215
206
CPNG=-DPNGAPI=
216
207
!endif
217
 
!endif
218
208
 
219
209
!if $(IBMCPP)
220
210
COMP=icc /Q
406
396
 
407
397
# Define the compilation flags.
408
398
 
409
 
!if $(NOPRIVATE)
410
 
CP=-DNOPRIVATE
411
 
!else
412
 
CP=
413
 
!endif
414
 
 
415
399
!if $(DEBUG)
416
400
CD=-DDEBUG
417
401
!else
444
428
CEXE=-Zomf
445
429
!endif
446
430
 
447
 
GENOPT=$(CP) $(CD) $(CGDB) $(CDLL) $(CO) $(CPNG)
 
431
GENOPT=$(CD) $(CGDB) $(CDLL) $(CO) $(CPNG)
448
432
 
449
433
CCFLAGS0=$(GENOPT) $(PLATOPT) -D__OS2__ $(GCIFLAGS)
450
434
CCFLAGS=$(CCFLAGS0) 
513
497
DEVICE_DEVS12=$(DD)psmono.dev $(DD)bit.dev $(DD)bitrgb.dev $(DD)bitcmyk.dev
514
498
DEVICE_DEVS13=$(DD)pngmono.dev $(DD)pnggray.dev $(DD)png16.dev $(DD)png256.dev $(DD)png16m.dev $(DD)pngalpha.dev
515
499
DEVICE_DEVS14=$(DD)jpeg.dev $(DD)jpeggray.dev $(DD)jpegcmyk.dev
516
 
DEVICE_DEVS15=$(DD)pdfwrite.dev $(DD)pswrite.dev $(DD)ps2write.dev $(DD)epswrite.dev $(DD)pxlmono.dev $(DD)pxlcolor.dev
 
500
DEVICE_DEVS15=$(DD)pdfwrite.dev $(DD)pswrite.dev $(DD)ps2write.dev $(DD)epswrite.dev $(DD)txtwrite.dev $(DD)pxlmono.dev $(DD)pxlcolor.dev
517
501
DEVICE_DEVS16=$(DD)bbox.dev
518
502
# Overflow for DEVS3,4,5,6,9
519
503
DEVICE_DEVS17=$(DD)ljet3.dev $(DD)ljet3d.dev $(DD)ljet4.dev $(DD)ljet4d.dev