diff Makefile @ 3206:55b18342ca1e libavformat

non-recursive makefiles
author mru
date Mon, 07 Apr 2008 21:16:31 +0000
parents e56c575b6717
children d5ad219a794f
line wrap: on
line diff
--- a/Makefile	Sat Apr 05 12:47:56 2008 +0000
+++ b/Makefile	Mon Apr 07 21:16:31 2008 +0000
@@ -2,7 +2,7 @@
 # libavformat Makefile
 # (c) 2000-2003 Fabrice Bellard
 #
-include ../config.mak
+include $(SUBDIR)../config.mak
 
 NAME = avformat
 FFLIBS = avcodec avutil
@@ -198,4 +198,4 @@
 OBJS-$(CONFIG_TCP_PROTOCOL)              += tcp.o
 OBJS-$(CONFIG_UDP_PROTOCOL)              += udp.o
 
-include ../common.mak
+include $(SUBDIR)../subdir.mak