Revision: 55968
http://sourceforge.net/p/brlcad/code/55968
Author: starseeker
Date: 2013-07-08 13:57:35 +0000 (Mon, 08 Jul 2013)
Log Message:
-----------
Move src/other/step to src/other/stepcode in preparation for switching to using
the stepcode project sources
Modified Paths:
--------------
brlcad/trunk/src/other/CMakeLists.txt
Added Paths:
-----------
brlcad/trunk/src/other/stepcode/
brlcad/trunk/src/other/stepcode.dist
Removed Paths:
-------------
brlcad/trunk/src/other/step/
brlcad/trunk/src/other/step.dist
Modified: brlcad/trunk/src/other/CMakeLists.txt
===================================================================
--- brlcad/trunk/src/other/CMakeLists.txt 2013-07-08 08:14:02 UTC (rev
55967)
+++ brlcad/trunk/src/other/CMakeLists.txt 2013-07-08 13:57:35 UTC (rev
55968)
@@ -800,14 +800,14 @@
")
set(IS_SUBBUILD_STASH ${IS_SUBBUILD})
set(IS_SUBBUILD ON)
-THIRD_PARTY(scl step "LEMON_EXECUTABLE;PERPLEX_EXECUTABLE;BRLCAD_LEVEL3"
scl_ALIASES scl_DESCRIPTION NOSYS)
+THIRD_PARTY(scl stepcode "LEMON_EXECUTABLE;PERPLEX_EXECUTABLE;BRLCAD_LEVEL3"
scl_ALIASES scl_DESCRIPTION NOSYS)
if(BRLCAD_SCL_BUILD)
set(FEDEX_PLUS_EXEC fedex_plus CACHE STRING "Fedex plus executable" FORCE)
set(FEDEX_PLUS_EXECUTABLE_TARGET fedex_plus CACHE STRING "Fedex plus
executable target" FORCE)
mark_as_advanced(FEDEX_PLUS_EXEC)
mark_as_advanced(FEDEX_PLUS_EXECUTABLE_TARGET)
- DISTCLEAN(${CMAKE_CURRENT_BINARY_DIR}/step/include/scl_cf.h.in)
- DISTCLEAN(${CMAKE_CURRENT_BINARY_DIR}/step/scl_version_string.h.txt)
+ DISTCLEAN(${CMAKE_CURRENT_BINARY_DIR}/stepcode/include/scl_cf.h.in)
+ DISTCLEAN(${CMAKE_CURRENT_BINARY_DIR}/stepcode/scl_version_string.h.txt)
endif(BRLCAD_SCL_BUILD)
set(IS_SUBBUILD ${IS_SUBBUILD_STASH})
mark_as_advanced(SCL_BUILD_TYPE)
Deleted: brlcad/trunk/src/other/step.dist
===================================================================
--- brlcad/trunk/src/other/step.dist 2013-07-08 08:14:02 UTC (rev 55967)
+++ brlcad/trunk/src/other/step.dist 2013-07-08 13:57:35 UTC (rev 55968)
@@ -1,111 +0,0 @@
-SET(step_ignore_files
-AUTHORS
-cmake
-COPYING
-ChangeLog
-INSTALL
-NEWS
-README
-TODO
-data
-doc
-include
-misc
-src
-ctest_matrix.cmake
-run_ctest.cmake
-CTestConfig.cmake
-SCL_VERSION.txt
-src/base
-src/express/Changes
-src/express/README
-src/express/expparse.y
-src/express/expscan.l
-src/express/exptoks.h
-src/express/parse_data.h
-src/express/stack.h
-src/express/token_type.h
-src/exppp/README
-src/fedex_plus/classes.h
-src/fedex_plus/complexSupport.h
-src/clstepcore/ExpDict.h
-src/clstepcore/README
-src/clstepcore/Registry.h
-src/clstepcore/STEPaggregate.h
-src/clstepcore/STEPattribute.h
-src/clstepcore/STEPattributeList.h
-src/clstepcore/STEPcomplex.h
-src/clstepcore/STEPundefined.h
-src/clstepcore/SingleLinkList.h
-src/clstepcore/baseType.h
-src/clstepcore/complexSupport.h
-src/clstepcore/dict-pic.txt
-src/clstepcore/dictdefs.h
-src/clstepcore/notes.txt
-src/clstepcore/read_func.h
-src/clstepcore/sdai.h
-src/clstepcore/sdaiApplication_instance.h
-src/clstepcore/sdaiSelect.h
-src/clstepcore/instmgr.h
-src/clstepcore/mgrnode.h
-src/clstepcore/mgrnodearray.h
-src/clstepcore/mgrnodelist.h
-src/clstepcore/dispnode.h
-src/clstepcore/dispnodelist.h
-src/clstepcore/needFunc.h
-src/cleditor/README
-src/cleditor/STEPfile.h
-src/cleditor/cmdmgr.h
-src/cleditor/editordefines.h
-src/cleditor/seeinfodefault.h
-src/cldai/sdaiApplication_instance_set.h
-src/cldai/sdaiBinary.h
-src/cldai/sdaiDaObject.h
-src/cldai/sdaiEntity_extent.h
-src/cldai/sdaiEntity_extent_set.h
-src/cldai/sdaiEnum.h
-src/cldai/sdaiModel_contents.h
-src/cldai/sdaiModel_contents_list.h
-src/cldai/sdaiObject.h
-src/cldai/sdaiSession_instance.h
-src/cldai/sdaiString.h
-src/clutils/README
-src/clutils/Str.h
-src/clutils/dirobj.h
-src/clutils/errordesc.h
-src/clutils/gennode.h
-src/clutils/gennodearray.h
-src/clutils/gennodelist.h
-src/clutils/scl_hash.h
-src/clSchemas
-src/clprobe-ui
-src/test
-test/CMakeLists.txt
-test/buggy
-test/buggy/bad_line_nums.exp
-test/buggy/expr-src-aggregate.exp
-test/buggy/spaces_in_fct.exp
-test/misc
-test/misc/example.exp
-test/misc/pdmnet.exp
-test/misc/select.exp
-test/p21
-test/p21/CMakeLists.txt
-test/p21/comments.p21
-test/p21/missing_and_required.p21
-test/unitary_schemas
-test/unitary_schemas/aggregate_array.exp
-test/unitary_schemas/aggregate_index_attr.exp
-test/unitary_schemas/array_bounds_expr.exp
-test/unitary_schemas/array_of_simple_types.exp
-test/unitary_schemas/derived_attribute.exp
-test/unitary_schemas/enum_entity_name.exp
-test/unitary_schemas/enums_same_name.exp
-test/unitary_schemas/gcc_incomplete_type.exp
-test/unitary_schemas/multiple_inheritance.exp
-test/unitary_schemas/multiple_rep.exp
-test/unitary_schemas/named_type.exp
-test/unitary_schemas/select_data_type.exp
-test/unitary_schemas/single_inheritance.exp
-test/unitary_schemas/single_inheritance_multi_level.exp
-)
Copied: brlcad/trunk/src/other/stepcode.dist (from rev 55967,
brlcad/trunk/src/other/step.dist)
===================================================================
--- brlcad/trunk/src/other/stepcode.dist (rev 0)
+++ brlcad/trunk/src/other/stepcode.dist 2013-07-08 13:57:35 UTC (rev
55968)
@@ -0,0 +1,111 @@
+SET(step_ignore_files
+AUTHORS
+cmake
+COPYING
+ChangeLog
+INSTALL
+NEWS
+README
+TODO
+data
+doc
+include
+misc
+src
+ctest_matrix.cmake
+run_ctest.cmake
+CTestConfig.cmake
+SCL_VERSION.txt
+src/base
+src/express/Changes
+src/express/README
+src/express/expparse.y
+src/express/expscan.l
+src/express/exptoks.h
+src/express/parse_data.h
+src/express/stack.h
+src/express/token_type.h
+src/exppp/README
+src/fedex_plus/classes.h
+src/fedex_plus/complexSupport.h
+src/clstepcore/ExpDict.h
+src/clstepcore/README
+src/clstepcore/Registry.h
+src/clstepcore/STEPaggregate.h
+src/clstepcore/STEPattribute.h
+src/clstepcore/STEPattributeList.h
+src/clstepcore/STEPcomplex.h
+src/clstepcore/STEPundefined.h
+src/clstepcore/SingleLinkList.h
+src/clstepcore/baseType.h
+src/clstepcore/complexSupport.h
+src/clstepcore/dict-pic.txt
+src/clstepcore/dictdefs.h
+src/clstepcore/notes.txt
+src/clstepcore/read_func.h
+src/clstepcore/sdai.h
+src/clstepcore/sdaiApplication_instance.h
+src/clstepcore/sdaiSelect.h
+src/clstepcore/instmgr.h
+src/clstepcore/mgrnode.h
+src/clstepcore/mgrnodearray.h
+src/clstepcore/mgrnodelist.h
+src/clstepcore/dispnode.h
+src/clstepcore/dispnodelist.h
+src/clstepcore/needFunc.h
+src/cleditor/README
+src/cleditor/STEPfile.h
+src/cleditor/cmdmgr.h
+src/cleditor/editordefines.h
+src/cleditor/seeinfodefault.h
+src/cldai/sdaiApplication_instance_set.h
+src/cldai/sdaiBinary.h
+src/cldai/sdaiDaObject.h
+src/cldai/sdaiEntity_extent.h
+src/cldai/sdaiEntity_extent_set.h
+src/cldai/sdaiEnum.h
+src/cldai/sdaiModel_contents.h
+src/cldai/sdaiModel_contents_list.h
+src/cldai/sdaiObject.h
+src/cldai/sdaiSession_instance.h
+src/cldai/sdaiString.h
+src/clutils/README
+src/clutils/Str.h
+src/clutils/dirobj.h
+src/clutils/errordesc.h
+src/clutils/gennode.h
+src/clutils/gennodearray.h
+src/clutils/gennodelist.h
+src/clutils/scl_hash.h
+src/clSchemas
+src/clprobe-ui
+src/test
+test/CMakeLists.txt
+test/buggy
+test/buggy/bad_line_nums.exp
+test/buggy/expr-src-aggregate.exp
+test/buggy/spaces_in_fct.exp
+test/misc
+test/misc/example.exp
+test/misc/pdmnet.exp
+test/misc/select.exp
+test/p21
+test/p21/CMakeLists.txt
+test/p21/comments.p21
+test/p21/missing_and_required.p21
+test/unitary_schemas
+test/unitary_schemas/aggregate_array.exp
+test/unitary_schemas/aggregate_index_attr.exp
+test/unitary_schemas/array_bounds_expr.exp
+test/unitary_schemas/array_of_simple_types.exp
+test/unitary_schemas/derived_attribute.exp
+test/unitary_schemas/enum_entity_name.exp
+test/unitary_schemas/enums_same_name.exp
+test/unitary_schemas/gcc_incomplete_type.exp
+test/unitary_schemas/multiple_inheritance.exp
+test/unitary_schemas/multiple_rep.exp
+test/unitary_schemas/named_type.exp
+test/unitary_schemas/select_data_type.exp
+test/unitary_schemas/single_inheritance.exp
+test/unitary_schemas/single_inheritance_multi_level.exp
+)
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:
Build for Windows Store.
http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits