]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - filter/Makefile
Merge changes from CUPS 1.4svn-r7994.
[thirdparty/cups.git] / filter / Makefile
index 6e288c010aa9bc60fe252a5b03db46b8d559eca5..88e69c35b80c9178c3ecd000b72d056926c7032e 100644 (file)
@@ -52,8 +52,8 @@ IMAGE32OBJS = $(IMAGEOBJS:.o=.32.o)
 IMAGE64OBJS =  $(IMAGEOBJS:.o=.64.o)
 FORMOBJS =     form-attr.o form-main.o form-ps.o form-text.o form-tree.o
 OBJS   =       $(HPGLOBJS) $(IMAGEOBJS) $(FORMOBJS) \
-               commandtops.o gziptoany.o imagetops.o imagetoraster.o common.o \
-               pdftops.o pstops.o \
+               bannertops.o commandtops.o gziptoany.o imagetops.o \
+               imagetoraster.o common.o pdftops.o pstops.o \
                rasterbench.o rastertoepson.o rastertohp.o rastertolabel.o \
                testimage.o testraster.o textcommon.o texttops.o
 
@@ -232,6 +232,15 @@ framedhelp:
                ../cups/raster.h interpret.c raster.c
 
 
+#
+# bannertops
+#
+
+bannertops:    bannertops.o ../cups/$(LIBCUPS) $(LIBCUPSIMAGE)
+       echo Linking $@...
+       $(CC) $(LDFLAGS) -o $@ bannertops.o $(LIBS)
+
+
 #
 # commandtops
 #