diff options
| author | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-11 19:24:31 +0000 |
|---|---|---|
| committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-11 19:24:31 +0000 |
| commit | f490d90d09cb643c6dc470973c79a0727edcf617 (patch) | |
| tree | 203ae629f974481a97f7436ae11f2b4c4ea73bc8 /print/ghostscript-gpl/files/hpijs.contrib.mak | |
| parent | ** ghostscript55 has been repocopied to ghostscript-gnu ** (diff) | |
** ghostscript6 has been repocopied to ghostscript-afpl **
Update to AFPL Ghostscript 7.00.
PR: ports/29580
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'print/ghostscript-gpl/files/hpijs.contrib.mak')
| -rw-r--r-- | print/ghostscript-gpl/files/hpijs.contrib.mak | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/print/ghostscript-gpl/files/hpijs.contrib.mak b/print/ghostscript-gpl/files/hpijs.contrib.mak new file mode 100644 index 000000000000..35eb9e6b06b1 --- /dev/null +++ b/print/ghostscript-gpl/files/hpijs.contrib.mak @@ -0,0 +1,31 @@ +### ------------- Hewlett-Packard Co. Inkjet Driver -------------- ### + +hpijs_=$(GLOBJ)gdevhpij.$(OBJ) + +$(DD)gdevhpij.$(OBJ): $(GLSRC)gdevhpij.c $(PDEVH) + $(GLCC) $(GLO_)gdevhpij.$(OBJ) $(C_) $(GLSRC)gdevhpij.c + +$(DD)hpijs.dev : $(hpijs_) $(DD)page.dev + $(SETPDEV) $(DD)hpijs $(hpijs_) + +$(DD)DJ630.dev : $(hpijs_) $(DD)page.dev + $(SETPDEV) DJ630 $(hpijs_) + +$(DD)DJ6xx.dev : $(hpijs_) $(DD)page.dev + $(SETPDEV) DJ6xx $(hpijs_) + +$(DD)DJ6xxP.dev : $(hpijs_) $(DD)page.dev + $(SETPDEV) DJ6xxP $(hpijs_) + +$(DD)DJ8xx.dev : $(hpijs_) $(DD)page.dev + $(SETPDEV) DJ8xx $(hpijs_) + +$(DD)DJ9xx.dev : $(hpijs_) $(DD)page.dev + $(SETPDEV) DJ9xx $(hpijs_) + +$(DD)DJ9xxVIP.dev : $(hpijs_) $(DD)page.dev + $(SETPDEV) DJ9xxVIP $(hpijs_) + +$(DD)AP21xx.dev : $(hpijs_) $(DD)page.dev + $(SETPDEV) AP21xx $(hpijs_) + |
