Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Matthieu Dorier
codes
Commits
e421b386
Commit
e421b386
authored
Jul 12, 2013
by
Philip Carns
Browse files
install header files
parent
9a4ed76e
Changes
2
Show whitespace changes
Inline
Side-by-side
configure.ac
View file @
e421b386
...
@@ -138,6 +138,9 @@ else
...
@@ -138,6 +138,9 @@ else
AC_MSG_ERROR([Could not find usable ROSS installation, try --with-ross=DIR])
AC_MSG_ERROR([Could not find usable ROSS installation, try --with-ross=DIR])
fi
fi
# put include files in a codes/ subdir
includedir="${includedir}/codes"
#
#
# To reactivate rewriting of the codesparser.y file,
# To reactivate rewriting of the codesparser.y file,
# uncomment next line.
# uncomment next line.
...
...
src/Makefile.subdir
View file @
e421b386
...
@@ -36,6 +36,18 @@ src/iokernellang/codesparser.c src/iokernellang/codesparser.h: src/iokernellang/
...
@@ -36,6 +36,18 @@ src/iokernellang/codesparser.c src/iokernellang/codesparser.h: src/iokernellang/
EXTRA_DIST
+=
src/iokernellang/codesparser.y
EXTRA_DIST
+=
src/iokernellang/codesparser.y
include_HEADERS
=
\
src/iokernellang/CodesKernelHelpers.h
\
src/iokernellang/CodesIOKernelContext.h
\
src/iokernellang/CodesIOKernelParser.h
\
src/iokernellang/CodesIOKernelTypes.h
\
src/iokernellang/codeslexer.h
\
src/modelconfig/txt_configfile.h
\
src/util/tools.h
\
src/logging/codeslogging.h
\
src/logging/timeline.h
\
src/iokernellang/codesparser.h
src_libcodes_base_a_SOURCES
=
\
src_libcodes_base_a_SOURCES
=
\
src/iokernellang/codesparser.h
\
src/iokernellang/codesparser.h
\
src/iokernellang/codesparser.c
\
src/iokernellang/codesparser.c
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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