Lines Matching refs:srcdir
75 libjpeg_la_LDFLAGS += -Wl,--version-script=$(srcdir)/libjpeg.map
123 ./djpeg -dct int -ppm -outfile testout.ppm $(srcdir)/testorig.jpg
124 ./djpeg -dct int -bmp -colors 256 -outfile testout.bmp $(srcdir)/testorig.jpg
125 ./cjpeg -dct int -outfile testout.jpg $(srcdir)/testimg.ppm
126 ./djpeg -dct int -ppm -outfile testoutp.ppm $(srcdir)/testprog.jpg
127 ./cjpeg -dct int -progressive -opt -outfile testoutp.jpg $(srcdir)/testimg.ppm
128 ./jpegtran -outfile testoutt.jpg $(srcdir)/testprog.jpg
129 cmp $(srcdir)/testimg.ppm testout.ppm
130 cmp $(srcdir)/testimg.bmp testout.bmp
131 cmp $(srcdir)/testimg.jpg testout.jpg
132 cmp $(srcdir)/testimg.ppm testoutp.ppm
133 cmp $(srcdir)/testimgp.jpg testoutp.jpg
134 cmp $(srcdir)/testorig.jpg testoutt.jpg