]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - filter/Makefile
Load cups into easysw/current.
[thirdparty/cups.git] / filter / Makefile
index ae7b7322f404b87eb2626dc265683b89ec6881d4..f657bd1853073aba2e8e5a35a7cde68cc949afbe 100644 (file)
@@ -1,5 +1,5 @@
 #
-# "$Id: Makefile 6158 2006-12-17 01:44:21Z mike $"
+# "$Id: Makefile 6315 2007-03-03 00:12:26Z mike $"
 #
 #   Filter makefile for the Common UNIX Printing System (CUPS).
 #
@@ -43,7 +43,7 @@ HPGLOBJS =    hpgl-attr.o hpgl-config.o hpgl-main.o hpgl-prolog.o \
 IMAGEOBJS =    image-bmp.o image-colorspace.o image-gif.o image-jpeg.o \
                image-photocd.o image-pix.o image-png.o image-pnm.o \
                image-sgi.o image-sgilib.o image-sun.o image-tiff.o \
-               image-zoom.o image.o interpret.o raster.o
+               image-zoom.o image.o error.o interpret.o raster.o
 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
@@ -243,7 +243,7 @@ libcupsimage.2.dylib:       $(IMAGEOBJS)
        echo Linking $@...
        $(DSO) $(ARCHFLAGS) $(DSOFLAGS) -o $@ \
                -install_name $(libdir)/$@ \
-               -current_version 2.2.0 \
+               -current_version 2.3.0 \
                -compatibility_version 2.0.0 \
                $(IMAGEOBJS) $(DSOLIBS) -L../cups $(LINKCUPS) -lm
        $(RM) libcupsimage.dylib
@@ -270,7 +270,7 @@ libcupsimage.la:       $(IMAGEOBJS)
        echo Linking $@...
        $(DSO) $(ARCHFLAGS) $(DSOFLAGS) -o $@ $(IMAGEOBJS:.o=.lo) $(DSOLIBS) \
                -L../cups $(LINKCUPS) \
-               -rpath $(LIBDIR) -version-info 2:2
+               -rpath $(LIBDIR) -version-info 2:3
 
 
 #
@@ -359,16 +359,16 @@ rastertohp:       rastertohp.o ../cups/$(LIBCUPS) $(LIBCUPSIMAGE)
 testraster:    testraster.o ../cups/libcups.a libcupsimage.a
        echo Linking $@...
        $(CC) $(LDFLAGS) -o $@ testraster.o libcupsimage.a ../cups/libcups.a \
-               $(IMGLIBS) $(DSOLIBS) $(LIBS)
+               $(IMGLIBS) $(DSOLIBS) $(COMMONLIBS) $(SSLLIBS) $(LIBGSSAPI)
 
 
 #
 # rasterbench
 #
 
-rasterbench:   rasterbench.o raster.o
+rasterbench:   rasterbench.o libcupsimage.a
        echo Linking $@...
-       $(CC) $(LDFLAGS) -o $@ rasterbench.o raster.o
+       $(CC) $(LDFLAGS) -o $@ rasterbench.o libcupsimage.a $(LIBS)
 
 
 #
@@ -389,5 +389,5 @@ include Dependencies
 
 
 #
-# End of "$Id: Makefile 6158 2006-12-17 01:44:21Z mike $".
+# End of "$Id: Makefile 6315 2007-03-03 00:12:26Z mike $".
 #