"Fossies" - the Fresh Open Source Software Archive 
Member "xzgv-0.9.2/config.mk" (3 Sep 2017, 1569 Bytes) of package /linux/misc/old/xzgv-0.9.2.tar.gz:
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) Make source code syntax highlighting (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
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 #
18 AWK=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
28 BINDIR=$(PREFIX)/bin
29 INFODIR=$(PREFIX)/share/info
30 MANDIR=$(PREFIX)/share/man/man1
31 DESKTOPDIR1=$(PREFIX)/share/applications
32 DESKTOPDIR2=$(PREFIX)/share/app-install/desktop
33 PIXMAPDIR=$(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 #
46 USE_A4_DEF=-t @afourpaper