comparison Makefile @ 9270:a9e4caf963dc libavcodec

Generalize example target rule in common.mak so that it sets a -example$(EXESUF) suffix for all example files instead of doing this in individual Makefiles.
author diego
date Sun, 29 Mar 2009 14:35:20 +0000
parents bd89b50b48fc
children 66260a50c830
comparison
equal deleted inserted replaced
9269:bd89b50b48fc 9270:a9e4caf963dc
529 529
530 OBJS-$(HAVE_VIS) += sparc/dsputil_vis.o \ 530 OBJS-$(HAVE_VIS) += sparc/dsputil_vis.o \
531 sparc/simple_idct_vis.o \ 531 sparc/simple_idct_vis.o \
532 532
533 533
534 EXAMPLES = api-example$(EXESUF) 534 EXAMPLES = api
535 535
536 TESTPROGS = cabac dct eval fft h264 rangecoder snow 536 TESTPROGS = cabac dct eval fft h264 rangecoder snow
537 TESTPROGS-$(ARCH_X86) += x86/cpuid 537 TESTPROGS-$(ARCH_X86) += x86/cpuid
538 TESTPROGS-$(HAVE_MMX) += motion 538 TESTPROGS-$(HAVE_MMX) += motion
539 539