1# This file configures xzgv's Makefiles. You should edit the settings
2# below as needed.
3
4# ---------------------- Compilation options ----------------------
5
6# Set the C compiler to use, and options for it.
7# This is likely to be what you'll want for most systems:
8#
9#CC=gcc
10#CFLAGS=-O2 -Wall
11
12# Set the awk interpreter to use for a script used while compiling.
13# (This should be a `new' awk, such as gawk or mawk.)
14#
15# This setting should work for Linux and *BSD. On Solaris, you
16# should set it to use `nawk' instead.
17#
18AWK=awk
19
20# --------------------- Installation options ----------------------
21
22# Set BINDIR to directory for binaries,
23# INFODIR to directory for info files,
24# MANDIR to directory for man page.
25# Usually it will be simpler to just set PREFIX.
26#
27#PREFIX=/usr/local
28BINDIR=$(PREFIX)/bin
29INFODIR=$(PREFIX)/share/info
30MANDIR=$(PREFIX)/share/man/man1
31DESKTOPDIR1=$(PREFIX)/share/applications
32DESKTOPDIR2=$(PREFIX)/share/app-install/desktop
33PIXMAPDIR=$(PREFIX)/share/pixmaps
34
35# -------------------- Miscellaneous options -----------------------
36
37# Finally, an option for `make dvi' in the `doc' directory. You only need
38# worry about what this is set to if you plan to make a printed manual.
39#
40# Normally the .dvi file created will be formatted for printing on A4
41# paper (210x297mm, 8.27x11.69"); if you'll be printing on non-A4,
42# you'll probably want to comment this out. (It'll still warn you to
43# edit this file when you do `make dvi', but that's only because
44# doc/Makefile isn't as smart about that as it should be. :-))
45#
46USE_A4_DEF=-t @afourpaper
47