Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tarot
tarot
Commits
7e46765e
Commit
7e46765e
authored
Jan 02, 2020
by
Vivien Kraus
Browse files
Do not forget that the models live in =$(srcdir)=
parent
c561431b
Changes
2
Hide whitespace changes
Inline
Side-by-side
model/Makefile.am
View file @
7e46765e
# tarot implements the rules of the tarot game
# Copyright (C) 2019 Vivien Kraus
# Copyright (C) 2019
, 2020
Vivien Kraus
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
@@ -28,7 +28,7 @@ dist_model_DATA = \
%reldir%/linear-5.model
\
%reldir%/stacking.model
M
AINTAINERCLEAN
FILES
+
=
\
M
ODEL_SOURCE_HEADER_
FILES
=
\
$(srcdir)
/%reldir%/tree-1.h
\
$(srcdir)
/%reldir%/tree-2.h
\
$(srcdir)
/%reldir%/tree-3.h
\
...
...
@@ -41,14 +41,16 @@ MAINTAINERCLEANFILES += \
$(srcdir)
/%reldir%/linear-5.h
\
$(srcdir)
/%reldir%/stacking.h
MAINTAINERCLEANFILES
+=
$(MODEL_SOURCE_HEADER_FILES)
dist_noinst_SCRIPTS
+=
$(PREDICTORS)
learn_verbose
=
$
(
learn_verbose_@AM_V@
)
learn_verbose_
=
$
(
learn_verbose_@AM_DEFAULT_V@
)
learn_verbose_0
=
@echo
" LEARN "
$@
;
EXTRA_DIST
+=
$(
dist_model_DATA:.model=.h
)
%reldir%/gen-c-code.xsl
BUILT_SOURCES
+=
$(
dist_model_DATA:.model=.h
)
EXTRA_DIST
+=
$(
MODEL_SOURCE_HEADER_FILES
)
%reldir%/gen-c-code.xsl
BUILT_SOURCES
+=
$(
MODEL_SOURCE_HEADER_FILES
)
AM_CPPFLAGS
+=
-I
%reldir%
-I
$(srcdir)
/%reldir%
...
...
src/libtarot/features/Makefile.am
View file @
7e46765e
# tarot implements the rules of the tarot game
# Copyright (C) 2019 Vivien Kraus
# Copyright (C) 2019
, 2020
Vivien Kraus
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
@@ -21,7 +21,7 @@ src_libtarot_libtarot_la_SOURCES += \
%reldir%/features.c
\
%reldir%/tarot/features_private.h
\
%reldir%/tarot/features_private_impl.h
\
$(
dist_model_DATA:.model=.h
)
$(
MODEL_SOURCE_HEADER_FILES
)
INTROSPECTED_SOURCES
+=
%reldir%/features.c
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment