This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project gfxprim.git.
The branch, master has been updated via 12140ab1df18e77ad7a07908bc1f944579eccc78 (commit) from db6777f82eb9c87d31fd68beed98624f4441024e (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- http://repo.or.cz/w/gfxprim.git/commit/12140ab1df18e77ad7a07908bc1f944579ecc...
commit 12140ab1df18e77ad7a07908bc1f944579eccc78 Author: Cyril Hrubis metan@ucw.cz Date: Mon Nov 14 23:34:53 2011 +0100
build: Fix one more Makefile.
diff --git a/tests/drivers/Makefile b/tests/drivers/Makefile index 3f631db..afba820 100644 --- a/tests/drivers/Makefile +++ b/tests/drivers/Makefile @@ -1,17 +1,10 @@ -LDFLAGS=-L../../build/ -lGP -lpng -ldl -ljpeg -lm -INCLUDE=-I../../include -# Some warnings are triggered only with -O2 -# thuss added here -CFLAGS=$(INCLUDE) -ggdb -W -Wall -O2 -SOURCES=$(wildcard *.c) -TESTS=$(SOURCES:.c=) +TOPDIR=../..
-all: $(TESTS) +CSOURCES=$(shell echo *.c)
-%: %.c - $(CC) $(CFLAGS) $(LDFLAGS) $(LIBRARY) $^ -o $@ +LDLIBS+=-lGP -lGP_SDL -lSDL -L$(TOPDIR)/build/
-clean: - rm -f *.o - rm -f $(TESTS) +APPS=$(CSOURCES:.c=)
+include $(TOPDIR)/include.mk +include $(TOPDIR)/app.mk
-----------------------------------------------------------------------
Summary of changes: tests/drivers/Makefile | 19 ++++++------------- 1 files changed, 6 insertions(+), 13 deletions(-)
repo.or.cz automatic notification. Contact project admin jiri.bluebear.dluhos@gmail.com if you want to unsubscribe, or site admin admin@repo.or.cz if you receive no reply.