X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=settings.make;h=0c4de29eea65d740e842f9a72b8178518ddc486b;hb=5f477c55c7500f6e4d748e4ddcd3ba90dc1bac79;hp=95c0f197eaddf58f48db0b891ffe51967f419037;hpb=6362f12ce73173b77cecddba14e33e6dfa203b7e;p=userv-utils.git diff --git a/settings.make b/settings.make index 95c0f19..0c4de29 100644 --- a/settings.make +++ b/settings.make @@ -1,6 +1,6 @@ # common makefile settings for userv-utils -# Copyright (C) 1999-2000 Ian Jackson +# Copyright (C) 1999-2000,2003 Ian Jackson # # This is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -30,6 +30,7 @@ docdir= $(sharedir)/doc libuserv= $(libdir)/userv shareuserv= $(sharedir)/userv +varlog= $(vardir)/log varlib= $(vardir)/lib varlibuserv= $(varlib)/userv @@ -37,9 +38,9 @@ etcuserv= $(etcdir)/userv services= $(etcuserv)/services.d CFLAGS= -Wall -Wwrite-strings -Wmissing-prototypes -Wstrict-prototypes \ - -Wpointer-arith -D_GNU_SOURCE \ + -Wpointer-arith -D_GNU_SOURCE -Wno-pointer-sign \ $(OPTIMISE) $(DEBUG) $(SUBDIR_CFLAGS) -LDFLAGS= $(SUBDIR_LDFLAGS) +LDFLAGS= $(SUBDIR_LDFLAGS) $(DEBUG) OPTIMISE= -O2 DEBUG= -g