forked from okbob/ncurses-st-menu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.make.in
35 lines (28 loc) · 831 Bytes
/
config.make.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# -*- makefile-gmake -*-
prefix = @prefix@
exec_prefix = @exec_prefix@
bindir = @bindir@
mandir = @mandir@
docdir = @docdir@
datarootdir = @datarootdir@
sysconfdir = @sysconfdir@
COMPILE_MENU = @COMPILE_MENU@
CC = @CC@
CFLAGS = @CFLAGS@ @COVERAGE_CFLAGS@ @DEBUG_CFLAGS@ @CURSES_CFLAGS@ @DEFS@ -Wextra -pedantic
LDFLAGS = @LDFLAGS@
LDLIBS = @LIBS@ @PANEL_LIBS@ @CURSES_LIBS@ @LTLIBUNISTRING@
LIBDIR = @libdir@
INCLUDEDIR = @includedir@
PKG_CONFIG = @PKG_CONFIG@
HAVE_LIBUNISTRING = @HAVE_LIBUNISTRING@
BUILD_OS = @BUILD_OS@
HAVE_PDCURSES = @HAVE_PDCURSES@
PDCURSES_LIB = @PDCURSES_LIB@
PDCURSES_DEP_LIBS = @PDCURSES_DEP_LIBS@
PDCURSES_LIBDIR = @PDCURSES_LIBDIR@
PDCURSES_INCDIR = @PDCURSES_INCDIR@
config.status: configure
./config.status --recheck
config.make: config.status
./config.status $@
config.make: config.make.in