aboutsummaryrefslogtreecommitdiffstats
path: root/print/cups-pstoraster/files/cups.contrib.mak
blob: 71ec8fd85900ce31413e1955a26ca1b0c2ae6e62 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
### ----------------- CUPS Ghostscript Driver ---------------------- ###

cups_=  $(GLOBJ)gdevcups.$(OBJ)

$(DD)cups.dev:  $(cups_) $(DD)page.dev
    $(SETPDEV2) $(DD)cups $(cups_)
    $(ADDMOD) $(DD)cups -lib cupsimage -lib cups

$(GLOBJ)gdevcups.$(OBJ): $(GLSRC)gdevcups.c $(PDEVH)
    $(GLCC) $(GLO_)gdevcups.$(OBJ) $(C_) $(GLSRC)gdevcups.c