Skip to content

Commit 00ec571

Browse files
starseekermpictor
authored andcommitted
OK, one more time with the step include files.
git-svn-id: https://brlcad.svn.sourceforge.net/svnroot/brlcad/brlcad/trunk/src/other/step@34020 2f96ce8b-6d43-0410-b8df-bffccc660ffb
1 parent 21500db commit 00ec571

33 files changed

+56
-36
lines changed

configure.ac

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1332,6 +1332,8 @@ AC_CONFIG_FILES([
13321332
misc/Makefile
13331333
include/Makefile
13341334
include/conf/Makefile
1335+
include/express/Makefile
1336+
include/exppp/Makefile
13351337
doc/Makefile
13361338
doc/man/Makefile
13371339
doc/man/man1/Makefile

include/Makefile.am

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11

2-
SUBDIRS = conf
2+
SUBDIRS = \
3+
conf \
4+
express \
5+
exppp
36

47
# As yet the status of most of scl's headers is
58
# not clarified - the C++ headers are shared among

include/exppp/Makefile.am

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
2+
expppincludedir = $(includedir)/exppp
3+
4+
expppinclude_HEADERS = \
5+
exppp.h
6+
7+
include $(top_srcdir)/misc/Makefile.defs
File renamed without changes.

include/express/Makefile.am

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
2+
expressincludedir = $(includedir)/express
3+
4+
expressinclude_HEADERS = \
5+
alg.h \
6+
basic.h \
7+
caseitem.h \
8+
de_end.h \
9+
decstart.h \
10+
defstart.h \
11+
dict.h \
12+
entity.h \
13+
error.h \
14+
expbasic.h \
15+
expr.h \
16+
express.h \
17+
hash.h \
18+
lexact.h \
19+
linklist.h \
20+
memory.h \
21+
object.h \
22+
resolve.h \
23+
schema.h \
24+
scope.h \
25+
stmt.h \
26+
symbol.h \
27+
type.h \
28+
variable.h
29+
30+
31+
include $(top_srcdir)/misc/Makefile.defs
File renamed without changes.

0 commit comments

Comments
 (0)