~ubuntu-branches/ubuntu/jaunty/ghostscript/jaunty-updates

« back to all changes in this revision

Viewing changes to src/unix-aux.mak

  • Committer: Bazaar Package Importer
  • Author(s): Till Kamppeter
  • Date: 2007-06-14 02:53:50 UTC
  • mto: (14.1.1 lenny)
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20070614025350-q352qhnzringf0nq
Tags: upstream-8.60.dfsg.4
ImportĀ upstreamĀ versionĀ 8.60.dfsg.4

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 8025 2007-06-05 23:18:07Z till $
 
13
# $Id: unix-aux.mak 8043 2007-06-12 02:06:18Z 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.
83
83
 $(GLOBJ)gp_stdia.$(OBJ) $(GLOBJ)gsutil.$(OBJ)
84
84
 
85
85
$(MKROMFS_XE): $(GLSRC)mkromfs.c $(MKROMFS_COMMON_DEPS) $(MKROMFS_OBJS)
86
 
        $(CCAUX) $(GENOPT) $(CFLAGS_DEBUG) $(I_)$(GLSRCDIR)$(_I) $(I_)$(GLOBJ)$(_I) $(I_)$(ZSRCDIR)$(_I) $(GLSRC)mkromfs.c $(O_)$(MKROMFS_XE) $(MKROMFS_OBJS) -lm $(LDFLAGS) $(EXTRALIBS)
 
86
        $(CCAUX) $(GENOPT) $(CFLAGS_DEBUG) $(I_)$(GLSRCDIR)$(_I) $(I_)$(GLOBJ)$(_I) $(I_)$(ZSRCDIR)$(_I) $(GLSRC)mkromfs.c $(O_)$(MKROMFS_XE) $(MKROMFS_OBJS) -lm
87
87
 
88
88
# Query the environment to construct gconfig_.h.
89
89
# The "else true;" is required because Ultrix's implementation of sh -e