37 lines
1.7 KiB
Plaintext
37 lines
1.7 KiB
Plaintext
--- wrlib/Makefile.in.orig Sun Apr 2 16:29:40 2000
|
|
+++ wrlib/Makefile.in Sun Apr 2 16:30:10 2000
|
|
@@ -105,7 +105,7 @@
|
|
EXTRA_DIST = test.png tile.xpm ballot_box.xpm
|
|
include_HEADERS = wraster.h
|
|
|
|
-libwraster_la_SOURCES = LookupCmap.c StdCmap.c StdCmap.h CrCmap.c DelCmap.c CmapAlloc.c raster.c draw.c color.c load.c save.c gradient.c xpixmap.c convert.c x86_specific.c context.c misc.c scale.c rotate.c convolve.c nxpm.c xpm.c xutil.c ppm.c png.c jpeg.c tiff.c gif.c
|
|
+libwraster_la_SOURCES = LookupCmap.c StdCmap.c StdCmap.h CrCmap.c DelCmap.c CmapAlloc.c raster.c draw.c color.c load.c save.c gradient.c xpixmap.c convert.c context.c misc.c scale.c rotate.c convolve.c nxpm.c xpm.c xutil.c ppm.c png.c jpeg.c tiff.c gif.c
|
|
|
|
|
|
LTCOMPILE2 = `echo $(LTCOMPILE) | sed -e s/-fomit-frame-pointer//`
|
|
@@ -148,7 +148,7 @@
|
|
libwraster_la_DEPENDENCIES = @ALLOCA@
|
|
libwraster_la_OBJECTS = LookupCmap.lo StdCmap.lo CrCmap.lo DelCmap.lo \
|
|
CmapAlloc.lo raster.lo draw.lo color.lo load.lo save.lo gradient.lo \
|
|
-xpixmap.lo convert.lo x86_specific.lo context.lo misc.lo scale.lo \
|
|
+xpixmap.lo convert.lo context.lo misc.lo scale.lo \
|
|
rotate.lo convolve.lo nxpm.lo xpm.lo xutil.lo ppm.lo png.lo jpeg.lo \
|
|
tiff.lo gif.lo
|
|
PROGRAMS = $(noinst_PROGRAMS)
|
|
@@ -449,11 +449,11 @@
|
|
|
|
|
|
# cant compile asm stuff with optimizations
|
|
-x86_specific.lo: x86_specific.c
|
|
- $(LTCOMPILE2) -O0 -c $<
|
|
+#x86_specific.lo: x86_specific.c
|
|
+# $(LTCOMPILE2) -O0 -c $<
|
|
|
|
-x86_specific.o: x86_specific.c
|
|
- $(COMPILE2) -O0 -c $<
|
|
+#x86_specific.o: x86_specific.c
|
|
+# $(COMPILE2) -O0 -c $<
|
|
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
|
# Otherwise a system limit (for SysV at least) may be exceeded.
|