changeset 62:aac097949f15 libpostproc

Declare libpostproc prerequisites directly instead of using a layer of indirection. This moves build system workarounds closer to libpostproc where they are really needed.
author diego
date Tue, 30 Oct 2007 07:54:18 +0000
parents 98d3264ac47f
children 650554bacd12
files Makefile
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Wed Oct 17 09:37:46 2007 +0000
+++ b/Makefile	Tue Oct 30 07:54:18 2007 +0000
@@ -10,13 +10,13 @@
 LIBVERSION=$(SPPVERSION)
 LIBMAJOR=$(SPPMAJOR)
 
-STATIC_OBJS=postprocess.o
-SHARED_OBJS=postprocess_pic.o
-
 HEADERS = postprocess.h
 
 include ../common.mak
 
+$(LIBNAME): postprocess.o
+$(SLIBNAME_WITH_MAJOR): postprocess_pic.o
+
 depend dep: postprocess.c
 
 postprocess_pic.o: postprocess.c