045633a1b8
and 9.x in terms of CJK character support and they are still in demand. While I am here, the following changes have been added: - Add LICENSE. - Use OPTIONS_DEFINE for ghostscript drivers. - Add MAKE_JOBS_SAFE=yes. Discussed with: bapt
11 lines
442 B
Makefile
11 lines
442 B
Makefile
### ----------------- 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
|
|
|