[llvm-commits] [parallel] CVS: llvm/test/Programs/External/SPEC/CINT95/132.ijpeg/Makefile

Misha Brukman brukman at cs.uiuc.edu
Mon Mar 1 18:56:52 PST 2004


Changes in directory llvm/test/Programs/External/SPEC/CINT95/132.ijpeg:

Makefile added (r1.3.2.1)

---
Log message:

Merge from trunk

---
Diffs of the changes:  (+12 -0)

Index: llvm/test/Programs/External/SPEC/CINT95/132.ijpeg/Makefile
diff -c /dev/null llvm/test/Programs/External/SPEC/CINT95/132.ijpeg/Makefile:1.3.2.1
*** /dev/null	Mon Mar  1 17:59:19 2004
--- llvm/test/Programs/External/SPEC/CINT95/132.ijpeg/Makefile	Mon Mar  1 17:59:09 2004
***************
*** 0 ****
--- 1,12 ----
+ LEVEL = ../../../../../..
+ STDIN_FILENAME  := specmun.ppm
+ STDOUT_FILENAME := specmun.out
+ RUN_OPTIONS := -image_file specmun.ppm -compression.quality 90 -compression.optimize_coding 0 -compression.smoothing_factor 90 -difference.image 1 -difference.x_stride 10 -difference.y_stride 10 -verbose 1 -GO.findoptcomp
+ 
+ # This line nukes the __const's found in /usr/include/stdio.h that prevent the
+ # extern char * sys_errlist variable from linking properly.
+ CPPFLAGS += -D__const=""
+ 
+ Source=libpbm1.c libpbm2.c libpbm3.c libpbm4.c libpbm5.c libpgm1.c libpgm2.c libppm1.c libppm2.c libppm3.c libppm4.c libppm5.c spec_image.c spec_jmemdst.c spec_jmemsrc.c spec_main.c rdppm.c wrppm.c rdgif.c wrgif.c rdtarga.c wrtarga.c rdbmp.c wrbmp.c jcapi.c jcparam.c jdatadst.c jcmaster.c jcmarker.c jcmainct.c jcprepct.c jccoefct.c jccolor.c jcsample.c jchuff.c jcdctmgr.c jfdctfst.c jfdctflt.c jfdctint.c jdapi.c jdatasrc.c jdmaster.c jdmarker.c jdmainct.c jdcoefct.c jdpostct.c jddctmgr.c jidctfst.c jidctflt.c jidctint.c jidctred.c jdhuff.c jdsample.c jdcolor.c jquant1.c jquant2.c jdmerge.c jcomapi.c jutils.c jerror.c jmemmgr.c jmemnobs.c
+ include ../../Makefile.spec95
+ 





More information about the llvm-commits mailing list