forked from blackav/ejudge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile.unix.in
67 lines (56 loc) · 1.9 KB
/
Makefile.unix.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# -*- Makefile -*-
# @configure_input@
# Copyright (C) 2000-2018 Alexander Chernov <[email protected]> */
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2 of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
prefix=@prefix@
exec_prefix=@exec_prefix@
bindir=@bindir@
datarootdir=@datarootdir@
datadir=@datadir@
includedir=@includedir@
libdir=@libdir@
libexecdir=@libexecdir@
cgibindir=@cgibindir@
serverbindir=@ac_cv_ejudge_server_bin_path_m@
CGI_PROG_SUFFIX=@ac_cv_cgi_suffix@
STATIC=@ac_cv_static@
NO_KERNEL=@ac_cv_no_kernel@
ENABLE_NLS=@ac_cv_nls@
ARCH=@ac_cv_ejudge_arch@
EXESFX=@ac_cv_exe_suffix@
LIBICONV=@ac_cv_has_lib_iconv@
LIBLIBICONV=@ac_cv_has_lib_libiconv@
LIBINTL=@ac_cv_has_lib_intl@
LIBZIP=@ac_cv_has_lib_libzip@
LIBCURL=@ac_cv_has_lib_libcurl@
LIBUUID=@ac_cv_has_lib_libuuid@
NCURSESINCLUDE=@ac_cv_ncurses_include@
ICONV=@ICONV@
XGETTEXT=@XGETTEXT@
MSGMERGE=@MSGMERGE@
MSGFMT=@MSGFMT@
CHARSET=@CHARSET_UPPERCASE@
EXPAT_DIR=@ac_cv_expat_root@
EXPAT_INCL_OPT=@ac_cv_expat_include_opt@
EXPAT_LIB_OPT=@ac_cv_expat_lib_opt@
LIBCAP_DIR=@ac_cv_libcap_root@
LIBCAP_INCL_OPT=@ac_cv_libcap_include_opt@
LIBCAP_LIB_OPT=@ac_cv_libcap_lib_opt@
MONGO_EXISTS=@ac_cv_has_libmongo_client@
MONGO_CFLAGS=@ac_cv_libmongo_client_cflags@
MONGO_LIBS=@ac_cv_libmongo_client_libs@
WPTRSIGN=@ac_cv_gcc_wno_pointer_sign@ @ac_cv_gcc_wno_format_truncation@
NCURSES_SUFFIX=@ac_cv_ncurses_suffix@
WERROR=@ac_cv_werror_flag@
PRIMARY_USER=@ac_cv_primary_user@
COMPILE_USER=@ac_cv_compile_user@
PRIMARY_USER=@ac_cv_exec_user@
include main.unix.make