From 47e5f2f1e06ffb2dd500fc4d446fd2e8b67cc77b Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Tue, 18 Apr 2006 21:17:17 +0000 Subject: [PATCH] More generic Makefile --- Makefile | 2 +- src/Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 652a1a7..5a0062d 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ PACKAGE = GToolkit VERSION = 0.0.0 SUBDIRS = src LN = ln -sf -TAR = tar cfzv +TAR = tar -czvf all: subdirs diff --git a/src/Makefile b/src/Makefile index 79eb2c2..5c5c82a 100644 --- a/src/Makefile +++ b/src/Makefile @@ -3,9 +3,9 @@ PREFIX = /usr/local DESTDIR = LIBDIR = $(PREFIX)/lib CC = cc -CFLAGSF = -W -Wall -ansi +CFLAGSF = -W -Wall -ansi -D_GNU_SOURCE CFLAGS = -g -AR = ar rc +AR = ar -rc RANLIB = ranlib LD = ld -shared RM = rm -f