From 47185f116058dddbddcadf9ad2858a0f12cda9d0 Mon Sep 17 00:00:00 2001 From: Albert Cahalan Date: Sun, 25 May 2008 19:35:55 +0000 Subject: [PATCH] nosvg and oldsvg options should not be needed anymore --- Makefile | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/Makefile b/Makefile index 388dfa900..5d971758c 100644 --- a/Makefile +++ b/Makefile @@ -270,23 +270,6 @@ release: releasedir @cd build ; \ tar -czvf tuxpaint-$(VER_VERSION).tar.gz tuxpaint-$(VER_VERSION) -# "make nosvg" builds the program with SVG (Cairo2) support disabled: -.PHONY: nosvg -nosvg: - @echo - @echo "Building with SVG DISABLED" - @echo - make SVG_LIB:= SVG_CFLAGS:= NOSVGFLAG:=NOSVG - -# "make oldsvg" builds the program using older SVG (Cairo1) libraries: -.PHONY: oldsvg -oldsvg: - @echo - @echo "Building with CAIRO1 SVG SUPPORT" - @echo - make SVG_LIB:="-lcairo -lsvg -lsvg-cairo" OLDSVGFLAG:=OLD_SVG - - # "make olpc" builds the program for an OLPC XO: .PHONY: olpc olpc: