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

« back to all changes in this revision

Viewing changes to src/unix-aux.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: unix-aux.mak 8083 2007-06-28 22:08:46Z giles $
 
13
# $Id: unix-aux.mak 8305 2007-10-20 00:55:55Z giles $
14
14
# Partial makefile common to all Unix configurations.
15
15
# This makefile contains the build rules for the auxiliary programs such as
16
16
# echogs, and the 'platform' modules.
35
35
$(GLOBJ)gp_unix.$(OBJ): $(GLSRC)gp_unix.c $(AK)\
36
36
 $(pipe__h) $(string__h) $(time__h)\
37
37
 $(gx_h) $(gsexit_h) $(gp_h)
38
 
        $(GLCC) $(GLO_)gp_unix.$(OBJ) $(C_) $(GLSRC)gp_unix.c
 
38
        $(GLCC) $(FONTCONFIG_CFLAGS) $(GLO_)gp_unix.$(OBJ) $(C_) $(GLSRC)gp_unix.c
39
39
 
40
40
$(GLOBJ)gp_unix_cache.$(OBJ): $(GLSRC)gp_unix_cache.c $(AK)\
41
41
 $(stdio__h) $(string__h) $(time__h) $(gconfigd_h) $(gp_h) $(md5_h)