From eb5718390731a9746c556317e641320b671f2091 Mon Sep 17 00:00:00 2001 From: Roger Leigh Date: Sun, 26 Oct 2008 16:10:50 +0000 Subject: Imported Upstream version 4.2.0 --- src/ghost/devs.mak.addon-5.10 | 51 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 src/ghost/devs.mak.addon-5.10 (limited to 'src/ghost/devs.mak.addon-5.10') diff --git a/src/ghost/devs.mak.addon-5.10 b/src/ghost/devs.mak.addon-5.10 new file mode 100644 index 0000000..b855859 --- /dev/null +++ b/src/ghost/devs.mak.addon-5.10 @@ -0,0 +1,51 @@ +### --------------- Gimp-Print/stp Driver ---------------------------- ### +### Be careful to add the exact contents of this file; cut and paste ### +### may corrupt the file and cause mysterious make errors ### + +stp_=gdevstp.$(OBJ) \ + gdevstp-dither.$(OBJ) \ + gdevstp-dither-matrices.$(OBJ) \ + gdevstp-util.$(OBJ) \ + gdevstp-color.$(OBJ) \ + gdevstp-weave.$(OBJ) \ + gdevstp-escp2.$(OBJ) \ + gdevstp-lexmark.$(OBJ) \ + gdevstp-pcl.$(OBJ) \ + gdevstp-canon.$(OBJ) \ + gdevstp-ps.$(OBJ) + +$(DD)stp.dev: $(stp_) $(DD)page.dev + $(SETPDEV) $(DD)stp $(stp_) + +gdevstp.$(OBJ) : gdevstp.c $(PDEVH) gdevstp-print.h + $(CCC) -DDISABLE_NLS gdevstp.c + +gdevstp-util.$(OBJ) : gdevstp-util.c gdevstp-printers.c $(PDEVH) gdevstp-print.h gdevstp-print-internal.h + $(CCC) -DDISABLE_NLS gdevstp-util.c + +gdevstp-weave.$(OBJ) : gdevstp-weave.c $(PDEVH) gdevstp-print.h gdevstp-print-internal.h + $(CCC) -DDISABLE_NLS gdevstp-weave.c + +gdevstp-color.$(OBJ) : gdevstp-color.c $(PDEVH) gdevstp-print.h gdevstp-print-internal.h + $(CCC) -DDISABLE_NLS gdevstp-color.c + +gdevstp-dither.$(OBJ) : gdevstp-dither.c $(PDEVH) gdevstp-print.h gdevstp-print-internal.h + $(CCC) -DDISABLE_NLS gdevstp-dither.c + +gdevstp-dither-matrices.$(OBJ) : gdevstp-dither-matrices.c $(PDEVH) gdevstp-print.h gdevstp-print-internal.h + $(CCC) -DDISABLE_NLS gdevstp-dither.c + +gdevstp-escp2.$(OBJ) : gdevstp-escp2.c $(PDEVH) gdevstp-print.h gdevstp-print-internal.h + $(CCC) -DDISABLE_NLS gdevstp-escp2.c + +gdevstp-lexmark.$(OBJ) : gdevstp-lexmark.c $(PDEVH) gdevstp-print.h gdevstp-print-internal.h + $(CCC) -DDISABLE_NLS gdevstp-lexmark.c + +gdevstp-pcl.$(OBJ) : gdevstp-pcl.c $(PDEVH) gdevstp-print.h gdevstp-print-internal.h + $(CCC) -DDISABLE_NLS gdevstp-pcl.c + +gdevstp-canon.$(OBJ) : gdevstp-canon.c $(PDEVH) gdevstp-print.h gdevstp-print-internal.h + $(CCC) -DDISABLE_NLS gdevstp-canon.c + +gdevstp-ps.$(OBJ) : gdevstp-ps.c $(PDEVH) gdevstp-print.h gdevstp-print-internal.h + $(CCC) -DDISABLE_NLS gdevstp-ps.c -- cgit v1.2.3