summaryrefslogtreecommitdiff
path: root/print/ghostscript-gpl/files/cdj850.contrib.mak
diff options
context:
space:
mode:
Diffstat (limited to 'print/ghostscript-gpl/files/cdj850.contrib.mak')
-rw-r--r--print/ghostscript-gpl/files/cdj850.contrib.mak13
1 files changed, 13 insertions, 0 deletions
diff --git a/print/ghostscript-gpl/files/cdj850.contrib.mak b/print/ghostscript-gpl/files/cdj850.contrib.mak
new file mode 100644
index 000000000000..ffb099b0caf8
--- /dev/null
+++ b/print/ghostscript-gpl/files/cdj850.contrib.mak
@@ -0,0 +1,13 @@
+
+###- cdj850 - HP 850 Driver under development -------- ###
+
+cdj8_=$(GLOBJ)gdevcd8.$(OBJ) $(HPPCL)
+
+$(DD)cdj850.dev : $(cdj8_) $(DD)page.dev
+ $(SETPDEV) $(DD)cdj850 $(cdj8_)
+
+$(GLOBJ)gdevcd8.$(OBJ) : $(GLSRC)gdevcd8.c $(std_h) $(PDEVH)\
+ $(gsparam_h) $(gsstate_h) $(gxlum_h)\
+ $(gdevbjc_h) $(gdevpcl_h)
+ $(GLCC) $(GLO_)gdevcd8.$(OBJ) $(C_) $(GLSRC)gdevcd8.c
+