~ubuntu-branches/ubuntu/natty/foo2zjs/natty

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Till Kampeter
  • Date: 2010-02-10 10:17:26 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20100210101726-iz2xa7ook7o5med2
Tags: 20100210-0ubuntu1
* New upstream release
   o Snapshot from Feb 10, 2010.
* README.Debian: Updated completely outdated content. We are using the
  complete original source code again for longer time as there are no
  binary-only executables and no *.icm files any more in the source
  tarball.
* debian/local/HP-LaserJet_1022n.ppd, debian/local/HP-LaserJet_1022nw.ppd,
  debian/rules: Added PPDs for some additional models (LP: #250872).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
LANG=C
1
2
UNAME := $(shell uname)
2
3
MACH := $(shell uname -m | sed 's/i.86/x86_32/')
3
4
 
217
218
                includer-man \
218
219
                macros.man \
219
220
                regress.txt \
220
 
                printer-profile \
 
221
                printer-profile.sh \
221
222
                printer-profile.1in \
222
223
                $(NULL)
223
224
 
232
233
PROGS+=         foo2slx slxdecode
233
234
PROGS+=         foo2hiperc hipercdecode
234
235
PROGS+=         gipddecode
235
 
PROGS+=         printer-profile
236
236
SHELLS=         foo2zjs-wrapper foo2oak-wrapper foo2hp2600-wrapper \
237
237
                foo2xqx-wrapper foo2lava-wrapper foo2qpdl-wrapper \
238
238
                foo2slx-wrapper foo2hiperc-wrapper
239
239
SHELLS+=        foo2zjs-pstops
 
240
SHELLS+=        printer-profile
240
241
MANPAGES=       foo2zjs-wrapper.1 foo2zjs.1 zjsdecode.1
241
242
MANPAGES+=      foo2oak-wrapper.1 foo2oak.1 oakdecode.1
242
243
MANPAGES+=      foo2hp2600-wrapper.1 foo2hp.1
516
517
        # Now use your printer configuration GUI to create a new printer.
517
518
        #
518
519
        # On Redhat 7.2/7.3/8.0/9.0 and Fedora Core 1-5, run "printconf-gui".
519
 
        # On Fedora Core 6 and Fedora 7/8/9/10/11, run "system-config-printer".
 
520
        # On Fedora 6/7/8/9/10/11/12, run "system-config-printer".
520
521
        # On Mandrake, run "printerdrake"
521
522
        # On Suse 9.x/10.x/11.x, run "yast"
522
523
        # On Ubuntu 5.10/6.06/6.10/7.04, run "gnome-cups-manager"
947
948
#
948
949
zjsdecode.o: zjs.h jbig.h
949
950
foo2zjs.o: zjs.h jbig.h
 
951
foo2oak.o: oak.h jbig.h
950
952
jbig.o: jbig.h
951
953
foo2hp.o: zjs.h jbig.h cups.h
952
954
foo2xqx.o: xqx.h jbig.h
982
984
testpage.zm: testpage.ps foo2zjs-wrapper foo2zjs Makefile FRC
983
985
        #
984
986
        # Tests will pass only if you are using ghostscript-7.05-24.7
985
 
        # or ghostscript-8.62 (gs.foo)
 
987
        # or ghostscript-8.70 (gs.foo)
986
988
        #
987
989
        # Monochrome test page for Minolta 2200/2300 DL
988
990
        PATH=.:$$PATH time -p foo2zjs-wrapper testpage.ps > $@