summaryrefslogtreecommitdiff
path: root/src/ghost/devs.mak.addon-5.10
diff options
context:
space:
mode:
Diffstat (limited to 'src/ghost/devs.mak.addon-5.10')
-rw-r--r--src/ghost/devs.mak.addon-5.1051
1 files changed, 51 insertions, 0 deletions
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