comparison mpcommon.mak @ 26477:8c35fde6cdca

Merge libvo/Makefile into top-level Makefile.
author diego
date Wed, 23 Apr 2008 10:07:50 +0000
parents 7f5696224182
children dc333dff8376
comparison
equal deleted inserted replaced
26476:3c67e9d90431 26477:8c35fde6cdca
34 $(MPDEPEND_CMD) > $@ 34 $(MPDEPEND_CMD) > $@
35 35
36 %.ho: %.h 36 %.ho: %.h
37 $(CC) $(CFLAGS) -Wno-unused -c -o $@ -x c $< 37 $(CC) $(CFLAGS) -Wno-unused -c -o $@ -x c $<
38 38
39 %.o: %.m
40 $(CC) $(CFLAGS) -c -o $@ $<
41
39 ALLHEADERS = $(wildcard *.h) 42 ALLHEADERS = $(wildcard *.h)
40 checkheaders: $(ALLHEADERS:.h=.ho) 43 checkheaders: $(ALLHEADERS:.h=.ho)
41 44
42 # Hack to keep .depend from being generated at the top level unnecessarily. 45 # Hack to keep .depend from being generated at the top level unnecessarily.
43 ifndef DEPS 46 ifndef DEPS