]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - filter/Makefile
Add commandtops filter for PostScript printer auto-configuration and
[thirdparty/cups.git] / filter / Makefile
index 582fada8f11a49f00f702e33e3dc19cadc057a9a..8f5633d4681c2e99612e470a8c25dd797da624f9 100644 (file)
@@ -18,7 +18,7 @@
 include ../Makedefs
 
 
-FILTERS        =       gziptoany hpgltops texttops pstops $(IMGFILTERS) \
+FILTERS        =       commandtops gziptoany hpgltops texttops pstops $(IMGFILTERS) \
                $(PDFTOPS) rastertolabel rastertoepson rastertohp
 TARGETS        =       $(FILTERS) \
                $(LIBCUPSIMAGE) \
@@ -39,7 +39,7 @@ 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) \
-               gziptoany.o imagetops.o imagetoraster.o common.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
@@ -205,6 +205,15 @@ framedhelp:
                ../cups/raster.h interpret.c raster.c
 
 
+#
+# commandtops
+#
+
+commandtops:   commandtops.o ../cups/$(LIBCUPS)
+       echo Linking $@...
+       $(CC) $(LDFLAGS) -o $@ commandtops.o $(LIBS)
+
+
 #
 # formtops
 #