diff options
Diffstat (limited to 'print/ghostscript7/files/lx5000.contrib.mak')
-rw-r--r-- | print/ghostscript7/files/lx5000.contrib.mak | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/print/ghostscript7/files/lx5000.contrib.mak b/print/ghostscript7/files/lx5000.contrib.mak new file mode 100644 index 000000000000..f22c1dbb904c --- /dev/null +++ b/print/ghostscript7/files/lx5000.contrib.mak @@ -0,0 +1,11 @@ +### ----------------- LexMark 5000 printer ----------------------------- ### +### Note: this driver was contributed by users. Please contact: ### +### Peter B. West <p.west@uq.net.au> ### + +lx5000_=$(GLOBJ)gdevlx50.$(OBJ) +$(DD)lx5000.dev: $(lx5000_) + $(SETPDEV) $(DD)lx5000 $(lx5000_) + +$(GLOBJ)gdevlx50.$(OBJ): $(GLSRC)gdevlx50.c $(PDEVH) + $(GLCC) $(GLO_)gdevlx50.$(OBJ) $(C_) $(GLSRC)gdevlx50.c + |