-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile-portable.conf
92 lines (74 loc) · 2.77 KB
/
Makefile-portable.conf
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
# -*- makefile -*-
#
# Copyright (C) 2011-2022 Alexis Bienvenüe <[email protected]>
#
# This file is part of Auto-Multiple-Choice
#
# Auto-Multiple-Choice is free software: you can redistribute it
# and/or modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation, either version 2 of
# the License, or (at your option) any later version.
#
# Auto-Multiple-Choice 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
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Auto-Multiple-Choice. If not, see
# <http://www.gnu.org/licenses/>.
# SYSTEM FOR INSTALLATION
SYSTEM_TYPE ?= portable
LATEX_FREE=0
INSTREP ?= /tmp/AMC
# INSTALLATION : where to install parts of the package ?
# directory for executable
BINDIR=$(INSTREP)/bin
# directory for perl modules
PERLDIR=$(INSTREP)/perl
# directory for some AMC executables, not to be used by end-user
MODSDIR=$(INSTREP)/lib
# directory for LaTeX style file
TEXDIR=$(INSTREP)/latex
# directory for LaTeX doc
TEXDOCDIR=$(INSTREP)/doc
# directory for man (1) files
MAN1DIR=$(INSTREP)/doc/man/man1
# directory for desktop and metainfo files
DESKTOPDIR=$(INSTREP)/applications
METAINFODIR=$(INSTREP)/metainfo
# directory for icons (svg)
ICONSDIR=$(INSTREP)/icons
# directory for the main (svg) icon
APPICONDIR=$(INSTREP)/icons/hicolor
# directory for icons (xpm)
PIXDIR=$(INSTREP)/icons
# directory for locales (MO files will be put in
# $(LOCALEDIR)/fr/LC_MESSAGES for example)
LOCALEDIR=$(INSTREP)/locale
# directory for AMC packaged models
MODELSDIR=$(INSTREP)/models
# directory for documentation (will use html/auto-multiple-choice.* subdirs for HTML docs)
DOCDIR=$(INSTREP)/doc/auto-multiple-choice
# BUILD : where to find some files used for building AMC ?
# URLs can be used if XML catalogs are present.
#DOCBOOK_MAN_XSL=/usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl
DOCBOOK_MAN_XSL=http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
#DOCBOOK_XHTML_XSL=/usr/share/xml/docbook/stylesheet/nwalsh/xhtml/chunk.xsl
DOCBOOK_XHTML_XSL=http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl
#DOCBOOK_DTD=/usr/share/xml/docbook/schema/dtd/4.5/docbookx.dtd
DOCBOOK_DTD=http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd
# No syntax highlighting for gedit
SHARED_MIMEINFO_DIR=
LANG_GTKSOURCEVIEW_DIR=
# No CSS
CSSDIR=
# BUILD : options to compile with opencv libraries
#CFLAGS=-O2 -m32 -march=i386
#CXXFLAGS=-O2 -m32 -march=i386
GCC_OPENCV_LIBS=auto
# INFO IN DESKTOP FILE
DESKTOP_CAT=Education;
# INSTALL USER AND GROUP
INSTALL_USER=
INSTALL_GROUP=