mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
a753bb98f5
Modifications against PR are: o $MASTER_SITES substitution. o Typo in scripts/configure. PR: ports/36673 Submitted by: KATO Tsuguru <tkato@prontomail.com>
13 lines
394 B
Makefile
13 lines
394 B
Makefile
### ---------------- The Samsung SmartGDI laser printer devices --------- ###
|
|
### Note : this driver is used by Samsung SmartGDI compatible printers. ###
|
|
###
|
|
|
|
GDIMONO=$(GLOBJ)gdevgdi.$(OBJ) $(HPPCL)
|
|
|
|
$(GLOBJ)gdevgdi.$(OBJ): $(GLSRC)gdevgdi.c $(PDEVH) $(gsparam_h)
|
|
$(GLCC) $(GLO_)gdevgdi.$(OBJ) $(C_) $(GLSRC)gdevgdi.c
|
|
|
|
$(DD)gdi.dev: $(GDIMONO) $(DD)page.dev
|
|
$(SETPDEV) $(DD)gdi $(GDIMONO)
|
|
|