summaryrefslogtreecommitdiff
path: root/src/ghost/contrib.mak.addon.old
diff options
context:
space:
mode:
Diffstat (limited to 'src/ghost/contrib.mak.addon.old')
-rw-r--r--src/ghost/contrib.mak.addon.old10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/ghost/contrib.mak.addon.old b/src/ghost/contrib.mak.addon.old
index 7fd6e2f..2c03f85 100644
--- a/src/ghost/contrib.mak.addon.old
+++ b/src/ghost/contrib.mak.addon.old
@@ -9,6 +9,7 @@ stp_=$(GLOBJ)gdevstp.$(OBJ) \
$(GLOBJ)gdevstp-color.$(OBJ) \
$(GLOBJ)gdevstp-weave.$(OBJ) \
$(GLOBJ)gdevstp-escp2.$(OBJ) \
+ $(GLOBJ)gdevstp-escp2-data.$(OBJ) \
$(GLOBJ)gdevstp-lexmark.$(OBJ) \
$(GLOBJ)gdevstp-pcl.$(OBJ) \
$(GLOBJ)gdevstp-canon.$(OBJ) \
@@ -29,15 +30,18 @@ $(GLOBJ)gdevstp-weave.$(OBJ) : $(GLSRC)gdevstp-weave.c $(PDEVH) $(GLSRC)gdevstp-
$(GLOBJ)gdevstp-color.$(OBJ) : $(GLSRC)gdevstp-color.c $(PDEVH) $(GLSRC)gdevstp-print.h $(GLSRC)gdevstp-print-internal.h
$(GLCC) $(GLO_)gdevstp-color.$(OBJ) $(C_) -DDISABLE_NLS $(GLSRC)gdevstp-color.c
-$(GLOBJ)gdevstp-dither.$(OBJ) : $(GLSRC)gdevstp-dither.c $(PDEVH) $(GLSRC)gdevstp-print.h $(GLSRC)gdevstp-print-internal.h
+$(GLOBJ)gdevstp-dither.$(OBJ) : $(GLSRC)gdevstp-dither.c $(PDEVH) $(GLSRC)gdevstp-print.h $(GLSRC)gdevstp-print-internal.h $(GLSRC)gdevstp-print-dither.h
$(GLCC) $(GLO_)gdevstp-dither.$(OBJ) $(C_) -DDISABLE_NLS $(GLSRC)gdevstp-dither.c
-$(GLOBJ)gdevstp-dither-matrices.$(OBJ) : $(GLSRC)gdevstp-dither-matrices.c $(PDEVH) $(GLSRC)gdevstp-print.h $(GLSRC)gdevstp-print-internal.h
+$(GLOBJ)gdevstp-dither-matrices.$(OBJ) : $(GLSRC)gdevstp-dither-matrices.c $(PDEVH) $(GLSRC)gdevstp-print.h $(GLSRC)gdevstp-print-internal.h $(GLSRC)gdevstp-print-dither.h
$(GLCC) $(GLO_)gdevstp-dither-matrices.$(OBJ) $(C_) -DDISABLE_NLS $(GLSRC)gdevstp-dither-matrices.c
-$(GLOBJ)gdevstp-escp2.$(OBJ) : $(GLSRC)gdevstp-escp2.c $(PDEVH) $(GLSRC)gdevstp-print.h $(GLSRC)gdevstp-print-internal.h
+$(GLOBJ)gdevstp-escp2.$(OBJ) : $(GLSRC)gdevstp-escp2.c $(PDEVH) $(GLSRC)gdevstp-print.h $(GLSRC)gdevstp-print-internal.h $(GLSRC)gdevstp-print-escp2.h
$(GLCC) $(GLO_)gdevstp-escp2.$(OBJ) $(C_) -DDISABLE_NLS $(GLSRC)gdevstp-escp2.c
+$(GLOBJ)gdevstp-escp2-data.$(OBJ) : $(GLSRC)gdevstp-escp2-data.c $(PDEVH) $(GLSRC)gdevstp-print.h $(GLSRC)gdevstp-print-internal.h $(GLSRC)gdevstp-print-escp2.h
+ $(GLCC) $(GLO_)gdevstp-escp2-data.$(OBJ) $(C_) -DDISABLE_NLS $(GLSRC)gdevstp-escp2-data.c
+
$(GLOBJ)gdevstp-lexmark.$(OBJ) : $(GLSRC)gdevstp-lexmark.c $(PDEVH) $(GLSRC)gdevstp-print.h $(GLSRC)gdevstp-print-internal.h
$(GLCC) $(GLO_)gdevstp-lexmark.$(OBJ) $(C_) -DDISABLE_NLS $(GLSRC)gdevstp-lexmark.c