X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=settings.make;h=27969c14f319761ab1cf37b96cb43f9a4e55aff2;hb=96b2242079e941ae83eeda8c2f9ba03a7c9854b0;hp=5471dbde761c809860e76fb9e255bd480fe8ed71;hpb=dcb3df3fda85c612a887127d5357806238c72f0b;p=chiark-utils.git diff --git a/settings.make b/settings.make index 5471dbd..27969c1 100644 --- a/settings.make +++ b/settings.make @@ -20,11 +20,13 @@ # website at www.fsf.org, or the GNU Project website at www.gnu.org. CONFIG_CPPFLAGS= -DRWBUFFER_SIZE_MB=$(RWBUFFER_SIZE_MB) \ - -DREALLY_CHECK_FILE='"/etc/inittab"' + -DREALLY_CHECK_FILE='"/etc/inittab"' \ + -DREALLY_CHECK_FILE_2='"/etc/rc.local"' CC= gcc -CFLAGS= $(WARNINGS) $(OPTIMISE) $(DEBUG) -CPPFLAGS= $(CONFIG_CPPFLAGS) +CFLAGS= $(WARNINGS) $(OPTIMISE) $(DEBUG) $(CMDLINE_CFLAGS) +CPPFLAGS= $(CONFIG_CPPFLAGS) $(CMDLINE_CPPFLAGS) +LDFLAGS= $(CMDLINE_LDFLAGS) WARNINGS= -Wall -Wwrite-strings -Wmissing-prototypes \ -Wstrict-prototypes -Wpointer-arith -Wno-pointer-sign @@ -41,7 +43,10 @@ confdir=$(etcdir)/$(us) bindir=$(prefix)/bin sbindir=$(prefix)/sbin sharedir=$(prefix)/share/$(us) +perl5dir=$(prefix)/share/perl5 txtdocdir=$(prefix)/share/doc/$(us) +python2dir=$(prefix)/lib/python2.7/dist-packages +python3dir=$(prefix)/lib/python3/dist-packages exampledir=$(txtdocdir)/examples vardir=$(varlib)/$(us) mandir=${prefix}/man