[MPlayer-cvslog] r23085 - trunk/libvo/Makefile
diego
subversion at mplayerhq.hu
Sun Apr 22 22:16:29 CEST 2007
Author: diego
Date: Sun Apr 22 22:16:29 2007
New Revision: 23085
Log:
Readd an explicit rule for Objective C files. Apparently only Apple's fork of
GNU Make has an implicit rule for Objective C.
Modified:
trunk/libvo/Makefile
Modified: trunk/libvo/Makefile
==============================================================================
--- trunk/libvo/Makefile (original)
+++ trunk/libvo/Makefile Sun Apr 22 22:16:29 2007
@@ -23,3 +23,6 @@ SRCS_COMMON-$(BITMAP_FONT) += font_load
SRCS_COMMON-$(FREETYPE) += font_load_ft.c
include ../mpcommon.mak
+
+%.o: %.m
+ $(CC) $(CFLAGS) -c -o $@ $<
More information about the MPlayer-cvslog
mailing list