mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 14:40:32 -04:00
Modifications against PR are: o $MASTER_SITES substitution. o Typo in scripts/configure. PR: ports/36673 Submitted by: KATO Tsuguru <tkato@prontomail.com>
12 lines
394 B
Makefile
12 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)
|
|
|