Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
codes-dev
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Xin Wang
codes-dev
Commits
e421b386
Commit
e421b386
authored
Jul 12, 2013
by
Philip Carns
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
install header files
parent
9a4ed76e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
0 deletions
+15
-0
configure.ac
configure.ac
+3
-0
src/Makefile.subdir
src/Makefile.subdir
+12
-0
No files found.
configure.ac
View file @
e421b386
...
...
@@ -138,6 +138,9 @@ else
AC_MSG_ERROR([Could not find usable ROSS installation, try --with-ross=DIR])
fi
# put include files in a codes/ subdir
includedir="${includedir}/codes"
#
# To reactivate rewriting of the codesparser.y file,
# uncomment next line.
...
...
src/Makefile.subdir
View file @
e421b386
...
...
@@ -36,6 +36,18 @@ src/iokernellang/codesparser.c src/iokernellang/codesparser.h: src/iokernellang/
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/iokernellang/codesparser.h
\
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