[MPlayer-cvslog] r32042 - trunk/Makefile

diego subversion at mplayerhq.hu
Sat Sep 4 02:20:08 CEST 2010


Author: diego
Date: Sat Sep  4 02:20:08 2010
New Revision: 32042

Log:
cosmetics: Move header compilation rules to the bottom of the rules list.

Modified:
   trunk/Makefile

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	Sat Sep  4 01:49:35 2010	(r32041)
+++ trunk/Makefile	Sat Sep  4 02:20:08 2010	(r32042)
@@ -825,9 +825,6 @@ FFMPEGFILES = $(foreach part, $(FFMPEGPA
 
 all: $(ALL_PRG-yes)
 
-%.ho: %.h
-	$(CC) $(CFLAGS) -Wno-unused -c -o $@ -x c $<
-
 %.o: %.S
 	$(CC) $(ASFLAGS) -c -o $@ $<
 
@@ -843,8 +840,6 @@ all: $(ALL_PRG-yes)
 %-rc.o: %.rc
 	$(WINDRES) -I. $< $@
 
-checkheaders: $(ALLHEADERS:.h=.ho)
-
 $(FFMPEGLIBS): $(FFMPEGFILES) config.h
 	$(MAKE) -C $(@D)
 	touch $@
@@ -881,6 +876,11 @@ version.h: version.sh
 %$(EXESUF): %.c
 	$(CC) $(CFLAGS) -o $@ $^
 
+%.ho: %.h
+	$(CC) $(CFLAGS) -Wno-unused -c -o $@ -x c $<
+
+checkheaders: $(ALLHEADERS:.h=.ho)
+
 
 
 ###### dependency declarations / specific CFLAGS ######


More information about the MPlayer-cvslog mailing list