Skip to content

Commit 3b6c79e

Browse files
committed
Merge in most of the changes made thus far. Probably won't build yet as new Makefile.am stuff is untested, but getting close
1 parent dd4a90b commit 3b6c79e

123 files changed

Lines changed: 716 additions & 34631 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/Makefile.am

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
if ONLY_EXPRESS
2+
SUBDIRS = \
3+
express
4+
5+
else !ONLY_EXPRESS
6+
SUBDIRS = \
7+
express \
8+
exppp \
9+
fedex_plus \
10+
clstepcore \
11+
cleditor \
12+
cldai \
13+
clutils
14+
endif
15+
16+
EXTRA_DIST = \
17+
clivfasd \
18+
clprobe-ui \
19+
test
20+
21+
DIST_SUBDIRS = \
22+
express \
23+
exppp \
24+
fedex_plus \
25+
clstepcore \
26+
cleditor \
27+
cldai \
28+
clutils
29+
30+
include $(top_srcdir)/misc/Makefile.defs
31+
32+
# Local Variables:
33+
# mode: Makefile
34+
# tab-width: 8
35+
# indent-tabs-mode: t
36+
# End:
37+
# ex: shiftwidth=8 tabstop=8

src/cldai/ErrorMap.hh

Lines changed: 0 additions & 60 deletions
This file was deleted.

src/cldai/ErrorRpt.hh

Lines changed: 0 additions & 25 deletions
This file was deleted.

src/cldai/Makefile.am

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
lib_LTLIBRARIES = libstepdai.la
2+
noinst_LTLIBRARIES = libstepdai_nil.la
3+
4+
libstepdai_nil_la_SOURCES = \
5+
sdaiApplication_instance_set.cc \
6+
sdaiSession_instance.cc \
7+
sdaiObject.cc \
8+
sdaiDaObject.cc \
9+
sdaiEntity_extent.cc \
10+
sdaiEntity_extent_set.cc \
11+
sdaiModel_contents.cc \
12+
sdaiModel_contents_list.cc
13+
14+
libstepdai_nil_la_LDFLAGS =
15+
libstepdai_nil_la_LIBADD =
16+
17+
libstepdai_la_SOURCES =
18+
libstepdai_la_LDFLAGS =
19+
libstepdai_la_LIBADD = \
20+
libstepdai_nil.la
21+
22+
EXTRA_DIST = \
23+
ErrorMap.cc \
24+
ErrorRpt.cc \
25+
StrUtil.cc
26+
27+
include $(top_srcdir)/misc/Makefile.defs
28+
29+
FAST_OBJECTS = \
30+
$(libstepdai_la_OBJECTS)

src/cldai/StrUtil.hh

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)