1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-19 13:40:49 +03:00

Compare commits

...

821 Commits

Author SHA1 Message Date
abk
19ca47ad92 Intermediate state. New walking algorithm was implemented based on curve curvature radius. Problems with approximater were revealed. 2013-05-30 15:02:24 +04:00
git
3af9db62e0 Adjusting testing case for testing on Debian60 64bit 2013-04-23 13:54:52 +04:00
bugmaster
b9d558fc57 Update of License version. 2013-04-22 15:23:09 +04:00
abv
846858f0a0 Fixing path to xsd file in tests of _xml grids in xml group 2013-04-22 11:24:47 +04:00
bugmaster
3c7d96e646 Changing OCCT version from 6.6.0 beta to 6.6.0 2013-04-19 10:51:07 +04:00
abv
b432670a77 Avoid adding CASROOT to CSF_TestDataPath which leads to long time spent unnecessarily by locate_data_file 2013-04-19 10:51:04 +04:00
apn
dc5bdbfc0c Update of test cases that are crashed by cpulimit command 2013-04-19 10:51:01 +04:00
abv
9753e6deb9 0023905: Clean obsolete test commands
In parallel mode, limit number of jobs in the queue to avoid slowdown occurring with long queues
Obsolete DRAW tools removed
Improvement of processing of test log:
- log is collected as list and not as string for better performance
- short table of test cases (TOC) is added in HTML log
- algorithm to combine test cases in one row in HTML log is improved to avoid long lines (group bugs)
Parse rules corrected to ignore irrelevant debug messages, and to correctly report tests 3rdparty export as skipped or BAD when Gl2Ps is missing or is built in incompatible mode on windows
Tests corrected to pass in Debug mode on Windows
2013-04-19 10:50:58 +04:00
abv
174178b9fa 0023909: FPE in BSplSLib::RationalDerivative
Avoid use of array out of its bounds in BSplSLib::RationalDerivative().

In addition, Resource_Manager is fixed to allow saving with empty resource map (test bugs fclasses bug181_1).
2013-04-19 10:50:53 +04:00
apn
e87a5bc65e Correction bugs xde group 2013-04-19 10:50:50 +04:00
apn
d67042f867 Adjusting testing cases for current state of OCCT 2013-04-19 10:50:48 +04:00
aba
d27868141a Small correction 2013-04-17 18:49:56 +04:00
omy
323c04defa 0023901: Memory leaks in tests
Removed a field from BOPDS_PaveBlock that contained  the BOPDS_PaveBlock object itself.
Function RealPaveBlock() now returns a const handle, not a const reference to handle.
Removed const modifier because function now returns an object, not a reference to it.
2013-04-17 17:15:29 +04:00
kgv
ed97f43c0c 0022590: Migration to FreeImage - revision of Xw and WNT packages
Clean up Xw package from outdated and unused functionality
Adjusting test case for current state of master
2013-04-17 16:36:16 +04:00
abk
b659a6dc19 0023830: BRepExtrema_DistShapeShape does not find intersection of face with edge
Data member myIsDivergent was added to class math_FunctionSetRoot.
The member is initialized in method Perform start by Standard_False. The member is changed in the method to Standard_True if an approximation point is located outside of search set.

Method IsDivergent was added to class math_FunctionSetRoot.
The method returns value of myIsDivergent.

Parameter theStopOnDivergent with default value Standard_False was added to
a constructor and method Perform of class math_FunctionSetRoot.
The parameter shows whether return from method Perform if myIsDivergent
became Standard_True.

Class Extrema_GenExtCS was optimized for dynamic memory consumption:
the class surface values are not stored now.

Method Perform of class Extrema_GenExtCS was improved for local extreme
search in case of iteration algorithm divergence. Size of the algorithm
grid cell for initial approximation is reduced by 2 in the case. The count
of the reduces is limited.
Build fix in *.cdl.
Case of extrusion was carried out of the repeat loop.

Division method of the 3-dimensional grid (curve param, surface first
param, surface second param) by two was replaced by method of moving the
grid.

The moving method is about two times faster than division method.
Now grid moving method is depending on some average linear sizes of the curve and the surface.
In case (theStopOnDivergent && myIsDivergent) method math_FunctionSetRoot::Perform sets Done to Standard_False and discard it's last solution.
Test case for the bug fix.
Test case correction
Initial approximation was corrected for search of maximum in Extrema_GenExtCS::Perform.
Test case bugs moddata_3 bug23830 was formatted.
2013-04-17 15:33:27 +04:00
pkv
729d84d4f9 0023765: The result of section operation contains redundant vertex.
Adding test case for this fix
Modified test cases regarding to 23765
2013-04-17 15:29:29 +04:00
Roman Lygin
06be28a4f1 CR23683: Geom_BSplineSurface incorrectly determines continuity for periodic cases
Add a checking into files Geom_OffsetSurface.cxx, Geom_OffsetCurve.cxx, Geom2d_OffsetCurve.cxx , which try to make continuity of bspline surfaces and curves more than C0 to build offset.
Delete duplicate code and checkings
Prevent change of offset curve / surface when exception is raised due to attempt to set new C0 basis curve / surface
Added new QA command OCC23683. Added test case bugs/moddata_3/bug23683
2013-04-17 15:26:49 +04:00
pkv
973f1c39ac 0023891: Function fsameparameter throws an exception.
Added test cases bugs modalg_5/bug23891_1/bug23891_2/bug23891_3/bug23891_4
2013-04-15 18:22:32 +04:00
emv
7a9d451a98 0023881: BRepAlgoAPI_Section HasAncestorFaceOn1 returned False on the boundary(6.6.0 beta).
The methods HasAncestorFaceOn1() and HasAncestorFaceOn1() return true only in the case when their first argument is the new edge built from intersection curve and not an existing common edge.
PCurveOn1() and PCurveOn2() have been removed.
Methods PCurveOn1() and PCurveOn2() removed from BRepAlgo_Section class.
Added test case bugs/modalg_5/bug23881
2013-04-15 18:19:01 +04:00
dbv
275e812f4a 0023895: XCAF document does not store names for subfigures from IGES files
Fixed names for subfigures
Added test case bugs/xde/bug23895
2013-04-15 18:14:16 +04:00
dbv
bcfb87ebe4 0023879: Test cases update for Mac OS X platform 2013-04-15 18:08:25 +04:00
aba
0a768f5684 0023709: Redesign of hlrtest command: vhlr and vhlrtype commands were added; hlr type changing was added to AIS_Shape, AIS_Drawer and Prs3d_Drawer
QuickHLR and ExactHLR items removed from AIS_DisplayMode enumeration as unused.
Minor coding style and CDL documentation corrections applied.
Compiler error in AIS_Shape::SetTypeOfHLR() corrected
Corrections in HLR algorithm.
Compiler error in AIS_Shape::TypeOfHLR() corrected
Added test cases bugs vis bug23709_1/bug23709_2/bug23709_3/bug23709_4
2013-04-15 18:06:26 +04:00
dbv
d9e8bb0884 Updating test cases for 23828 issue to mark them as known on Mac OS X platform. 2013-04-15 13:57:08 +04:00
kgv
0c4ca3bd7b Adjusting testing case for current state of OCCT 2013-04-15 11:56:29 +04:00
kgv
7cc2d520c2 0023883: Bound color in the primitive array do not work when displayed using VBO
Added test case bugs vis bug23883
2013-04-12 16:36:20 +04:00
dbv
87225ffd03 0023885: Inclusion of X11 header should be protected with macro
X11 headers inclusions have been protected with macro
Remarks fix
2013-04-12 13:44:46 +04:00
emv
5d05cf31f0 0023882: Memory leak is reported on BOP in test bugs fclasses bug7287_5.
Test cases which check Boolean Operation algorithm on memory leaks have been rewritten to test the whole algorithm and not a part of it.
2013-04-12 13:37:16 +04:00
omy
df017cc9d3 0023853: BOP regression (2) - BRepAlgoAPI_Cut.
Modifications:
Changed the way of finding the angle between the faces.
New static functions:
GetFaceDir - builds direction for the face;
FindPointInFace - finds the point in the face in bi normal direction.

New square values have been set in the following test cases:
boolean bopcommon_complex J1
bugs modalg_2 bug202085_6
              bug202085_7
              bug202085_8
              bug202085_9
              bug202085_10.
"TODO" marks have been removed from these cases.
Added test cases bugs modalg_5 bug23853
2013-04-12 13:29:02 +04:00
omy
fe34304950 0023876: New Boolean Operation algorithm works incorrect with cylinder made by revolution and torus.
Added treatment for surfaces periodic in the V parametric direction.
Added test case bugs modalg_5/bug23876
2013-04-12 13:26:04 +04:00
oan
456b33ebf2 0023512: Incorrect triangulation on revolution shape
Added test cases bugs/modalg_5/bug23512_1 bug23512_2
Moved test cases for issue 23512 moved to folder bugs/mesh. Square checking is made in END file
2013-04-12 13:24:07 +04:00
omy
67a1064eb8 0023818: Extend OSD_MemInfo to report C heap statistics
A new counter MemHeapUsage was added to OSD_MemInfo class to examine program heap size
DRAW command meminfo got new option -h (--heap ) to use new counter data
The following testcases were changed to use new option -h of DRAW command meminfo
myCounters[MemHeapUsage] now will always be refilled every time the OSD_MemInfo::Update() function is called.
Fixed testcases to use meminfo -h instead of meminfo -w to detect memory leaks more properly.
2013-04-12 13:21:13 +04:00
abv
38da19bd28 Test parsing rules fixed to correctly report tests failed due to missing data file as SKIPPED, broken by integration of #23439 2013-04-08 10:44:10 +04:00
ika
c97067ad95 0023439: Integration of test grid "xigs" into the new testing system
Loop back tests for iges and step files with possibility of generation of reference data.
Clean up of test scripts (removal of obsolete code, adding comments, corrected formatting)
two fixes were done (same like bug 23722 and bug 23736)
Cancelling checking for number of warnings
rewrite some test scripts in cause of this and fix 23794
Tolerance checking was weakened.
Fix to check instability on Linux (bug 23822) was added.
TODO messages was added to tests which have different results on Windows and Mandriva2010
Ability to update this TODO in regeneration mode was added.
Add fix to bug 23852
Test groups were recomposed.
'dataexch' was renamed to 'de'.
CPU limit was decreased from 2000 sec. to 1500 sec.
2013-04-05 16:09:52 +04:00
aba
ebd1da3d10 0023877: Errors in MFC sample HLR 2013-04-05 15:41:43 +04:00
apn
ac4efa2212 0023875: Integration of grid "nam" into the new testing system
Added testgroup caf nam
2013-04-05 11:51:33 +04:00
kgv
27eed93740 0023872: Remove outdated classes OpenGl_Polygon and OpenGl_Polyline 2013-04-05 11:10:16 +04:00
jgv
471ce7366b 0023870: Integration of new options of sweeping into BRepOffsetAPI_MakePipe algorithm.
Adding test cases for this fix
Test cases correction
Correction of instability.
2013-04-05 10:35:38 +04:00
mkv
0691a5bb8f 0023282: Wrong triangulation on cone
Adding test cases for this fix
2013-04-05 10:33:01 +04:00
szv
ad2a6c0662 0023867: Reading performance improvement
Small improvement in TCollection_AsciiString::Search.
2013-04-05 10:22:57 +04:00
ika
f2cc47113f Adjusting testing cases for current state of OCCT 2013-04-01 13:31:10 +04:00
ibs
aea58b16dd 0023861: Draw can not start if OCCT is installed in a path containing spaces 2013-04-01 12:53:52 +04:00
bugmaster
643cc6aae4 0023799: Crash on copying a label
A check on NULL is added to prevent the crash.
Adding test case for this fix
2013-04-01 11:48:54 +04:00
aba
973191093d 0023831: Ghosts appears in 2D viewer of HLR MFC sample
2d view updating was corrected. ISession2D_Shape drawing was corrected.
Style changes
2013-04-01 11:38:44 +04:00
omy
2c896b8f8a 0023375: (OCC 6.5.3 regression) BRepBuilderAPI_Sewing returns wrong result
Fixed selection of sewing pairs of edges.
Mistake fix
Adding test case for this fix
2013-04-01 11:38:43 +04:00
ika
802ea1e6fd 0023852: OSD_Path interprets unc paths incorrectly
checking for unc path on Windows was added
change deprecated macro WNT to _WIN32
Adding test case for this fix
2013-04-01 11:38:42 +04:00
apn
b92d758fec 0021707: Selection of Vertex returns Compound of vertexes
Added test case bugs/caf/bug21707
2013-04-01 11:38:40 +04:00
bugmaster
dd4edf9bc9 Update of OCCT version up to 6.6.0 beta 2013-03-25 18:56:57 +04:00
mkv
74f764ba61 Adjusting testing cases for current state of OCCT 2013-03-25 18:37:19 +04:00
emv
ce101cacbf 0023849: BOP regression (1) - BRepAlgoAPI_Common.
Fix for the bug.
Set the lower bound for the refined tolerance value in 2d classification algorithm.
2013-03-25 17:24:26 +04:00
szy
456b8422e1 0023819: Naming failures
Fixed regression with DummyVertex processing.
Correction test cases for CR23819
2013-03-25 17:21:31 +04:00
oan
b62b93ac30 0022818: Wrong triangulation of Revolution surface with slice angle <= 180 degree
Take face attributes into account to calculate 2d tolerance
Adding test cases for this fix
Correction according additional bug CR23832
2013-03-22 17:44:31 +04:00
oan
32d878f538 0023184: Bad face tessellation result
Consider BSplineKnots to achieve better tessellation result
Adding test cases for this fix
2013-03-22 17:34:37 +04:00
jgv
51a849d770 0023845: New auxiliary method concatenating a wire into an edge based on C0-continuous curve.
Fix of exception in old method (ConcatenateWire).
Adding test case for this fix
2013-03-22 17:31:43 +04:00
ika
903634d07d 0023832: sprops and triarea commands return incorrect value of a mass for shape of revolution
incorrect way of creation faces in test scripts has been fixed
2013-03-22 17:27:35 +04:00
jgv
a31abc03d7 0023824: Bad results of sweep operation when a path curve has unpredictable torsion along its way.
Adding test cases for this fix
2013-03-22 17:10:51 +04:00
pkv
26347898a8 0023785: Crash on make face from wire
Adding test case for this fix
2013-03-22 17:08:06 +04:00
kgv
de75ed09ad 0023791: Remove obsolete functionality - animation mode and degeneration presentation mode 2013-03-22 16:55:11 +04:00
Pawel
123e4db005 0023844: It's odd to compare a bool type value with a value of 0.
Comparing Standard_Real values instead of Standard_Real and Standard_Boolean
2013-03-22 16:51:39 +04:00
kgv
8b224a0992 0023842: Undefined behavior: Variable 'thePsFont' is used as parameter and destination in s[n]printf() 2013-03-22 16:48:34 +04:00
dbv
5c686fff42 0023841: Redundant assignment to itself.
Removed redundant assignment to itself in ViewerTest_ViewerCommands
2013-03-22 16:46:44 +04:00
epv
e2f0aca019 0022812: Bad performance meshing a face based on extrusion of huge b-spline curve 2013-03-20 12:42:58 +04:00
emv
a82b7ef700 0023809: New compiler warnings in new BOP, 64-bit VC++ 9.0.
Standard_Size have been replaced by Standard_Integer to avoid warnings.
2013-03-20 12:39:44 +04:00
san
1d8ec4db0a 0023821: Improve qmake project files for Qt samples
Scene dump image file extensions corrected.
2013-03-19 17:15:15 +04:00
mkv
1f16517f4e Adjusting testing case for current state of OCCT 2013-03-18 20:46:03 +04:00
san
752259d839 0023829: Remove Graphic3dDemo sample app as obsolete 2013-03-15 13:09:18 +04:00
omy
f4aad56f97 0023284: Using 'memcpy' on class that contains a virtual method
NCollection_BaseVector::MemBlock class was converted to POD structure
Added fix for compilation of multiple inherited classes on gcc/Linux
2013-03-15 13:04:26 +04:00
dbv
872f4e44da 0023769: Eliminate the dependence on X11 libs on Mac OS X
Removed ImageUtility package as it is no longer used.
Disabled Xw package building on Mac OS X when Cocoa used.
2013-03-15 13:01:15 +04:00
emv
8c720dc1fe 0023309: The 'then' statement is equivalent to the 'else' statement in TopOpeBRep_EdgesFiller.cxx.
Removed unnecessary else-if action.
2013-03-15 12:46:03 +04:00
jgv
bead40f28c 0023774: Incorrect conversion from gp_Trsf2d to gp_Trsf
Adding test command for this fix
Adding test case for this fix
2013-03-15 12:40:54 +04:00
apn
0dc98b5b0a 0021308: Problem of Interface_Tracefile. There are not messages.
Added test case for issue 21308
2013-03-15 12:32:46 +04:00
apn
972bd4bfeb 0022981: BRepOffsetAPI_ThruSections fails to build a surface from closed wires
Added test case for issue 22981.
2013-03-15 12:30:59 +04:00
apn
8c99d1caad 0023773: Can not read names in STEP file
Added test for issue 23773.
2013-03-15 12:27:55 +04:00
ika
6db6171400 0023822: SIGSEGV 'segmentation violation' during writing IGES
checking for infinity coordinates was added.
Adding test case for this fix
Shape name correction
2013-03-15 12:25:31 +04:00
apn
a1cd0db66f 0023366: Cut operation produces invalid shape
Added test case for issue 23366.
2013-03-15 12:22:43 +04:00
apn
1e6b194039 0022027: <bop> command between two faces raises exception
Added test case for issue 22027.
2013-03-15 12:20:25 +04:00
apn
3f92b61ae7 0023122: Operation "cut" crashes on attached shapes.
Added test case for issue 23122
2013-03-15 12:17:32 +04:00
aba
5c1f974e17 0023776: Redesign of MFC samples after V2d viewer removing 2013-03-14 17:49:18 +04:00
san
fad8962a72 0023821: Improve qmake project files for Qt samples
Project file extension corrected for VS 2010/2012 solutions
Sources and resource files from Common and Interface sub-foldrs added to qmake project files from their original location.
RES_DIR environment variable redirected to the binary directory, all resource files copied there to keep the source tree intact.
RES_DIR environment variable corrected under Linux/MacOS similalry to Windows.
Makefile generation corrected under MacOS:
- filenames used as the output for the extra compilers instead of the absolute paths.
- mkdir and cp command options corrected
2013-03-14 17:21:47 +04:00
bugmaster
b7ad3a6187 Adjusting testing cases for current state of OCCT 2013-03-11 17:27:45 +04:00
vsr
7fb60cfdbe 0023775: Compatibility with Tcl/Tk 8.6 2013-03-11 11:46:03 +04:00
abv
b2d3f23104 0023672: Eliminate obsolete functions in OSD_WNT_1.cxx
MsgBox() and several other obsolete Windows-specific functions eliminated in OSD_WNT*
2013-03-07 14:35:21 +04:00
pkv
8f9a9b9d10 0023777: 2D-Classifier algorithm produces wrong results for a point and face.
Adding test case for this fix
2013-03-07 14:25:51 +04:00
dbv
e187cc0ac0 Updating test for current state of OCCT 2013-03-07 14:23:33 +04:00
dbv
a6a9658686 0023209: Potentially unmatched XOpenDisplay() and XCloseDisplay() calls in some OCCT packages
Fixed display connection management in Draw_Window
2013-03-07 14:18:18 +04:00
emv
da21902312 0023648: Add tool for checking shapes on validity for boolean operations.
Modifications:
1. To provide the checking tool for single or couple of shapes in the
context of issue "0021762:Integration of new Boolean Operation Algorithm
into OCCT" has been implemented new class BRepAlgoAPI_Check.
This class provides possibility to check single shape or couple of shapes
on topological validity, small edges and self-interference. Also, the couple
of shapes can be checked on validity for boolean operation of given type.
2. According to the issue "0023613:Add diagnostic tool for BOP" by GKA
has been implemented new static public function BRepAlgoAPI::BoolDump().
This function is used for saving the initial shapes and the result shape of
boolean operation in case if the arguments or the result are not valid shapes
in terms of BRepAlgoAPI_Check.
2013-03-07 13:38:27 +04:00
pkv
a7dd5d0fbd 0023471: Intersection algorithm produces overlapping intersection curves
Test correction
2013-03-07 13:36:14 +04:00
abv
3b21f8ae43 0023803: Mess with snapshot images in the test case reports
Adding a caption (the file name) to each image included in the HTML test log
2013-03-07 13:33:57 +04:00
kgv
b1fa9f3841 0023792: 3D viewer window content is blended with Linux desktop
Eliminate tabulation symbols
Prefer 24-bit visual over 32-bit
2013-03-07 13:30:09 +04:00
ika
9b308cd3f6 0023794: Too small precision leads to instability
tol2 (10^-36) was changed to dPreci (10^-18)
test case was changed by adding TODO
2013-03-07 13:21:34 +04:00
dbv
6942f04af5 0023810: Cyclic dependency detected between the several OCCT units
Removed package Viewer. Methods and class filed from Viewer_View and Viewer_Viewer have been moved to V3d_View and V3d_Viewer
accordingly.
Removed Aspect_GraphicDriver.
V3d_View declaration fix
2013-03-06 13:17:05 +04:00
bugmaster
91c8d9f2e2 Removing java sample 2013-03-06 13:15:08 +04:00
mkv
65263f37db Adjusting testing cases for current state of OCCT 2013-03-04 17:29:20 +04:00
bugmaster
ca1372ec23 Update of OCCT version 2013-03-04 15:22:26 +04:00
apn
6fcb77aa3a Adjusting testing cases for current state of OCCT 2013-03-04 15:20:57 +04:00
szy
06da7b7e70 Adding new tests cases from chl grid 2013-03-01 14:32:42 +04:00
mkv
3113d5208c 0023788: OCCT tests don't catch Naming failures
Test corrections for catch Naming failure
2013-03-01 14:30:01 +04:00
ski
607a96d42a 0023619: Integration of test grid "xml" into the new testing system
Removing XML Validator
Improvements of begin and TODO's in testing cases
small correction in begin file to provide normal behavior of tests if Java is not installed
2013-03-01 14:27:39 +04:00
vsr
97c4a2fa37 0023789: Missing EOL in header files 2013-03-01 14:25:02 +04:00
abv
5d1833ef09 0023793: Tests failing when launched without data files
Call to locate_data_file moved from catch statement in test scripts to ensure that missing data file is correctly reported as SKIPPED status of the test.
TODO statements with single word 'Exception' made bit more specific ("**" added).
Test bugs/caf/buc60846 removed as it is aimed to test inexistent component (Sketcher).
TODO removed in test bugs/fclasses/bug22611 -- the missing command must be added or test removed.
Test bugs/step/bug133_4 removed as duplicate of bugs/step/bug133_2.
Command vinit added in test bugs/vis/bug23226 to ensure that viewer is properly initialized before command vvbo, and relevant TODO statements removed.
Redundant FAILED patterns removed in parse.rules in groups perf and v3d as they break appropriate handling of missing data files.
Added QA command OCC22611 to improve test case bugs/fclasses/bug22611.
Modified test case buc60898 (shape was renamed) and moved to folder moddata_3 to avoid checkshape in end file.
Test case vis/bug23226 was modified using function checkcolor.
2013-03-01 14:23:17 +04:00
omy
a9ae57b966 0023615: Wrong parameter value calculating in ShapeAnalysis_Curve
Now Extrema_LocateExtPC object is used instead of ShapeAnalysis_Curve::CurveNewton().
Removed CurveNewton() function.
Removed code protecting against null-length b-splines (should be obsolete now).
One TODO removed in test heal *advanced W6

Conflicts:

	tests/heal/data/advanced/W6
Fixed regressions:
did 011 A6 C9
xsat 101 G6
Small syntax fix.
2013-03-01 14:20:00 +04:00
emv
b6fba42fd9 0023796: Command "bhaspc" which was contained in BOPTest_LowCommands.cxx was removed.
Modifications:
BOPTest_LowCommands.cxx: the command bhaspc has been restored.
2013-03-01 14:16:45 +04:00
san
269294d62e 0023747: Enabling environment mapping breaks text rendering
vtextureenv command added to reproduce the bug
Two test cases using vtextureenv command added:
bug23747_1 - checks that environment mapping does not break text rendering
bug23747_2 - tests environment mapping in general
vtextureenv command improved:
- User-friendly option names supported instead of integer values
- Better input arguments check implemented
2013-03-01 14:14:34 +04:00
omy
5cbfdb412f 0023533: Unitialized variables used, IntTools_TopolTool.cxx
Also contains fixes for:

0023534: Unitialized variables used, ShapeAnalysis_TransferParameters.cxx
0023537: Uninitialized variable: MaxUserColor
0023538: Memory leak: cdata
0023557: V547 Expression 'as1.ToCString() != ""' is always true. To compare strings you should use strcmp() function. qabugs_3.cxx,
DRAW command for test bugs fclasses buc60724 corrected; test is OK now
2013-03-01 14:12:08 +04:00
abv
7f4c47564c 0023787: Eliminate trivial type conversion warnings in MSVC
Explicit type cast added in conversions from double to float in PrsMgr, Select3D, StdPrs, Visual3d, and Voxel.
Minor corrections in ShapeProcess and TCollection.
In Visual3d_ViewManager::ConvertCoord...(), output is initialized by zeros instead of RealLast() in case of failure.
In XmlMXCAFDoc, material density is correctly converted to string when writing to Xml.
2013-03-01 14:02:48 +04:00
abv
5788f5438f 0023694: The variable 'pBuff" is being used without being initialized
pBuff initialized by zero
2013-02-27 18:55:06 +04:00
bugmaster
aa2f78c2de Adjusting testing cases for current state of OCCT 2013-02-25 18:34:25 +04:00
emv
87f59163e1 Adjusting testing cases for current state of OCCT 2013-02-22 16:22:01 +04:00
emv
0ed6989cfa 0023783: New Boolean Operation algorithm produces incorrect result of SECTION operation for the attached shapes.
Fix for the bug.
Modifications:
BOPAlgo_BOP::BuildSection():
Building a result of the SECTION operation has been based on the Face/Face intersections.
It prevents the building the result of the SECTION operation between shapes without faces.
2013-02-22 16:11:03 +04:00
emv
7cfb39680f 0023778: New Boolean Operation algorithm does not work with same arguments.
Fix for the bug.
2013-02-22 16:08:55 +04:00
emv
c209782cf4 0023779: New Boolean Operation algorithm produces incorrect result of CUT operation with the attached shapes.
Fix for the bug.
Modifications:
BOPAlgo_Builder::FillSameDomainFaces():
Added treatment of the case when faces have shared bounds.
2013-02-22 16:05:28 +04:00
ski
7faaccfd34 Added testing cases from grid CHL
Removing test duplicate
2013-02-22 14:52:42 +04:00
kgv
2758330973 0023756: VBO rendering problem (1)
Fixed asymmetric VBO unbind call in OpenGl_Text::drawText().
2013-02-22 14:50:02 +04:00
kgv
6598416b22 0023727: Variable 'A' set but not used in Graphic3d_ArrayOfPrimitives::VertexColor 2013-02-22 14:46:04 +04:00
dbv
4709515e0f 0023735: Linkage error after patch 23663 on non-Windows platforms
Linkage error fix
Description fix
2013-02-22 14:22:35 +04:00
aba
446e9c14e5 0023721: Missing usage hints for vselmode command
vselmode help string was modified.
Changed error case message.
2013-02-22 14:16:58 +04:00
skv
6060dd1fed 0022610: The algorithm GeomAPI_ProjectPointOnSurf produces wrong results 2013-02-22 14:13:06 +04:00
kgv
723754e2a3 0023739: Execution of Draw Harness command "test" failed 2013-02-22 14:00:47 +04:00
omy
cf5195b88c 0022323: MakeThickSolid raises Construction exception on cylinder.
Removed BRepTest/BRepTest_ShellCommands.cxx from OCCT.
Added test case for bug 22323. It is placed in bugs/modalg.
2013-02-22 13:56:00 +04:00
dbv
dc3fe572ec 0023712: Remove dependency on Aspect_GraphicDevice from Aspect_Window 2013-02-18 16:40:54 +04:00
dbv
8db070a59d Correction of unstable testing cases 2013-02-16 13:55:09 +04:00
ski
ee535a6c7c 0023752: Integration of test grid "vpr" into the new testing system 2013-02-15 17:06:19 +04:00
nbv
fa6cd9152f 0023703: Projection algorithm produces incomplete 2D-Curve
Change compare algorithm.
Adding test case for this fix
2013-02-15 17:04:16 +04:00
ibs
a1bd71b4a8 0023761: Removing FTGL defines from OpenGl_CMPLRS.edl 2013-02-15 16:57:53 +04:00
skv
a20400b3a2 0023733: PCurve for edge on face creation failure
Adding test case for this fix
2013-02-15 16:55:25 +04:00
vro
16e65a0347 0023743: AIS_Triangulation crashes if Poly_Triangulation has no normals
A crash on absent normals is avoided.
AIS_Triangulation::Compute() is corrected so that it is much faster,
Adding test case for this fix
2013-02-15 16:52:07 +04:00
emv
5f05c0a3d8 0023749: Tests cases boolean bsection M9 N4 work incorrect with new Boolean Operation Algorithm.
Fix for the cases.
Small correction test cases
2013-02-15 16:49:54 +04:00
emv
3389667b4c 0023751: Test case bugs modalg bug6334 does not work with new Boolean Operation Algorithm.
Fix for the bug.
Added simple condition:
If the map myShapes (map of the parts of the tool that should be in result shape) is not filled then boolean operation of the given type will be performed.
Modified test case bugs/modalg_4/bug6334.
Small correction test cases
2013-02-15 16:48:17 +04:00
ski
b7a3c4704b Adjusting testing cases for current state of OCCT 2013-02-11 17:27:02 +04:00
skv
1c88cbaf14 0023705: Isoline in the AIS viewer is not trimmed 2013-02-08 17:53:02 +04:00
emv
4e57c75ee1 0021762: Integration of new Boolean Operation algorithm to OCCT.
Modifications:
- BRepOffset/BRepOffset_Tool.cxx, Features and Fillets algorithms have been ported on new BO algorithm.
- Old BO algorithm, that was implemented in BOP, BooleanOperations and BOPTools packages, has - been deleted.
- Porting SALOME algorithms to new BOP algorithm.
- Fixing regressions. Rebased on current master.
- Corrections in post treatment of section edges;
- Corrections in the accordance with the bug 0023293;
- Small corrections in the bopcheck and bopargcheck commands.
- NCollection maps have been replaced by NCollection indexed maps to guarantee the constant order of sub-shapes in the result of boolean operation.
- Test case feat featprism M9 has been fixed.
- Test cases chl 902 E3 H3 have been fixed (corrections in the treatment of section edges).
- Test cases caf driver B6 B7, caf named_shape F6 F7 have been modified according to the new order of sub-shapes in the result of boolean operation.
- Test cases blend buildevol G1, blend simple K4, bcommon_complex C7, feat featprism L6 have been modified as they are improvements.
- Test case boolean bsection A3 has been modified according to the new syntax of the bsection command.
- Test cases boolean bfuse_complex J1 P9 have been fixed (the function IsInternalFace has been modified to use the function GetFaceOff);
- Test case chl 902 H3 has been fixed (changes in the treatment of section edges);
- Test case boolean bsection D8 has been modified (removed TODO statement);
- Test case boolean bsection A3 has been modified (as the shapes have been changed).
- Added correction of the tolerance values of the shapes according to the bug 0023610.
- test cases:
    boolean bcommon_complex C3,
    boolean bcut_complex F2 O7,
    boolean bfuse_complex C4 C5 E4,
    boolean bsection B6 M8 M9 N4 N5 N7,
    boolean bfuse_simple ZP6,
    draft angle G8,
    feat featprism S2
have been marked as invalid according to the bug 0022033;
- New value of result has been set in the test cases :
    boolean bopsection D4
    boolean bsection R8
as it is correct.
- test case bugs modalg bug23472 has been rewritten according to the new format of bsection command.
- The classes IntTools_Context and IntTools_ShrunkRange have been replaced by BOPInt_Context and BOPInt_ShrunkRange accordingly.
- The new class BRepAlgoAPI_Check has been added according to the bug 0023648.
- Some regressions have been fixed.
- The following test cases have been marked as invalid or rewritten
    bugs modalg buc60462_2, 60531_2, 60776_1, bug472_1, bug472_2, bug472_3, bug497_3, bug62
    bugs moddata bug26_1, bug26_2,
- The test case bugs modalg buc60533 has been rewritten to use the general fuse algorithm for building the result.
- The new value of the result has been set in the test case bugs modalg 60776_2.
- The following test cases have been rewritten according to the new format of the bsection command
    bugs modlag fra62369, pro18892
    bugs moddata bug75_1, bug75_2
- Corrected BRepAlgoAPI_Check.
- Removed package BOPTColStd.
- Rewritten test cases caf named_shape F8 F9.
- Removed unnecessary comments.
- Corrected the following test scripts :
    boolean bcut_complex(012) O3 O4 O5 O6 O8
    boolean bfuse_complex(013) O5 O6 P8
    boolean bopcommon_complex(021) D8 D9
    boolean bopfuse_complex(022) H1 J6
    boolean boptuc_complex(024) D5
    bugs modalg(006) bug399 bug497_1
    feat featprism(003) C4
- Corrections in the treatment of section edges (putting paves on the curves);
- Corrections in BRepOffset_Tool;
- The following test cases have been rewritten according to the new format of the bsection command
   bugs modalg bug6502, bug6554, bug6766_1, bug6766_3
- The new value of the result has been set in the following test cases
   bugs modalg bug1255, bug1255_1
- The following test cases have been marked as invalid or rewritten
   bugs modalg bug472_2, bug472_3, bug825_2
   bugs moddata bug10603, bug152_1, bug152_2, bug3721_1, bug3721_2, bug3721_3
- The following test cases have been rewritten as improvements
   bugs modalg bug693, bug693_1, bug817_1
   bugs moddata bug3721_5, bug3721_6, bug6862_3, bug6862_4, bug6862_6
- Test cases bugs modlag buc60787_1, buc60787_2, buc60788_2, buc60788_3 have been corrected.
- Fixed some SALOME regressions (modifications in the treatment of the section edges);
- Fixed test case bugs modalg bug23100;
- Test cases bugs modalg bug21754, bug22990 have been corrected according to the new format of the bsection command.
- Test cases bugs modalg bug13116_*, bug23711 have been fixed;
- Test cases bugs modalg bug697_2, bug697_4, bug697_7, bug697_8 have been marked as invalid according to the issue 0022033;
- Test cases bugs modalg bug22109_2, bug22109_3 have been corrected;
- Test case bugs modalg bug18186 has been corrected as it is improvement;
- Test case bugs modalg bug22802 has been deleted as there is no package BOPTColStd.
2013-02-08 17:42:05 +04:00
ski
a8676008f7 Adding of testing cases from subgroups 937 940 and 941 of CHL group
Splitting of subgroups bugs/modalg and bugs/moddata to optimise time of testing
Correction of end file in group v3d
Small correction of test case
2013-02-08 15:16:15 +04:00
kgv
a174a3c54f 0023457: Slow text rendering
Added class Font_FTFont wrapper over FreeType face

Unify collections methods NCollection_Array1, NCollection_Sequence, NCollection_Vector:
declare Upper, Lower, First, Last, ChangeFirst, ChangeLast methods for all these collections.

Added method NCollection_DataMap::Find() with check key is bound + retrieve value within single call interface.

OpenGl_Context::ReleaseResource() method now supports lazy release of shared resources.

Added class OpenGl_Font which implements textured fonts support.
Added class OpenGl_TextFormatter for text formatting using OpenGl_Font.

OpenGl_Text was redesigned to use OpenGl_FontFormatter.

OpenGl_FontMgr class was removed.
All methods related to text rendered removed from OpenGl_Display class.

OpenGl_Trihedron and OpenGl_GraduatedTrihedron classes were redesigned
to use OpenGl_Text.

OpenGl_PrinterContext instance was moved to OpenGl_GraphicDriver fields
(eliminated usage of global instance).

Added test cases into 3rdparty/fonts grid to check different font styles
and perform FPS tests (no automated results - requires manual analysis
or snapshots comparisons).

Removed unused CSF_FTGL dependency.
OpenGl_Text::setupMatrix - do not apply floor for myWinZ
2013-02-08 15:05:16 +04:00
ika
163ef25006 0023722: stack overflow during reading IGES in Test Harness
Add creation a new vertex before replace.
Adding of test cases for CR23722
2013-02-08 14:56:38 +04:00
pkv
77088633a2 0023738: Boolean Fuse between two faces fails 2013-02-08 14:53:51 +04:00
ika
ab4a555430 0023736: Exeption during reading STEP file in Test Harness
Add checking for null name and null id
Adding of test cases for CR23736
2013-02-08 14:50:50 +04:00
ski
92f122144f Adjusting test cases for current state of OCCT 2013-02-04 14:37:06 +04:00
abv
91322f44fd 0022898: IGES import fails in german environment
Added DRAW command dlocale to set and query current locale of the C subsystem
Equivalents of C functions working with conversions of strings to/from reals added in Standard_CString, providing locale-independent behavior (using always "C" locale)
In DRAW packages, calls to atof() and atoi() are replaced by direct calls to Draw::Atof() and Draw::Atoi(), respectively, instead of substituting by #define
Use of atof(), strtod(), and *scanf() involving floating point conversions in OCCT code replaced by locale-independent Atof() and Strtod()
Calls to sprintf() involving floating point in OCCT code are replaced by call to locale-independent Sprintf(), except a few places where converted strings are used immediately for display in the 3d viewer
Changes of global locale are eliminated throughout OCCT code
Proposed correction for GNU libC where v*printf_l functions are absent
Added test case (bugs xde bug22898) for data exchange operations with non-standard locale
Use xlocale on Mac OS X and within glibc
Corrected strtod_l wrapper
Generate error rather than warning
Introduce Standard_CLocaleSentry replacement for removed OSD_Localizer
Standard_CLocaleSentry - copy locale string
Standard_CLocaleSentry - use _configthreadlocale on Windows
Standard_CLocaleSentry::GetCLocale() - return locale_t rather than void*
Corrected misprint in ~Standard_CLocaleSentry()
Use French locale in bug22898 test case
Mark test case as skipped if locale is unavailable on tested system.
Use fr_FR locale for tests on Mac OS X
2013-02-01 18:41:16 +04:00
apn
3bea4c165c Adding test cases from chl grid 2013-02-01 17:32:08 +04:00
jgv
aadab519fd 0023436: BRepOffsetAPI_ThruSections crashes when lofting through identical profiles
Adding of test case
2013-02-01 17:22:26 +04:00
pkv
19d6e40d3f 0023711: Incorrect result done by fuse operation
Correction of misprint
Adding of test case
2013-02-01 17:19:18 +04:00
pkv
2426168486 0023732: Exception raised during intersection between two surfaces
Adding of test case
2013-02-01 17:06:03 +04:00
omy
024855ee13 0023310: No IsEqual function for Handles
IsEqual function for Handle(Standard_Transient) was added to global scope.
Getting rid of compilation errors (removed additional IsEqual functions)
2013-02-01 16:47:50 +04:00
kgv
9e3758ca29 0023730: Statement has no effect in DNaming_RevolutionDriver.cxx 2013-02-01 16:41:42 +04:00
kgv
9786a9af2b 0023725: C++11 compatibility issues in Image_Color.hxx
Fixed warning emited by g++ 4.7.2
2013-02-01 16:30:36 +04:00
kgv
aec37c1569 0023728: Unused variables "Tolu" and "Tolv" in Select3D 2013-02-01 16:27:48 +04:00
kgv
3616fc066e 0023729: Statement has no effect in BinMDataStd_NamedDataDriver::Paste() 2013-02-01 15:44:28 +04:00
abv
1d0a9d4d46 0023664: Eliminate linker warnings on import of local symbol
Standard_IMPORT removed or replaced by 'export' where it applies to a symbol defined in the same toolkit
2013-02-01 15:42:05 +04:00
omy
9254e07c59 0023267: cppcheck warning: Using 'memcpy' on class that contains a virtual method
Removed class _BaseElement, thus _Element's functions are not virtual now.
Removed redundant Msg() function from _Element class.
2013-02-01 15:39:38 +04:00
kgv
16347bb877 0023726: Wrong usage of NCollection_StdAllocator<void> in QANColStdAllocator2
Fixed compilation error within g++ 4.7.2
2013-02-01 15:26:36 +04:00
omy
22f47da6ef Update of testing cases 2013-01-28 17:02:50 +04:00
omy
094942236a Adjusting testing cases for current state of OCCT 2013-01-28 14:00:50 +04:00
pkv
b989480555 0023716: Boolean Fuse between two faces fails 2013-01-28 11:51:58 +04:00
pkv
d9bea41f2f 0023699: Exception reaised during intersection between two surfaces 2013-01-28 11:42:33 +04:00
pkv
b3fb2d64c7 0023704: The program hang-up during intersection of two edges. 2013-01-28 11:35:52 +04:00
pkv
4bd102b84c 0023644: Intersection between coaxial cones produces exception
Small correction: one more tolerance variable has been added.
Test case for this fix
Small correction of test case
2013-01-28 11:33:22 +04:00
nbv
3f257c62d2 0023530: Error in Draw command "checkshape": invalid face is not recognized
Add function for determinate closure in 2D and 3D
Change ChoixUV(...) function
Small correction of test case
2013-01-28 11:30:17 +04:00
aba
128cc8df34 0023663: Removing 2D viewer library
Deleted TKV2d toolkit and CGM, MFT,FontMFT, PlotMgt, PS packages. Deleted 2d test cases.
Deleted WNT_WDriver and Xw_Driver, edited Aspect_Driver.
Deleted trailing spaces, removed WNT_FontMapEntry, WNT_FontTable, WNT_HFontTable
Deleting tests for 2D viewer
2013-01-25 18:11:16 +04:00
ski
474be6cde1 0023510: Integration of test grid "vis" into the new testing system 2013-01-25 16:26:18 +04:00
apn
809eca9db6 Added test cases to folders /bugs/modalg and /bugs/moddata from chl grid.
Modified TODO in some offset cases.
Deleted the same test cases bug697_* in /bugs/modalg
Deleted test cases which is based on v2d commands
Added test cases to folder bugs
2013-01-25 16:22:41 +04:00
omy
6c3e4c2965 0023483: Use appropriate type for handling integer time
Introduced new cdl-friendly Standard_Time alias to time_t type.
2013-01-25 16:04:00 +04:00
bugmaster
5edb1ac35b 0023720: Call of malloc.h include absence in Image_PixMap.cxx 2013-01-25 15:29:19 +04:00
kgv
cfd5fa01e8 0023715: Generated cmake files should link against Cocoa on Mac OS X
Replace inclusion of GL/glu.h header with OpenGl_GlCore11.hxx wrapper
GL/glu.h doesn't exists on Mac OS X without XQuartz 3rd-party library
2013-01-25 15:27:12 +04:00
kgv
dac04bfa38 0023668: OCCT automated testing: Using Mesa3d for 3D visualization on virtual Windows machines
Added advanced Draw Harness environment variable CSF_UserDllPath
to prepend DLL search path for system libraries like "opengl32.dll".

Added new Draw Harness command vglinfo to print OpenGL self info.
2013-01-25 15:07:11 +04:00
kgv
1981cb228a 0023525: Disappearing of highlight in screenshot
OpenGl immediate mode - get rid from GL display lists

Visual3d_TransientManager, Graphic3d_GraphicDriver:
removed outdated unused methods to draw primitives in immediate mode.
New Draw Harness command to swith rendering mode in immediate mode.

When set to false scene will be always redrawn in back buffer.
V3d_View::ToPixMap - temporarily switch immediate mode to draw into back buffer

Make happy immediate mode dump on OpenGL without FBO (like ms software implementation).
OpenGl_Workspace::RedrawImmediatMode - invalidate back buffer when immediate mode drawn into it
Added more detailed description for Graphic3d_GraphicDriver::SetImmediateModeDrawToFront method

Adding of test case
2013-01-25 14:52:59 +04:00
ika
f34eec8f91 0023062: Incorrect display of edge in draw axo viewer
Update first and last parameters of intervals, because they should be at same period like other values.
2013-01-25 14:49:08 +04:00
dbv
5f9575b332 0023701: Add Cocoa support to Qt samples
Adapted Qt samples for using Cocoa on Mac OS X
2013-01-25 14:41:33 +04:00
apn
6aac585ac8 Adjusting testing cases for current state of OCCT 2013-01-21 18:27:00 +04:00
apn
228148b373 Added subgroup Specific in group Pipe (chl 930-932). Small correction in boolean/bopfuse_simple/ZP6 2013-01-18 15:09:00 +04:00
dbv
67d97f0eec 0023682: Implement Draw_Window with Cocoa framework
Implemented most Draw_Window functions with Cocoa. Still should be implemented: drawing rectangle when zooming, window screenshot function in QAxwd
Added workaround for drawing rectangle when zooming
Added small fixes
2013-01-18 15:04:50 +04:00
ysn
94a57f1fb2 0023607: Spelling corrections in OCCT tests 2013-01-18 14:28:47 +04:00
aba
4754e16481 0023539: QASelect and QAShiftSelect commands
Replaced QAMoveTo, QASelect and QAShiftSelect draw commands with vmoveto and vselect
Moved vselect and vmoveto draw commands to ViewerTest_ViewerCommands.cxx
Replaced  QAMoveTo and QASelect in test cases. Corrected returned error case result in vselect and vmoveto.
Added commands in ViewerTest_ViewerCommands from QADraw. Edited tests.
QACommands in tests were replaced with ViewerTest commands.
QAxwd command was removed from QADraw. Edited command wzoom and commands from ViewerTest.
Help for ViewerTest commands was edited
Small corrections. Added test cases for polygonal selection.
Small correction of test cases
2013-01-18 14:22:14 +04:00
Roman Lygin
5ae15e0ef7 CR23684: TCollection_HExtendedString::String() returns a copy instead of const reference
Update TCollection_HExtendedString::String() implementation as well
2013-01-18 13:50:27 +04:00
Roman Lygin
d97f89db4f 0023690: Miscellaneous minor enhancements in OCAF/XDE 2013-01-18 13:47:00 +04:00
jgv
ea9632bc14 0023651: Exception on fillet construction between NURBS and surface of revolution
Adding test cases for this fix
2013-01-18 13:42:52 +04:00
pkv
cfb6776ec0 0023552: Projection algorithm produces wrong results with default tolerance value.
Add TKShHealing to TKFillet/EXTERNLIB
Adding test case
2013-01-18 13:39:21 +04:00
kgv
b8ddfc2f5d 0023634: Eliminate Polyline and Polygon usage in drawers
Polylines and polygons removed, now everything is based on PrimitiveArrays.
Added use of Graphic3d_ArrayOfSegments, some additional clean up in Graphic3d_Group.
Dead code elimination in AIS and V3d
Corrected compilation errors
Fixed grid presentation
Adding test case correction
2013-01-18 13:36:18 +04:00
abv
44cf55e600 Test for 0022778: Bug in BRepMesh
Test case bugs mesh bug22778 added.
Test case bugs mesh bug23473 moved to systematic grid (mesh standard* X5)
2013-01-18 12:30:29 +04:00
abv
7566ccf330 0023678: Compiler warning in BRepFill_Pipe::ShareFaces() 2013-01-18 12:16:43 +04:00
san
a940de4195 0023673: Static method Image_PixMap::SizePixelBytes is not exported
Static method Standard_Size SizePixelBytes (const Image_PixMap::ImgFormat thePixelFormat)
exported under Windows to prevent link error in the user code.
2013-01-18 12:14:13 +04:00
pkv
ddd95bbf9a 0023676: Intersection between edge and a face produces extra vertex 2013-01-18 12:10:48 +04:00
Pawel
e1db25a9f0 0023687: Two opposite conditions. The second condition is always false in ifselect_shareout.cxx
Deleted if-condition that was always false.
2013-01-18 12:03:56 +04:00
Pawel
f8814ccf52 0023686: The call to 'Precision::Angular()' is pointless in the Release build
Calling 'Precision::Angular()' inky if 'DEB' is defined.
2013-01-18 11:58:24 +04:00
apn
746bb46a41 Adjusting testing cases 2013-01-14 16:38:44 +04:00
apn
61c421bffa Adjusting bugs group for current state of OCCT 2013-01-11 15:30:11 +04:00
apl
b4c5c58ed4 0023652: Non zoomable text with alignment slides away when zooming view
Alignment is applied after zoom persistence scaling
2013-01-09 13:25:32 +04:00
apn
08c28f5b83 Adjusting testing cases 2013-01-04 11:41:58 +04:00
apn
355c155147 Adding testing cases from chl group
Modified END file of all group bugs. Command nbshape moved to END file. Add begin with variable subgroup
Small correction in END file
Replaced test case bug726_3 from moddata to modalg
2012-12-28 18:50:48 +04:00
dbv
a6cfe9b29c 0023657: Fails compilation with WOK after patch 22980
Key -I added to CSF_TCL_INCLUDE variable
2012-12-28 18:46:36 +04:00
apl
6c8856a08f 0023652: Non zoomable text with alignment slides away when zooming view
alignment is applied after zoom persistence scaling
Adding test case for this fix
2012-12-28 18:38:00 +04:00
abv
d9b81fa5f5 0023636: Problems initialising errorStream
OSD_Error.cxx is protected for the case if errorStream is NULL
2012-12-28 18:34:17 +04:00
ika
a8fcd8d07e 0022820: OCCT IGES writer loses plane information
added writing planes in Type 108 not like BSplines
pcurves for planes not writing
add parameter for choice between writing planes in BSplines and Planes
0022820: OCCT IGES writer loses plane information

pcurves were prohibited also for BRep mode
Adding test case for this fix
2012-12-28 18:30:58 +04:00
kgv
1a7dfdb719 0023632: Add support for NPOT mipmap textures in TKOpenGl
Use glGenerateMipmap instead of gluBuild2DMipmaps when available.
2012-12-28 18:24:40 +04:00
kgv
c34dba32d4 0021357: Transform persistence bug
Resurrection of lost patch
scale depth size in zoom persistent mode to avoid z-fighting conflicts
2012-12-28 18:20:27 +04:00
abv
53e7fedeb2 0023627: Standard_OutOfRange in TopOpeBRep_FacesIntersector
Number of iterations corrected in static function GetArc()
2012-12-28 18:15:03 +04:00
Roman Lygin
c888decadb 0023622: IGES import produces invalid shape with parameter read.iges.bspline.continuity=0
Adding test cases for this fix
2012-12-28 18:11:58 +04:00
kgv
7fe83417f1 0023628: Snapshots have wrong dimension when OCCT is built by VC++ 11
Use AdjustWindowRect() function to adjust window rectangle instead of
manual GetSystemMetrics().
2012-12-28 18:05:45 +04:00
Roman Lygin
e6aad0ee24 0023595: XCAFDoc_ShapeTool extended with two methods - SetAutoNaming() and AutoNaming()
Adding new draw command
Adding test case for this fix
Small correction
Small correction
2012-12-28 18:02:51 +04:00
ika
a9da59ffb6 0022715: Incorrect faces of the filleted cube after import from iges file
Writing and reading tabulated cylinders in IGES were changed in accordance of Type 122 (parametrization [0,1]x[0,1]

some cosmetic changes
Adding test cases for this fix
2012-12-28 17:59:09 +04:00
emv
bfff00a894 0023562: nbshapes command works incorrect with the attached shapes
This option allows to see the number of sub-shapes counting the same sub-shapes with different location as different sub-shapes.
Adding test cases for this fix
2012-12-28 17:55:30 +04:00
apn
e54706ed46 Prepared branch for raising to master 2012-12-24 17:58:42 +04:00
bugmaster
4fe5661921 0023243: Adapt OpenGL viewer for using in Cocoa applications on Mac OS X
Cocoa_Window draft
OpenGl_Context and OpenGl_Window - added support for Cocoa OpenGL context
TKV3d - accept Cocoa_Window
Draft version of ViewerInit method for Mac OS X
Added ViewerTest_CocoaEventManagerView
ViewerTest - attach events to Cocoa window
Cocoa_Window - disable autorelease on close
Fix for OpenGl_Context::Init method
Cocoa_Window - convert top-left coordinates to bottom-left
Added selection with rubber band (rubber band drawing still should be implemented)
Fixed OpenGl_Display initialization on Mac OS X
Fixed OpenGl includes
2012-12-24 17:46:07 +04:00
apn
352ffd7358 Adding test cases for chl grid
Test case tests/bugs/modalg/dxf906 was renamed to bug889
Adding test cases to tests/bugs/moddata
Modified expressions puts [checkshape result]. Added command vzfit in end file in folder bugs. Unlocked command coordload in QABugs_3.cxx
Modified test case bugs vis buc60738
Added test cases to modalg and moddata
Added test cases to caf and fclasses
Added test cases to group heal
2012-12-21 16:39:38 +04:00
pkv
fa0291ff83 0023576: Intersection algorithm produces trimmed circle with illegal parametric range. 2012-12-21 16:35:19 +04:00
pkv
e145f8c1de 0023603: Boolean operation between two edges fails 2012-12-21 16:25:15 +04:00
skv
46e68e02e3 0023606: Invalid result of pipe operation 2012-12-21 16:16:21 +04:00
pkv
bf0ba8139a 0023643: Intersection algorithm produces B-Spline curve in case of coaxial cones 2012-12-21 16:05:58 +04:00
bugmaster
41b3001c72 0023203: STEP import produces wrong surface of revolution on ellipse
Checking of XAsis for ellipses was added.
Adding test case for this fix
2012-12-21 16:01:04 +04:00
Pawel
f5a6ee3c32 0023529: Uninitialized variable: aSurfType - AIS_DiameterDimension.cxx , line 339
Initialized the variable 'aSurfType'.
2012-12-21 15:56:13 +04:00
Roman Lygin
1365140bb8 0022980: Fixed Standard_Atomic.hxx
Standard_Atomic, prefer gcc built-ins rather than WinAPI calls (revert previous change of order)
Raise compiler error if no implementation found for atomic operations.
Add new draw command for testing this bug
Fix for compilation with TBB disabled
Adding CSF_TBB_INCLUDES macro in edl files
Correction of *.edl files
Update of EXTERNLIB files with CSF_TBB
Adding EXTERNLIB file
2012-12-18 22:35:43 +04:00
abv
5789daf94d Restoring test cases removed by last commit.
Enabling command QAAIAGetColor2d on Windows in order to allow relevant tests to pass.
2012-12-18 13:24:12 +04:00
abv
57ea2bf0d3 Adjusting code and testing cases for current state of OCCT 2012-12-17 20:01:09 +04:00
abv
a60b9727cf 0023618: Some tests get killed just because of wrong cpulimit setting
Cpulimit increased in tests bugs moddata bug54 and boolean bsection N4 for tests to pass on slower systems.
Cpulimit command now should print a dying message when it kills process.
2012-12-14 18:16:36 +04:00
Roman Lygin
126b07638d 0023591: IGES Boundary Entity containing Composite Curve fails to translate 2012-12-14 17:50:46 +04:00
apn
f1aa2b6272 Adding new testing cases for chl grid
Adding procedures checkcolor and checkpoint.
Modified test cases which are used QAGetPixelColor or QAAISGetPixelColor2d
Allow using command QAAISGetPixelColor2d on WNT
Rename test case tests/bugs/vis/bug19619 to pro19619
Added test cases to modalg and moddata
2012-12-14 16:56:11 +04:00
mkv
fa350ff051 0023452: Couldn't catch results produced by commands "data" and "tpstat"
Add new printer
Improving of duplication of command's output
Simplification of removing duplication of command's output
Removing of brackets
improved version
Test correction
2012-12-14 16:51:39 +04:00
apn
c7e8fd777c 0023580: [Regression] BRepMesh 6.5.4 produces visually incorrect view
Added test case and modified end file in /bugs/mesh
2012-12-14 16:47:37 +04:00
kgv
bca1d6e249 0023630: Incorrect NULL check in OpenGl_Workspace::EnableTexture() 2012-12-14 16:44:24 +04:00
gka
305cc3f88a 0023587: Operation "2dintersect "in TestHarness can not find intersection point of two intersecting 2d curves.
Modified DRAW command "2dintersect" added optional parameter "tolerance for intersection".
Test case for bug 0023587 : Check intersections of four 2d curves
Adding test cases for this fix
Deleting temporary test case
2012-12-14 16:40:05 +04:00
gka
24de79c3a5 0023523: In session DRAW it is impossible to close document having name already once closed document.
Added destructor for TDocStd_Document which performs destruction of document in logical order in order to avoid exception when Undo and Redo fields are destructed after THF_Data field.
Added removing name of closed document from tcl variables in the DRAW in order to avoid exception during use the same name for new document.
Modification to avoid compilation error class ViewerTest
Minor correction in test caf basic G3
2012-12-14 16:17:11 +04:00
abv
7a06c690fb 0023604: Uninitialized variables in debug mode
Removed #ifndef DEB ... #else ... #endif directives where the variables were being initialized only in release mode.
Removed unused part of code.
2012-12-14 16:12:54 +04:00
aba
bd92cc2a59 0023323: Duplicate if-clause in Visual3d_View.cxx
Changed an outer condition.
Deleted MyMatOfOriIsModified and MyMatOfMapIsModified flags.Deleted all modification flags from ViewOrientationReset() and SetViewOrientation() functions.
Checkings of view modifications in SetViewOrientation() and ViewOrientationReset() methods were returned
CustomIsModified flag was replaced by ScaleIsModified flag in modification checking.
Added 'IsInitialized' flag to check if orientation matrix was set
2012-12-14 16:08:27 +04:00
abv
d27ea0ef51 Adjusting testing cases for current state of OCCT 2012-12-10 17:03:37 +04:00
abv
c2f5c74815 Corrections for tests after integration of 2012-12-07
1. Fixed tests bugs caf bug350 and bug352 failing in Debug mode due to errors in QA code (removing items from the map during iteration).
2. Debug output messages are ignored in parse.rules in heal and bugs group to avoid false failures in Debug mode after changes made for #23609 and last integration of new tests.
3. Test bugs moddata buc60654 removed as duplicate of bug143.
4. Test bugs moddata bug143 fixed to compare real values properly. New command checkreal added for comparing reals with tolerance.
6. Test bugs caf bug114 is fixed to avoid use of OS-specific commands (command meminfo is used instead). Command checktrend is used to check for possible memory leak.
2012-12-10 16:32:18 +04:00
abv
a87752f31e Adding test cases from grid chl 2012-12-07 16:29:17 +04:00
abv
8a262fa13d 0023586: The test execution process should correctly stop on user demand
Possibility to break DRAW commands by user break (Control-C) is implemented as follows:

- Treatment of Control-C (SIGINT signal) on UNIX in OSD::SetSignal() is made coherent with Windows implementation: instead of attempt to raise exception (simulated by longjump, does not work anyway), signal handler just sets a flag which can be later checked by OSD::ControlBreak()

- Call to OSD::ControlBreak() is added to common entry point for OCCT DRAW commands; this causes command interruption if Control-C has been pressed before its start.

- Command "dbreak" added allowing to check Control-Break status from Tcl script (raises Tcl exception if break was signaled)

- Command "dversion" added printing information on OCCT version, used build options, compiler, etc.

- Test system modified to properly handle and report user breaks and add version info in the summary log

Fix compiler error on Linux
2012-12-07 16:12:01 +04:00
aba
3994ec417f 0021985: Vista/WIndows 7 compatibility issues reported by the community
WNT_Window::Dump method calls were replaced with V3dView::Dump calls
Type casts were removed
Added supported image formats in file filters of Export methods, edited documentation for Image_AlienPixMap  class
Supported image formats filter for 2dsample was extended
2012-12-07 14:21:46 +04:00
abv
2210f3484a 0023546: Test report failure in Debug mode due to debug messages
Adding IGNORE for debug output messages in test groups heal, pipe, mesh, offset, xcaf
2012-12-07 14:16:13 +04:00
nbv
de8791eebc 0023535: Exception in BSplCLib::BuildCache()
Preliminary result. It was tested with spl_2.brep file only.
Add "const"
Adding test cases for this fix
2012-12-07 14:12:54 +04:00
abv
23bbd9d392 0023599: Some MFC samples are crached during launching
Fixing compiler warnings in MFC samples (MSVC compiler)
File .gitignore modified to ignore files generated by VS 2012
2012-12-07 14:09:39 +04:00
kgv
bf75be9867 0023544: Texture management in TKOpenGl should be redesigned
Structures Graphic3d_CView, Graphic3d_CStructure, Graphic3d_CGroup become classes and their definitions moved from InterfaceGraphic to Graphic3d.
Introduced new class OpenGl_Texture as replacement for OpenGl_ResourceTexture class and static functions in OpenGl_TextureBox.
Graphic3d_TextureRoot now no more communicate within Graphic3d_GraphicalDriver.
Instead class returns image through GetImage() method.
OpenGl_AspectFace - avoid possible NULL-dereference
OpenGl_Texture::Init() - check gluBuild2DMipmaps() return value
OpenGl_Texture - check GL_BGRA_EXT for compatibility
OpenGl_Texture - scale NPOT image when required
Added more description to Graphic3d_TextureRoot class
OpenGl_Texture - added missing break statement for ImgBGR32 case
OpenGl_Workspace::setTextureParams() - fixed local variable aFilterMin overrides visibility of early declared variable
OpenGl_Workspace::DisableTexture() - reset texture matrix
FTGL do not reset texture matrix and corrupt text could be rendered if custom texture has not identity texture matrix.
2012-12-07 13:58:30 +04:00
abv
ab8fcacf28 0023546: Test report failure in Debug mode due to debug messages
Adding IGNORE for debug output messages in test groups heal, pipe, mesh, offset
2012-12-07 13:51:59 +04:00
abv
2857a8acd8 0023561: stepwrite and brepiges dont work with big path (over 150 simbols) of writing file
DRAW commands stepwrite and brepiges modified to never ask for interactive input of file name or write mode; the behavior is completely defined by input arguments. String buffers causing access violation due to overflow are eliminated.

Test case bugs xde bug23561 added for this issue; TODO 23651 in related test cases removed.

Compiler warning (unrelated) is fixed in QABugs_11.cxx
2012-12-07 13:50:06 +04:00
abv
60874ff8b6 0023550: Variable imagedir is not defined in interactive run of tests
When test is run interactively, imagedir is set to temporary directory (search order: environment variables TempDir, Temp, Tmp, upper and lower case, in  this order, then $HOME/tmp)
Update testing case with imagedir variable
2012-12-07 13:44:58 +04:00
dbv
aff395a36d 0023415: OSD_FontMgr can't idenify aspect for fonts with names dependant on system locale.
Added function DetectFontsAspects to Font_FontMgr class. This function uses workaround from OpenGl_FontMgr with FreeType for detecting font aspect.
Removed font name parsing from Font_FontMgr::InitFontDataBase(). Now the font name and font style we get through the FreeType.
Fixed Unix part of Font_FontMgr::InitFontDataBase() method. Font name and font style now detected through the FreeType.
Remarks fix. Added recursive default font directories scanning .
Fixed adding fonts folders recursively from configuration files.
Moved fonts aliases map from OpenGl_Display_1 to Font_FontMgr.
Moved fonts name definition from Graphic3d_NameOfFont.hxx to Font_NameOfFont.hxx.
Added new methods to Font_FontMgr: GetAvailableFontsNames, GetFont and FindFont.
Modified Font_SystemFont creation from XLFD. Added method IsEqual to Font_SystemFont.
Modified methods OpenGl_Display::FindFont, OpenGl_FontMgr::request_font in accordance to the new functionality of the Font_FontMgr.
OpenGl_FontMgr now stores only generated fonts instead of duplication of available fonts list.
Removed method OpenGl_FontMgr::requestFontList. Its function now performs Font_FontMgr::GetAvailableFontsNames.
Documentation was fixed
Adjusting testing cases for current state of OCCT
2012-12-07 13:42:37 +04:00
abv
cb9292ed80 0023609: Tests should handle output containing word error as failure regardless of case
File parse.rules modified to handle word "error" case insensitive
2012-12-07 13:03:12 +04:00
Roman Lygin
72ae989503 0023597: Failed to export ellipse into STEP with units other than mm
Test case for this bug
2012-12-07 12:47:03 +04:00
Roman Lygin
0d167958d9 CR23589: performance improvements in curve-curve intersection 2012-12-07 12:20:39 +04:00
Roman Lygin
337a0f4e30 0023601: Member fields of BRepTools_ReShape made protected 2012-12-07 12:18:31 +04:00
Roman Lygin
576ab3945d 0023596: Extending XCAFPrs_AISObject to enable customization of default color 2012-12-07 12:16:03 +04:00
Roman Lygin
a28d577831 0023594: XCAFDoc_LayerTool extended to work with layer defined by its label, not string 2012-12-07 12:14:14 +04:00
Roman Lygin
f898928aa0 0023593: XCAFDoc_DocumentTool label must be removed from internal map upon closing the XDE document 2012-12-07 12:12:24 +04:00
Roman Lygin
a0d8a9fc54 0023592: Enabling TBB allocator by default for OCC built with -DHAVE_TBB
Implementation updated based on discussion with OCC team
2012-12-07 12:08:09 +04:00
Roman Lygin
1db4f07b79 CR23590: IGESCAFControl_Writer extended to accept TDF_LabelSequence 2012-12-07 12:05:27 +04:00
bugmaster
82cbc512df Reorganization of bugs testing group 2012-12-05 17:17:05 +04:00
bugmaster
075b21ec8a Adjusting testing cases 2012-12-04 16:10:52 +04:00
apn
22698ad7ad Adjusting testing cases for current state of OCCT 2012-12-04 11:17:20 +04:00
apn
0e94a94ee9 Integration part of tests of grid chl 2012-11-30 17:53:40 +04:00
omy
c2ae831c12 0023237: OSD_PerfMeter reports wrong (zero) times
Commit details:
1) in OSD_PerfMeter, use static functions of OSD_Chronometer class for time measurements instead of specific code to avoid incorrect results on CentOS (due to wrong valus of CLK_TCK);
2) changed definition of OSD_PerfMeter from .c to .cxx to avoid problems with C-functions;
3) fixed OSD_PerfMeter.h for building on Unix systems;
4) removed platform-specific #defines;
5) added test case for OSD_PerfMeter as bugs fclasses bug23237;
6) Removed DebugTools package (duplicates OSD_PerfMeter)
7) Avoid compiler (GCC) error casting BRepPrimAPI_Make* instances to TopoDS_Shape
2012-11-30 16:17:28 +04:00
Roman Lygin
ed9161a431 0023569: Adding NCollection_StdAllocator
Adding NCollection_StdAllocator
Adding NCollection_StdAllocator (correcting previous commit)
- addressed code review comment by kgv with using 2 (vs 4) spaces and amending max_size()

Add new draw-commands
Adding test case for this bug
2012-11-30 16:06:46 +04:00
kgv
4ad91217b5 0023241: DRAWEXE crash on startup in Mac OS X
Fixing problem with Draw starting
Added problem description into the sources.
Cosmetic fix. Replaced tabs with spaces.
2012-11-30 16:01:48 +04:00
abv
c4ecd2574b 0023584: Tests in group geometry generate gif images instead of png
File end in group geometry modified to produce PNG images instead of GIF
2012-11-30 15:57:36 +04:00
bugmaster
fc3a37cda1 23563: Introduce support of MS Visual Studio 2012
unused Mapiwi.h commented
Update of OCCT samples for vc11
Update of target folders for vc11
Update of generation-vc-projects.bat files
2012-11-30 15:43:13 +04:00
aba
86325709af 0023418: Crash on the object displaying when running DRAW on remote station. OpenGL version determination was corrected
Small style changes
Comments were corrected
2012-11-30 15:40:17 +04:00
Pawel
08b86c1dfc 0023532: Mismatching allocation and deallocation: anAsciiString, CDM_COutMessageDriver.cxx
Replaced 'delete' with 'delete []' when deallocating array.
2012-11-30 15:35:12 +04:00
abv
529b95df0d 0023498: Comparison always true in Units_Lexicon::Creates()
Method Units_Lexicon::Creates refactored
Further refactoring of Units_Lexicon::Creates() and Units_UnitsDictionary::Creates()
2012-11-30 15:31:27 +04:00
bugmaster
bba0504021 Adjusting testing cases for current state of OCCT 2012-11-27 13:47:01 +04:00
Pawel
bd7ad48c54 0023556: Identical sub-expressions to the left and to the right of the '||' operator
The second condition changed to: (allMovePenToY->Lower() != 1 || allMovePenToY->Length() != Len)
2012-11-23 15:57:25 +04:00
abk
b9e76f0570 0023560: Redundant copying in Geom_OffsetCurve::Geom_OffsetCurve constructor
Eliminating redundant copying of 'C' in Geom_OffsetCurve::Geom_OffsetCurve
  const Handle(Curve)& C,
  const Standard_Real Offset,
  const Dir & V) constructor was removed.
2012-11-23 15:50:56 +04:00
vsr
e9c15c4cec 0023567: Wrong STEP unit is returned by STEPControl_Reader.FileUnits() function
Fix bug with using of uninitialized variable.
New version of patch: pass unit object to the getSiName() function directly.
Test case for this bug
2012-11-23 15:44:47 +04:00
omy
4e76d93bf1 0023132: Suspicious code snippets
1) Warning in Aspect.cxx couldn't be reproduced
2) Description of changes: added 'return' statements into ReadStep(...) functions of RWStepBasic_* classes.
3) BRepFill_OffsetWire.cxx - removed dead code;
4) IFSelect_WorkSession.cxx - swapped arguments;
5) TopOpeBRep_ShapeIntersector2d.cxx - removed 'brake' statement and changed loop to if-statement because of
     void TopOpeBRep_ShapeIntersector2d::FindFFIntersection() function's call features.
6) V2d_RectangularGraphicGrid.cxx - left constants instead of functions beacuse of faster perfomance.
7) Commented unreachable code in files GeomFill_LocationGuide.cxx and TopOpeBRepTool_mkTondgE.cxx
2012-11-23 15:41:20 +04:00
omy
49f38e37fc 0023286: Standard_Mutex behavior depends on platform
Implemented recursive POSIX mutex instead of non-recursive,
Removed SentryNested class, implemented it's features into Sentry class
Added second constructor to Sentry class
2012-11-23 15:38:27 +04:00
nbv
581971fef3 0023130: command "maxtolerance" doesn't work on Windows
maxtol command returns incorrect values of variables nbFaces, nbEdges and nbVtx.
Test case for this bug
2012-11-23 15:33:47 +04:00
ilv
2f0109b77d 0023487: Remove obsolete BRepTools::OuterShell() function
All corresponding calls to BRepTools::OuterShell() replaced by function BRepClass3d::OuterShell()
Changed function BRepClass3d::OuterShell
2012-11-23 15:01:28 +04:00
ika
66d6976f7a 0023379: Exporting single point into STEP produces a compound with two points
Adding single vertex for second time was removed.
Adding single vertex in first time was removed, but for second time was returned.
Duplication of vertex compound in STEPControl_GeometricCurveSet mode was removed.
Some cosmetic changes
Test case for this bug
2012-11-23 14:57:23 +04:00
san
e84189c512 0023120: Transform persistence is not restored
Updating myTransPers field in any case in OpenGl_View::BeginTransformPersistence()
Test case for this bug
2012-11-23 14:47:11 +04:00
bugmaster
cfb698b93a 0023572: Wrong line endings in *.yacc and *.lex files on Linux 2012-11-22 18:20:49 +04:00
bugmaster
808b3f9f34 Adjusting testing cases for current state of OCCT 2012-11-16 12:48:24 +04:00
epa
2de84aa22f 0023473: Top face of imported STEP part is missing
Fix for constraints for case of complex internal wires
Test case for this bug
2012-11-15 16:37:23 +04:00
pkv
d642ddf565 0023548: Boolean operation between two faces fails 2012-11-15 16:34:22 +04:00
ika
1c418d0e12 0023290: IntCurve_IntPolyPolyGen.gxx, suspicious if/for
unnecessary code was deleted
2012-11-15 16:24:08 +04:00
apn
7d0a4e205c 0022835: IncrementalMesh generates FLT exceptions when running in parallel mode
Adding test case
2012-11-15 15:38:51 +04:00
gka
a7493ad47d 0023475: Wrong result of Geom_BSpline_Surface::IsVClosed()
Modifications:
Definition closure surface by U and V by distance between isolines on bounds
Comparison to isolines on identity
Implementation of short dump of surface and curves
Change order of comparison

Fix and test script for bug 0023475
Modification of script to restore surface
Modification for correction regression ( UIso and VIso were confused)
Modified test case and test surface for bug 0023475
2012-11-15 15:35:03 +04:00
vro
80e49d4396 0022927: Regression with OCCT652 on Windows. DRAWEXE crashes during offsetcomshape.
Check was added to avoid a crash if result is not reachable.
Modified test case
2012-11-15 15:19:42 +04:00
ika
f2fd3809c5 0023291: GccAna_Circ2d3Tan_8.cxx, suspicious if
one of the duplicate conditions has been removed
Code was changed to be more obvious.
Unite if blocks into one block
Small correction of coding style
2012-11-15 15:14:58 +04:00
omy
999c0ca132 0022506: Wrong factor for elapsed time mesaured with GetTickCount() in OSD_Timer
Commit details: set the proper factor value.
2012-11-15 14:38:07 +04:00
aba
dc9b6d23b6 0022522: Small BUG in DRAWEXE - vtrihedron command
Add condition to check if shape name is already bound
Used VDisplayAISObject() to display an object
vtrihedron - fixed parsing of arguments with Z direction definition
2012-11-15 14:35:21 +04:00
ilv
be53be81ae 0023329: Edit comment of function Epsilon (Standard_Real.hxx) 2012-11-15 14:10:33 +04:00
aba
f163f612f9 0022970: Incorrect array use in Graphic3d_StructureManager.cxx
Corrected bounds of loops and initialisation error message.
2012-11-15 14:07:45 +04:00
aba
bcfa72e4b3 0022832: Not documented limitation of Graphic3d_StructureManager
Added information about viewers count limitation in CDL documentation.
2012-11-15 13:30:35 +04:00
kgv
792c785cfb 0023432: Connected Interactive Objects computed without Interactive Context
Setup interactive context for reference(s) in Compute() method of classes AIS_ConnectedInteractive and AIS_MultipleConnectedInteractive
Extend vconnectsh and vconnect to process several input objects, added displaying color for result object
Fixed errors in QAGetPixelColor DRAW command
Edit QAGetPixelColor command and test case
ViewerTest::GetColorFromName() - fixed iteration bounds
QAAISGetPixelColor() - removed redundant conversions
Turn back QAGetPixelColor output syntax in case of 3 arguments
Integration of test script to new test system
2012-11-15 13:27:18 +04:00
ilv
f6f03db9d0 0023361: Bug in gp_Trsf::Multiply
Bug in gp_Trsf::Multiply fixed.
If we multiply 2 gp_Trsf objects (shape == gp_Rotation), for example, t1 * t2, and t2.loc = 0
(t2.loc.x == 0 and t2.loc.y == 0 and t2.loc.z == 0)
then t1.loc will not change (you can verify it from the matrix multiplication)
Adding test case
2012-11-15 13:23:11 +04:00
aba
3d8539a3e5 0023292:The variable 'k' is being used for this loop and for the outer loop.
New variable 'm' was defined for the inner loop in line 212 of gccana_circ2d3tan_2.cxx.

Rebased on current master.
2012-11-15 13:20:13 +04:00
Roman Lygin
0ac0c8b4ae 0022545: Improved exception handling 2012-11-15 13:17:30 +04:00
aba
06c23d6a33 0023141: Suspicious if (2)
Fixed condition which was always true
2012-11-15 13:13:03 +04:00
omy
8f905bca47 0023144: Suspicious if (3)
Fixed mistake in Standard_Boolean IntCoCo ( ... ) function of IntPatch_ImpImpIntersection_5.gxx file.
Fixed this condition because of the opposite parametrisation direction of the intersection line.
2012-11-15 13:01:32 +04:00
omy
3fa7e3e72f 0023143: Suspicious else
Changes description:
In src\IntPatch\IntPatch_ImpPrmIntersection.cxx , in ForcedPurgePoints function changed
ParametersOnS2() to ParametersOnS1() in cases of
Standard_Boolean IsReversed == false in lines 1522 & 1540
Got rid from duplicated code in function static void ForcedPurgePoints(...)
2012-11-15 12:59:23 +04:00
kgv
3c3131a05d 0022591: Migration to FreeImage: texture management
Graphic3d_TextureRoot - migrate to Image_AlienPixMap
OpenGl_View::CreateBackgroundTexture() - migrate to Image_AlienPixMap
Fixed Graphic3d_TextureRoot::LoadTexture() method.
2012-11-15 12:52:57 +04:00
ika
33a085531a 0023142: GccAna : suspicious else
the else should be signe = +1
2012-11-15 12:49:32 +04:00
kgv
43c34303a7 0023281: Removed unused OpenGl_ImageBox 2012-11-15 10:12:02 +04:00
aba
26920f3892 0023312: Suspicious for loop in BiTgte_Blend.cxx
Deleted line 'NbS=0;' to allow next loop be executable
2012-11-14 14:07:33 +04:00
abv
351bbcba7e 0023161: Select publicly accessible data files for OCCT tests
Duplicated data files are removed.
New command testfile added for automation of analysis of the new data files before adding to the data base.
2012-11-13 13:45:16 +04:00
ibs
5853bf66cd 0023500: MFC texture example is crashed when view closed
x64 sample build directory has been changed to win64
2012-11-13 13:40:43 +04:00
bugmaster
f254eed001 Update version for OCCT 6.5.4 official release 2012-11-13 10:31:17 +04:00
Roman Lygin
deb26df7c0 0023489: Memory leak in TNaming_NamedShape
Added test for memory leak (bugs/ocaf/bug23489)
Missing return added in QANewBRepNaming_BooleanOperationFeat::IsWRCase2()
Adding test case and general procedure for trend checking for detection of memory leaks
2012-11-09 16:55:48 +04:00
abv
22db40ebf1 0023372: "diffimage" using in tests commands
Comparison of images is implemented in testdiff command; output in HTML form generated
Add measurement of memory (working set) delta in test case execution
Add memory statistics to output of testdiff command
Treatment of parameter -outdir of command testgrid corrected.
Function locate_data_file and code to run tests in parallel revised to be usable with Tcl 8.4.
Added function testsummarize: regenerate summary log of tests from test case logs
Command testdiff is protected against exception raised by diffimage if images have different formats
2012-11-09 16:41:36 +04:00
apn
9ced84ff2d 0023193: Some triangles are inverted when writing an STL file
Adding test case
2012-11-09 16:03:27 +04:00
apn
643bacb9f8 0004894: Problems with shading in vdisplay
Adding test case
2012-11-09 15:50:02 +04:00
aba
5d3515528f 0023289: IntCurve_IntPolyPolyGen.gxx, suspicious else
if-else blocks in lines 805 and 822 were removed.
Corrected initialization of 'nbsamples' variable
2012-11-09 15:47:10 +04:00
abv
b725d7c50a 0023468: Include current branch name into default name of directory for test results
Default name for results directory is generated as "results_<branch>_<timestamp>".

In the HTML log of test execution references to script files are made HTML links to relevant files

Aded possibility to put data file for use by test script into subdirectory data of the script folder (function locate_data_file is extended to find such files).

Test demo/testsystem/A1 renamed to locate_data_file and corrected to account for the recent changes.

Default value of CSF_TestDataPath is defined pointing to $CASROOT/data

File psrse.rules corrected in accordance with changed message on missing data file

Interface of command testgrid changed:
- output directory (formerly required argument) is now defined by optional parameter -outdir
- by default tests are run in parallel mode with number of processes equal to number of system CPUs
- check for input arguments is made more strict
Treatment of parameter -outdir of command testgrid corrected.
Function locate_data_file and code to run tests in parallel revised to be usable with Tcl 8.4.
Adjusting testing case demo draw getsource for current state of master
2012-11-09 15:41:29 +04:00
ibs
1c4ff5c647 0023500: MFC samples are crached on 3D visualisation
void FreeTexture() in OpenGl_TextureBox.cxx - avoid possible NULL-pointer dereference

after debug x64 compilation the executable viewer3d had been moved to the bin folder. now executable viewer3d located in bind folder.
2012-11-09 15:28:40 +04:00
vsr
dbf33db17a 0023139: BRepFilletAPI_MakeFillet algorithm builds edges with wrong first and last parameters: out of pcurve
- Revert previous integration
2012-11-09 15:24:58 +04:00
abv
1598ec0e46 0023275: restore command set name of result variable incorrectly if absolute path is used
Command restore corrected to set default name of the shape equal to filename without extension
Test case added (demo draw restore)
2012-11-02 16:08:20 +04:00
aba
3d8969b13b 0022779: Pixel format should be chosen to support stencil buffer
Missing code in find_pixel_format() function was restored.
Coding rules applied
Added changes in GLX part
2012-11-02 16:05:16 +04:00
aba
9edc5e12b6 0023383: Bugs in CDL documentation of visualization classes
Added lines in CDL documentation for SetDisplayPriority and SetViewingVolume.
2012-11-02 16:02:19 +04:00
kgv
16fa0dfb08 0023488: Make video recording functionality (OpenGl_AVIWriter) optional
CSF_AviLibs missing in EXTERNLIB of TKOpenGl toolkit. This cause incorrect project generation.
HAVE_VIDEOCAPTURE now should be defined to enable video recording capabilities on Windows.
2012-11-02 15:56:36 +04:00
ilv
5fec2f774c 0023116: Add Standard_EXPORT declaration to method Poly_MakeLoops::GetHangingLinks 2012-11-02 15:52:09 +04:00
ilv
0ad0f66b8c 0022754: Add forgotten include to BRepBlend_BlendTool.lxx 2012-11-02 15:47:18 +04:00
omy
9046e4fc55 0023147: Suspicious if (5)
Removed non-executed parts of code because

   Standard_Boolean s1Point = Standard_False;
   Standard_Boolean s2Point = Standard_False;
   Standard_Boolean vClosed = Standard_False;

and never changed thus some parts of code are non-reachable.
Fixed mistake with 'else' without corresponding 'if'.
Commented unreachable code part.
2012-11-02 15:18:21 +04:00
aba
5768cd55b7 0023140: Suspicious if
Condition that is always true was replaced on assigning a variable 'Tol' to Precision::Confusion.
2012-11-02 14:30:29 +04:00
ika
9a79c9529a 0023145: Suspicious else (2)
else statement was incorrect, is has been changed.
2012-11-02 14:27:40 +04:00
aba
80cead4136 0023288: IntCurve_IntConicConic_1.cxx: if(A) {...} else if (A){...} pattern detected.
Unrealizable condition ( second condition block 'else if(d0102>AbsR1mR2-Tol)' ) was deleted.
2012-11-02 14:13:39 +04:00
ski
18e25fc94c 0023476: Integration of test grid "cge" into the new testing system 2012-10-26 17:02:49 +04:00
abv
b9736bcc8e 0023480: New compiler warnings on MS VC 9
Unused local variables eliminated
2012-10-26 17:00:28 +04:00
ika
fb20c14374 0022871: Step Reader raises exception on invalid entity (null swept curve)
checking for null swept curve was added
Adding test case
2012-10-26 16:57:47 +04:00
dbv
90ac61454f 0023448: Fix QT samples for Mac OS X
Fixed QT samples so they can be built on Mac OS X with qt-x11
2012-10-26 16:44:14 +04:00
jgv
bd82d4b2e9 0023464: Projection algorithm produces wrong results.
including of .hxx file added
Correction of computation of intersection point
Integration of test cases for this issue
2012-10-26 16:04:01 +04:00
bugmaster
1027626d98 Adjusting testing cases for current state of OCCT. 2012-10-24 13:37:23 +04:00
jgv
07782e0ce6 0023472: BRepAlgoAPI_Section algorithm fails with exception while intersecting two faces 2012-10-19 18:53:19 +04:00
gka
45c0ba3664 0023338: The 'then' statement is equivalent to the 'else' statement. IGEStoBRep_TopoSurface.cxx 2012-10-19 18:33:42 +04:00
jgv
7416e83cf6 0023367: New functionality restoring the middle path of pipe-like shape 2012-10-19 18:28:46 +04:00
pkv
24def445c3 0023470: Boolean Fuse between two edges fails 2012-10-19 18:22:12 +04:00
ika
418118960f 0023354: The use of 'if (A) {...} else if (A) {...}' pattern was detected.
second else was deleted, now "D" is hotkey for reset view and removing selected object is impossible by hotkeys
help message was rewrited according to these changes, also hotkeys "R","L" and "B" added to help
Minor remarks: viewer commands help fulfilled with U; Z; ","; "." . Comments revised.
2012-10-19 18:19:18 +04:00
miv
88f8fc8104 0023434: Generate images in lossless format (PNG) instead of lossy GIF currently used in test log 2012-10-19 18:16:06 +04:00
omy
7da2a6ab87 0023351: The use of 'if (A) {...} else if (A) {...}' pattern was detected.
Got rid of duplicated code.
Got rid of redundant conditions' checks in Standard_Integer TOPOC(Draw_Interpretor& interpretor,Standard_Integer na,const char** a) function.
2012-10-19 18:09:57 +04:00
bugmaster
4dabfbf233 Adjusting testing case for current state of OCCT 2012-10-17 15:35:39 +04:00
bugmaster
64f4825861 Adjusting testing cases for current state of OCCT 2012-10-16 14:35:59 +04:00
jgv
2277323d3a 0023367: New functionality restoring the middle path of pipe-like shape
Version 2
Small correction
Adding test cases
2012-10-16 13:12:36 +04:00
kgv
8eec45674f Update OCCT version up to 6.5.4beta1 2012-10-12 17:07:58 +04:00
kgv
dd8a4ce929 0023345: Crash when destroying OpenGl_Element
OpenGl_PrimitiveArray::Release() - avoid possible NULL-pointer dereference
OpenGl_GraphicDriver::RemoveView() - release GL resources within removing last view
Fixed OCC280 test command - do not remove old view until new one is initialized
2012-10-12 16:56:23 +04:00
dbv
eeaaaefb6f 0023466: Move OSD_FontMgr class outside TKernel
Created new package Font in TKService.
Classes FontMgr and SystemFont have been moved from OSD package to Font package.
2012-10-12 15:15:32 +04:00
dbv
f1e162f2ad 0023098: Cppcheck warnings/errors in QA files
Fix for cppcheck warnings
Warning fixes
2012-10-12 14:23:00 +04:00
ika
a7ae5c810a 0023266: cppcheck warning: Logical disjunction always evaluates to true
Logical disjunction changed to  Logical conjunction, it evaluates true only then number of parameters isn't right.
2012-10-12 14:19:50 +04:00
Pawel
8b595ab775 0023467: BRepOffsetAPI_MakeOffset throws StdFail_NotDone and not Standard_ConstructionError 2012-10-12 14:05:11 +04:00
osa
37eb478791 0023428: Extend OpenGl_Context to use Geometry Shaders extension
Additional corrective integration
2012-10-12 13:41:06 +04:00
bugmaster
d891ede670 Update vc10 project for Animation MVC sample. 2012-10-11 17:26:21 +04:00
apn
dfa3d64f55 0023450: Test bugs vis CR23407_1 fails
Files parse.rules corrected (point 2 in bug description)
Adjusting testing cases for current state of master.
Modified test cases CR23407_1 and CR23407_2
2012-10-11 14:44:35 +04:00
miv
34dd4990ed 0023438: Update test cases for new organization of data files
Modifications:
1.Test cases
2. locate_data_file from DrawResources/TestCommands.tcl
Fix for mesh end
Adjusting testing cases for current state of master using new organization of data files
2012-10-11 14:24:12 +04:00
bugmaster
22cc9fe996 0021189: Clean up KAS:dev:ros and Products
VoxelDemo is modified to be compliant with OCC 6.5.4
Update of environment files and VS projects.
2012-10-09 16:29:43 +04:00
bugmaster
7ef2d866e2 Adjusting test cases for current state of OCCT 2012-10-08 16:08:34 +04:00
bugmaster
41335b9667 0023456: Update MFC samples for OCCT 6.5.4
Update About dialog
Update reading files in OCAF sample
2012-10-05 14:25:15 +04:00
pkv
8f15a0d540 0023137: Class BRepAlgoAPI_Cut does not made correct result on attached shapes.
class ShellFaceClassifier;
   - method:
void BOP_ShellFaceClassifier::ResetElement(const TopoDS_Shape& theElement)

The order of choice a testing point for the element has been changed.
The following order is:
-point inside an edge
-point as an vertex-point
-point inside UV-range of a surface

Adding test cases
Expected sduare is corrected
2012-10-05 14:20:32 +04:00
vro
cc1d74e225 0021189: Clean up KAS:dev:ros and Products
Removal of VoxelClient
VoxelDemo sample is redesigned so that it doesn't require compilation of OpenGl classes. It refers to TKOpenGl.dll as to an external library.
Some minor bugs are fixed in OCAF and Viewer 3d standard MFC samples
2012-10-05 14:17:17 +04:00
kgv
64e2d3bd71 0023234: Incorrect behavior of AIS_Trihedron
AIS_InteractiveContext::myLocalContexts map accessed before newly created AIS_LocalContext bound to it
Minor remarks: comments revised.
Adding test case
Adding new draw command
Small correction of tests
2012-10-05 14:06:32 +04:00
abv
2478cd9d9f 0023453: Infinite loop on cut operation
In IntTools_FClass2d.cxx, do {} while {} cycle is replaced by for () cycle to avoid possible infinite loop.
Check for degeneration is made with Precision::Confusion() precision instead of comparison with 0.
Correction of misprint
2012-10-05 13:58:17 +04:00
abk
08cd2f6bb1 0023404: Create SquareConfusion function in Precision package for speed and convenience
SquareConfusion function was created in FoundationClasses module -> TKMath toolkit -> Precision package.
The function returns square of Precision::Confusion().
SquareConfusion function was corrected in FoundationClasses module -> TKMath toolkit -> Precision package.
Squares of Precision::Confusion() were replaced by Precision::SquareConfusion().
2012-10-05 13:55:16 +04:00
pkv
852a895cda 0023431: BOP Cut produces invalid shape 2012-10-05 13:52:19 +04:00
pkv
88cc4cb829 0023125: Wrong results done by classifier algorithm for a point and a solid.
class :BRepClass3d_SolidExplorer;
   - method:
Standard_Integer BRepClass3d_SolidExplorer::OtherSegment(const gp_Pnt& P,
                               gp_Lin& L,
                               Standard_Real& _Par)

The object of the type Extrema_ExtPS is created using real parametric ranges (U,V) of the surface.
2012-10-05 13:49:32 +04:00
pkv
3f52476587 0023442: Provide the access to the functionality of Geom2dHatch_Hacher via IntTools_Context
class IntTools_Context
- the method:
Geom2dHatch_Hatcher& IntTools_Context::Hatcher(const TopoDS_Face& aF)
has been added.
The method returns the reference to 2D hatcher for given face <aF>

class IntTools_Context
- the method: IntTools_Context::~IntTools_Context()
has been modified in terms of I.1.
2012-10-05 13:45:23 +04:00
abv
5df3a117e1 0023423: Test system does not get log if DRAW crashes or gets killed
Avoid using dlog in grid tests (command testgrid), in order to get some output even if DRAW crashes.
Command test now accepts argument echo to get echo immediately (but no log processing).
Test case for checking log processing in case of premature exit of DRAW is added (demo testsystem premature_exit).
2012-10-05 13:41:07 +04:00
osa
0e26a4d0bf 0023428: Extend OpenGl_Context to use Geometry Shaders extension 2012-10-05 13:34:02 +04:00
jgv
e9a6ce8256 0023388: Boolean operations hang up trying to build section of two customer's shapes 2012-09-27 13:10:31 +04:00
kgv
185e6ec099 0023425: diffimage generate OSD_Exception during execution
diffimage out-of-image access during border filter execution

Verify neighbor pixel position for out-of-image access
A list of referenced articles and books is added to Image_Diff.hxx file.

Adding test case bugs/vis/CR23425

Image_Diff - fix compilation error on x86_64 target using msvc
There no std::abs for ptrdiff_t in Microsoft STL implementation

Image_PixMap - fixed compilation on gcc 3

Removed extra newlines in TCL script
Image_Diff, move back extra modifications
2012-09-27 12:43:54 +04:00
kgv
3695b8c227 0023316: OpenGl package can not be compiled on RedHat40-64
OpenGl_Window avoid early unprotected glx.h inclusion
which may cause system glext.h inclusion
2012-09-27 12:39:43 +04:00
emv
bb310307f1 0023394: Problem with BRepOffset_MakeOffset on a cylindrical face 2012-09-27 12:29:04 +04:00
mkv
ceeaafcbec 0023358: Unitialized variables used.
Draw command was fixed
2012-09-27 12:16:27 +04:00
pkv
4b66ae7692 0023129: BRepTools::OuterShell() works wrong - it always returns the first shell 2012-09-27 12:03:12 +04:00
emv
73a97e76da 0023252: Fillet regression 2012-09-21 16:21:12 +04:00
abv
a180e3849f 0023433: Compiler warnings in Graphic3d_ArrayOfPrimitives.lxx
Conversion of color components from real [0,1] to char [0,255] corrected to avoid compiler warnings
2012-09-21 16:05:33 +04:00
kgv
cdc56cc8ae 0023246: TKOpenGl viewer created without depth buffer on some X11 implementations
Apply workaround on Mac OS platforms too
to ensure GL context created with depth buffer.
2012-09-14 17:56:10 +04:00
szy
fc9e20957d 0023327: There are identical sub-expressions to the left and to the right of the '&&' operator 2012-09-14 17:53:59 +04:00
jgv
7c104885b2 0023429: BRepFeat_SplitShape algorithm misses some section edges while building result from customer's shape
Adding test case bugs/modalg/CR23429
2012-09-14 17:51:20 +04:00
apn
09951da2d7 0022888: Wrong shape result imported from IGES file.
Adding test case bugs/iges/CR22888
Modified test case bugs/iges/CR22888
2012-09-14 17:38:41 +04:00
jgv
3d063ba65f 0023389: (OCC 6.5.3 regression) BRepAlgoAPI_Cut returns invalid solid
Adding test case boolean/bopcut_complex/P8
2012-09-14 17:27:38 +04:00
kgv
1bc6c5efd0 0023414: Remove deprecated classes Xw_PixMap and WNT_PixMap 2012-09-14 17:25:19 +04:00
abv
cc6a292dbc 0023426: Tool to compare two runs of tests on the same station
New command testdiff added to compare two logs of test run. Currently only CPU times are compared, comparison of images can be added later.
2012-09-14 17:22:48 +04:00
szy
8b8bffc68f 0021977: Unsafe implementation of TNaming_Builder
The code is corrected to create instances of TNaming_Builder class dynamically. Note that they cannot be created as local variables as they should be instantiated only when needed and then reused for the subshapes of the same type in cycle.

Code around is cleaned from tabs and duplicated fragments.

TNaming_Builder class is changed to use Handles instead of C pointers in its fields.
This should protect from possible access to the freed memory if attribute is deleted while instance of TNaming_Builder is still alive.
In addition, method to construct dummy vertex for storing orientation is simplified.
2012-09-14 17:20:57 +04:00
szy
efd4b232bf 0023119: TNaming_Selector::Solve() fails (changes from single face to compound of multiple faces)
Patch for Naming improvement.

1). Added persistence.
2). Removed not supported evolution - Replace.

Fix of QADraw commands.
Modified test case: caf named_shape F6

1). Redesigned DNaming commands: SelectShape & SolveSelection
2). Added 2 new scripts: F8 & F9

Adding test cases caf/named_shape/F8 F9
2012-09-14 17:18:59 +04:00
szy
d4832c3eb0 0023086: OCC 6.5.2 DNaming bug
The code is corrected to create instances of TNaming_Builder class dynamically. Note that they cannot be created as local variables as they should be instantiated only when needed and then reused for the subshapes of the same type in cycle.
Code around is cleaned from tabs and duplicated fragments.
2012-09-14 16:36:12 +04:00
emv
989341c593 0023214: BOP section operation produces incorrect result. 2012-09-14 15:37:14 +04:00
apl
a2d5ab2e7f 0023407: Draw face outlines for XDE objects
FaceOutline aspect and flag added to AIS_Drawer, Prs3d_Drawer.cdl
FaceOutlines computed by StdPrs_ShadedShape and build upon the edge triangulation.
"vshowoutlines" draw command for testing outlines on AIS_Shapes,
"XShowOutlines" draw command for testing outlines on XCAF objects.
remarks corrected:
- FaceOutline renamed to FaceBoundary
- Graphic3d_ArrayOfSegments with edges used instead of Graphic3d_ArrayOfPolylines with bounds.
draw boundaries in separate Graphic3d_Group.
Adding test cases bugs/vis/CR23407_1 CR23407_2
2012-09-14 14:37:57 +04:00
ski
dd2c7137e0 0023430: Tests in xcaf group fail in parallel mode 2012-09-14 14:31:28 +04:00
bugmaster
b10d190ca0 Corrected integration. 2012-09-13 11:56:48 +04:00
apn
c5fc362f66 Corrected integration. 2012-09-11 16:43:12 +04:00
apn
61039c3d61 Adjusting xcaf test group 2012-09-10 17:00:39 +04:00
kgv
692613e554 0023272: Image comparison algorithm
A new class Image_Diff for comparison of images
and a draw-command "diffimage", which compares 2 images.

Image_PixMap redesigned to provide interface for low-level image operations.
New Image_AlienPixMap class now intended for Save/Load functionality.

Aspect_PixMap class dropped.
Xw_PixMap and WNT_PixMap classes now do not inherit from Aspect_PixMap and deprecated.

ToPixMap methods now retrieve Image_PixMap as argument.

Conflicts:
src/ViewerTest/ViewerTest.cxx
Remarks applied
Fix compilation (correct merging error)

Eliminated Aspect <-> Image cyclic dependency

Fixed GIF dump in case of BGR32 image format
2012-09-10 14:30:46 +04:00
apl
567148d8f4 0023196: Porting to the latest version of ftgl library
Use FreeType entities instead of private helper classes from FTGL.
OpenGl package: link freetype.lib and ftgl.lib on Windows with #pragma comment.
2012-09-07 16:50:42 +04:00
apn
02a0b964f2 0023384: Translate sub-shape names between XDE document and STEP
Sub-shapes naming translation between XDE and STEP implemented as an optional mode of Reader/Writer.
New static variables are now available: write.stepcaf.subshapes.name for Writer and read.stepcaf.subshapes.name for Reader (both have 0 values by default).
XOpen command implemented in scope of XDEDRAW asset.

Added test case bugs xde CR23384
2012-09-07 14:24:23 +04:00
vsr
9fe1ada847 0023403: Crash when parsing an expression with lexical error
Fix double freeing of memory in case when lexical error is detected by parser:
- revert previous fix, instead nullify the global buffer after its freeing in ExprIntrp_stop_string().

Added new QA command CR23403 and test case
2012-09-07 14:19:09 +04:00
pkv
0c5acd2705 0023405: BOP common produces one face instead of a solid
Modified class :IntTools_FaceFace
   - method: void IntTools_FaceFace::ComputeTolReached3d()
The goal is:
to give more precise definition to the value of tolerance of intersection curves in 3D for the case plane/sphere.

Added test case boolean/bopcommon_complex/M7
Added test case boolean/bopcommon_simple/ZP9 for verified bug CR23374
2012-09-07 14:11:06 +04:00
oan
2e1a4dae4b 0023409: Tricheck command doesn't report problem when triangulation has unexpected holes
Tricheck command improvement for checking triangulation holes on free links
More obvious error message
Added test case bugs demo CR23409
Modified test case offset wire_closed_outside_0_005 G7
2012-09-07 13:58:12 +04:00
apn
319e4241ee 0023410: QA commands don't work properly in new testing system
Comment adding command rename. Add QA test case.
Adjusting bugs test group
2012-09-06 14:24:05 +04:00
pkv
33e721baa7 0023374: BOP Common between a sphere and a box gives wrong result 2012-09-02 13:48:03 +04:00
mkv
8983c41c24 0023357: The 'then' statement is equivalent to the 'else' statement. 2012-08-31 15:45:12 +04:00
miv
b053b76478 0023412: Integration of test grid "dec" into the new testing system
Integration of test grid "dec" into the new testing system with "xcaf" name
2012-08-31 15:37:52 +04:00
sneeraj
fa920fb12e 0023377: Error in importing a rational spline IGES surface [Type 128, PROP3 = 0] into OCCT
Fix to address Rational surface with non-unitary weights at last index
Add new test case folder with test case for bugs
2012-08-31 15:33:33 +04:00
szy
1ec8a59e23 0023205: Patch for Naming improvement
1). Added persistence.
2) Removed not supported evolution - Replace.
QADraw commands were fixed .
Added TKBO to EXTERNLIB.
Modified test case: caf named_shape F6
2012-08-31 15:26:23 +04:00
bugmaster
09121745ad Integration of adjusted testing cases. 2012-08-27 16:12:38 +04:00
Roman Lygin
1cc1abe1ab 0023393: Improve usability of OSD_MAllocHook::CollectBySize
Usability of OSD_MAllocHook::CollectBySize was improved:
- fields of OSD_MAllocHook::CollectBySize are made public (not private) to enable access for debugging purposes.
- added field myMaxAllocSize to denote maximum tracked size
2012-08-24 15:14:14 +04:00
Roman Lygin
536416f3d2 0023392: Memory leak in OCAF in debug mode
TDF_LabelNode::Destroy() does not free memory for entry strings TCollection_AsciiString myDebugEntry problem was corrected.
2012-08-24 15:08:50 +04:00
kgv
17f65eb229 0023397: Marker aspect doesn't applied to points drawn by Primitive Arrays
Applying color and point size (marker type currently ignored).
2012-08-24 14:48:55 +04:00
pkv
420399e331 0023341: Wrong result done by 2D classifier algorithm for a point and a face.
Class classIntCurve_IntConicConic has been changed.
The intersection point that is definitely out of both domains is rejected.
Improving expression on lines 1101-1104 of IntCurve_IntConicConic_1.cxx to be more clear with adding comments.
2012-08-24 14:32:10 +04:00
Pawel
d93f7683c9 0023373: MSVC++ warnings issued during compilation for 64bits, 'Sparse Arrays'
Replaced 'Standard_Integer' with 'Standard_Size' to avoid compiler warning.
Removed redundant casting to 'Standard_Size'.
Removed code checking if a 'Standard_Size' variable is negative.
2012-08-24 14:18:55 +04:00
san
6318e884de 0023385: Bug in AIS_TexturedShape::Compute()
Mistake in AIS_TexturedShape::Compute() occurred in the patch for issue 22971 corrected
2012-08-24 14:13:44 +04:00
ski
49c093ae1c 0023371: Expression which check of change of square/volume/length in end files doesn't work properly
Modified END files
Corrected tests cases due to modification of END files
2012-08-20 13:33:29 +04:00
ski
368ebb7e4a 0023364: Integration of test grid "cpp" into the new testing system
Integration of test grid "cpp" (pipe) into the new testing system
2012-08-20 13:29:20 +04:00
ski
c2a0f4819b 0023382: Integration of test grid "did" into the new testing system
Integration of test grid "did" ( heal tests ) into the new testing system
2012-08-20 13:26:43 +04:00
Pawel
40f53a3858 0023369: MSVC++ warnings issued during compilation for 64bits, Materials.cxx
Replaced 'Standard_Integer' with 'Standard_Size' to avoid compiler warning.
2012-08-20 13:18:41 +04:00
Pawel
2ac0971028 0023370: MSVC++ warnings issued during compilation for 64bits, WNT_FontMapEntry.cxx
Replaced 'int' with 'Standard_Size' to avoid compiler warning.
2012-08-20 13:13:37 +04:00
szy
aa45313282 0023306: Failures reading some attributes of BinOcaf document
Saving OCAF attribute TColStd_Array1OfExtendedString to binary file is corrected (missing data field written).
2012-08-20 12:56:47 +04:00
bugmaster
9db37f0e3c Corrected integration 2012-08-13 15:34:43 +04:00
Pawel
8558350d3c 0023295: A part of conditional expression is always true
Checking if curve type is GeomAbs_BSplineCurve.
2012-08-10 10:56:33 +04:00
Pawel
b2d4add4b8 0023349: There are identical sub-expressions 'aS1.ShapeType() != TopAbs_FACE' to the left and to the right of the '||' operator.
The same shape was checked twice if it was a face. The other shape was omitted instead.
2012-08-10 10:52:10 +04:00
Pawel
8fb480b35a 0023296: Not verifying method return flag
Checking the returned flag. If the method fails return.
2012-08-10 10:48:14 +04:00
Pawel Kowalski
72d873ef3a 0023294: Identical sub-expression in 'if-clause'
Correcting probable copy-paste bug.
Test case offset shape_type_i D7 was modified
2012-08-10 10:45:42 +04:00
Roman Lygin
f3fa1d3509 0023365: Name collision of global IsEqual() leads to overriding user's definition
Prevent name collision of global IsEqual()
2012-08-10 10:41:48 +04:00
Pawel Kowalski
7c57b71eed Corrected integration 2012-08-06 16:25:17 +04:00
Pawel
6d1a5d3a0c 0023356: Suspicious assignment inside the condition expression of 'if' operator.
Changed the assignments in the if-clauses to comparisons.
2012-08-03 13:34:13 +04:00
Pawel
d4a137d527 0023347: Expression '(* q == ' ') && (* q == '\t')' is always false. Probably the '||' operator should be used here.
Replacing '&&' with '||'.
2012-08-03 13:31:24 +04:00
Pawel Kowalski
d33dea30d5 0023348: Expression 'ii >= 0' is always true. Unsigned type value is always >= 0.
Redesigned the loop to work correctly with unsigned variables.
Treatment of path to source file is rewritten using OSD_Path for more clarity
Command getsourcefile corrected to return its result as Tcl string, and simplified
Error in treatment of optional arguments in substituted puts is fixed in src/DrawResources/TestCommands.tcl
Test case added: demo draw getsource
2012-08-03 13:28:27 +04:00
Pawel
3b4c36f540 0023350: The null pointer is passed into 'strcmp' function.
The method returns if it gets a NULL pointer.
2012-08-03 13:18:31 +04:00
Pawel
aceabd1b53 0023353: Graphic3d_NOM_STONE used twice in an if-clause.
Graphic3d_NOM_STONE appeared twice in the if-clause.
2012-08-03 12:45:01 +04:00
san
99c56d44e7 0023362: Adding DRAW command vsetinteriorstyle
Adding DRAW command vsetinteriorstyle
- Translated French comments to English
2012-08-03 11:35:36 +04:00
san
26395493b0 0023363: [Regression] Lost gradient background when switching to the hollow interior style
Calling glPolygonMode() to ensure filled polygon rendering when drawing
the view background
Revert "Calling glPolygonMode() to ensure filled polygon rendering when drawing"

This reverts commit 41d41ab23cb81acb3bcf7e6ad5d10ea0097eecdd.
OpenGl_Workspace::ResetAppliedAspect() method improved in order to
reset GL parameters to default values specified in default aspects.
This method is now called twice during scene rendering:
- At the very beginning by OpenGl_Workspace::Activate()
- After all structures has been drawn but before the auxiliary stuff
(like trihedrons, overlayer, display callbacks)
2012-08-03 11:16:58 +04:00
ski
5805221e14 0023298: Integration of test grid "off" into the new testing system 2012-07-30 16:09:29 +04:00
bugmaster
15f88c1218 Corrected integration 2012-07-27 17:59:22 +04:00
abk
e26b06c3ae 0023330: Redundant copying in Geom2d_OffsetCurve::Geom2d_OffsetCurve method
Redundant copying of 'C' in Geom2d_OffsetCurve::Geom2d_OffsetCurve(const Handle(Curve)& C, const Standard_Real Offset) method was removed.
2012-07-27 17:52:04 +04:00
Pawel Kowalski
e145d04c8d 0023346: MSVC++ Error C2664: 'AIS_InteractiveObject::PolygonOffsets': conversion from 'Standard_Real' in 'Standard_ShortReal &'
Changed Standard_Real to Standard_ShortReal.

Modify test case offset shape_type_i D6
2012-07-27 16:52:37 +04:00
Pawel
fb8a73581a 0023274: MSVC++ warnings issued during compilation for 64bits
Replacing Standard_Integer with Standard_Size to avoid warnings.
2012-07-27 16:12:24 +04:00
Pawel Kowalski
8ad8260234 0023332: Expression 'anIndex < 0' is always false. Unsigned type value is never < 0. in Vrmldata_Geometry.cxx
Examining index sign before casting to Standard_Size.

Argument of method VrmlData_ArrayVec3d::Value() changed from Standard_Integer to Standard_Size to be consistent with its use (avoid compiler warnings)
2012-07-27 16:08:57 +04:00
Pawel
d497b3141d 0023333: The variable 'i' is being used for this loop and for the outer loop in Vrmldata_ShapeConvert.cxx
Use separate variable to iterate the inner loop.
2012-07-27 16:04:43 +04:00
Pawel
db3d2a99ae 0023335: Array overrun is possible. The value of 'i' index could reach 200 in Interface_MSG.cxx
Iterating from 1 to 199 over the 'buf' in order to avoid an overrun.
2012-07-27 15:55:57 +04:00
Pawel
b28f4666f9 0023337: The 'strcmp' function returns 0 if corresponding strings are equal. (1)
Checking if the return value from 'strcmp' is '0'.
2012-07-27 15:53:14 +04:00
Pawel
fafad173ed 0023336: The 'strcmp' function returns 0 if corresponding strings are equal.
Checking if the return value from 'strcmp' is '0'.
2012-07-27 15:50:17 +04:00
Pawel
5dc6fb935c 0023339: The 'strcmp' function returns 0 if corresponding strings are equal. (2)
Checking if the return value from 'strcmp' is '0'.
2012-07-27 15:40:46 +04:00
Pawel
8d3d66d629 0023340: The values of different enum types are compared: switch(ENUM_TYPE_A) { case ENUM_TYPE_B: ... }. StepToTopoDS.cxx
Corrected the used enumeration type.
2012-07-27 15:26:32 +04:00
Pawel
e25709170a 0023325: Always getting the transparency of the back face
Added the 'breaks' in the affected 'switch' statement.
2012-07-27 15:23:23 +04:00
Pawel
b804b20e23 0023319: Typo in AIS_ConcentricRelation.cxx line 156
Checking if the 'Vertex2' (NOT 'Vertex1') is on plane in order to project it.
2012-07-27 15:20:29 +04:00
Pawel
b31fce3710 0023320: The body of 'OpenCollector' function is fully equivalent to the body of 'CloseCollector' function
When opening the collector setting the corresponding flag to Standard_False.
2012-07-27 15:17:16 +04:00
Pawel
d28abc6596 0023326: The 'aSibling' pointer was utilized before it was verified against nullptr. ldom_element.cxx
Verifying pointer against NULL before accessing it.
2012-07-27 15:14:35 +04:00
Pawel
e9eb6248dc 0023317: Using the iteration variable in the inner and outer loop in GGraphic2d_SetOfCurves.cxx
Replaced the iteration variable for the internal loop.
2012-07-27 15:11:06 +04:00
Pawel
53aa7b3237 0023318: If statement equal to else statement in AIS_ConcentricRelation.cxx, lines 108-115
Corrected the else-clause.
2012-07-27 15:05:38 +04:00
Pawel
d015d21804 0023277: Buffer underflow using memset in osd_path.cxx
The parameter used in memset matches the buffer size.
2012-07-27 14:58:54 +04:00
Pawel
9d21a648c8 0023322: Identical sub-expressions 'MyCView.Orientation.ViewReferencePoint.y != float (Y)'
Changed the duplicate 'y' to 'z'.
2012-07-27 14:44:56 +04:00
Pawel
3f6213c322 0023315: Duplicate comarison in an if-clause ib Prs2d_ToleranceFrame.cxx
Testing the length of 'myTxt2'  instead of 'myTxt1' twice.
2012-07-27 12:26:44 +04:00
vtn
be10f7a868 0023342: Changing of OCCT tests according to integration of 23.07.2012
Tests are changed according to current state of OCCT.
2012-07-23 16:33:47 +04:00
Pawel
abd9003d5f 0023280: Pointer to local array is stored outside the scope of this array.
Moved the array 'buff' so it can be visible while 'str' still refers to it.
2012-07-23 15:00:03 +04:00
vtn
8418c61723 0023273: Avoid failures due to datadir commend when data files are not present
Fix for #23273 issue.
Fix for #23273 issue (boolean/013/R9).
Modifications of tests according to #23260 issue.
Attempt to protect against hang-ups due to waiting for standard input
change of behaviour of offset/shape_type_i/D7 case.
Attempt to protect against hang-ups during initialization of menu in batch mode.
increase cpulimit for parallel incmesh.
#23260 is fixed. count_parallel is not needed anymore.
Deleted unused code.
change of behaviour of offset/shape_type_i/D7 case.
The fix was incorrect.
Second attempt to protect against hang-ups during initialization of menu in batch mode
correction of tests in order to awoid instability.
Elapsed time changed to CPU user time is performance tests.
Processing of errors on Windows.
Stop cpulimit killer if armed by test, after the test is completed
2012-07-20 17:37:21 +04:00
dbv
f67d0512ac 0023260: Regression: Instability in parallel incmesh on Linux.
Added protection to the function which may have data race (according to the valgrind report).
Added protection to the BRepMesh_FastDiscretFace::RestoreStructureFromTriangulation function
Slight reordering to optimize use of mutex (lock once)
Now Standard_Mutex::SentryNested are created as named object.
Map inside TopTools_MutexForShapeProvider now store Handle_TopoDS_TShape as a key instead of TopoDS_Shape
2012-07-20 17:18:29 +04:00
jgv
312cd1f500 0023244: Bug of BRepClass_FaceClassifier: it does not take into account the tolerance 2012-07-20 17:12:28 +04:00
ama
b6648a4a2d 0023224: Empty result done by intersection algorithm
Remove the cutting of the original surface from IntCurveSurface_Inter to see how much it affects the correctness of the algorithm.
2012-07-20 17:07:03 +04:00
Pawel
b1ea14b63c 0023265: cppcheck warning: Mismatching allocation and deallocation
Use pairs: new - delete (new - delete [] for arrays), malloc - free
2012-07-20 16:57:09 +04:00
Pawel
76021966ce 0023264: cppcheck warning: Logical conjunction always evaluates to false
Replaced the '&&' operator with '||'. Otherwise the logical conjunction always evaluates to false.
2012-07-20 16:54:16 +04:00
Pawel
207e57e4c2 0023279: Accessing NULL pointer
Assuring the pointer is not 'NULL'.
2012-07-20 16:50:22 +04:00
Pawel
575aec54df 0023259: MSVC: C4101 warning - unreferenced local variable
Removed unreferenced variables
2012-07-20 16:38:26 +04:00
Pawel
8ec3edb0c5 0023278: Buffer underflow using memset in osd_host.cxx
Zero memory uses the size of the array.
2012-07-20 16:32:09 +04:00
Pawel
0564092bc9 0023287: IntPolyh_MaillageAffinage.cxx, line 2217: "identical sub-expressions to the left and to the right of the '-' operator"
Changed the redundant curve type Geom(2d)_BSplineCurve to Geom(2d)_BezierCurve.
2012-07-20 16:28:25 +04:00
Pawel
35958a5847 0023287: IntPolyh_MaillageAffinage.cxx, line 2217: "identical sub-expressions to the left and to the right of the '-' operator"
The expression
Abs(PEP1.U()-PEP1.U())
changed to
Abs(PEP1.U()-PEP2.U())
In this case the points are equal and so the points number can be reduced to '1'.
2012-07-20 16:26:24 +04:00
Pawel
f7233960d3 0023305: One index value verified twice in BRepFill_TrimShellCorner.cxx
Verifying both affected indexes instead of one.
2012-07-20 16:24:35 +04:00
Pawel
431258f747 0023308: A typo in if-clause, in TopOpeBRepDS_EXPORT.cxx
Corrected typo in the if-clause.
2012-07-20 16:11:32 +04:00
Pawel
841d66724b 0023313: Return Standard_False in case of an unsupported case in IntAna_Curve.cxx
Return Standard_False in case of unsupported case.
2012-07-20 16:09:28 +04:00
Pawel
56084216a8 0023303: Expression always true in ShapeFix_Face.cxx
The two corrected if-clause conditions were always true.

In FixSmallAreaWire where the documentation says: "Detects wires with small area (that is less than 100*Precision::PConfusion(). Removes these wires if they are internal." and the bugfix conforms to this.

For 'NeedCheckSplitWire' option in the Perform method the same assumption is made although no documentation on this could be found.
2012-07-20 16:07:15 +04:00
Pawel
50e433aaf2 0023304: Copying constructor fails to copy both 'myIndx' variables.
Copy constructor corrected.
2012-07-20 16:04:16 +04:00
Pawel
606a112a12 0023311: Duplicated check in if-clause in ChFi2d_Builder_0.cxx
Verifying that the second provided edge is neither a line nor a circle.
2012-07-20 16:01:57 +04:00
Pawel
f6475f0339 0023307: Same variable value verified twice in TopOpeBRepTool_TOOL.cxx
Checking both variable values: onf, onl.
2012-07-20 15:58:42 +04:00
Pawel
fccb487b5f 0023300: ShapeFix_EdgeProjAux.cxx: line 283 - identical sub-expression in 'if-clause'
Verifying also the last parameter in the if-clause.
2012-07-20 15:47:26 +04:00
Pawel
b476213a1d 0023299: ShapeCustom_BSplineRestriction.cxx: line 732 - identical sub-expression in 'if-clause'
Verifying both affected variables in the if-clause.
2012-07-20 14:57:49 +04:00
Pawel
dede2e21f6 0023301: Comparing variable to itself in ShapeUpgrade_WireDivide.cxx
Fixing self-comparison.
2012-07-20 14:35:30 +04:00
abv
5e335c5bf7 0023276: Add generated files to .gitignore
Directories for generated files (projects, Visual Studio artifacts, Emacs backup files, test results) are added to .gitignore
Suppressed generated files.
Allow to use bat, sh, am, m4 and ac files in subdirectories.
2012-07-17 17:26:25 +04:00
Pawel
8bde65b453 0023268: cppcheck warning: Using size of pointer WIDTHMAP instead of size of its data.
Using the size of the array in bytes.
2012-07-13 17:38:04 +04:00
Pawel
9e4c2fbb29 0023261: Checking handle value against NULL
Checking handles using the IsNull() method.
Minor correction of compilation error (missing parentheses in function call)
2012-07-13 17:31:19 +04:00
Pawel
f272f76c5a 0023258: Missing parenthesis
Missing parenthesis added.
2012-07-13 17:27:35 +04:00
kgv
8fa02385b0 0023250: Missing include in OSD_MemInfo.cxx
Function getpid() declared in "unistd.h" header on POSIX-compliant systems.
Fix compilation error with gcc 4.7 on Linux.
2012-07-13 17:23:31 +04:00
vro
44b8f2d659 0023253: Additional viewer 3d draw-commands vleft, vfront, ...
New draw-commands vleft, vright, vbottom, vback and vfront.
2012-07-13 17:18:48 +04:00
pkv
a15d6aceb6 0023248: Wrong result done by solid classifier algorithm for infinite point 2012-07-13 17:15:41 +04:00
apn
c281a4a4a1 023263: Incorrect results displaying of QA command BUC60811 using "printf"
Modified command BUC60811
2012-07-13 17:11:56 +04:00
jgv
074028c646 0023201: Projection algorithm produces wrong results. 2012-07-13 17:07:41 +04:00
Pawel
fdbc4fe73a 0023257: Missing return statement
Added missing return statement
2012-07-13 16:41:53 +04:00
gka
87073a1017 0023251: Crash during reading materials from STEP file for case when name of material is not set.
Fix for case when materials in STEP file was written invalid way
2012-07-13 16:36:08 +04:00
abv
8c3c99048d 0023003: Photos of AIS Viewer are corrupted on Windows if tests are executed remotely
Default position of 3d viewer window created by vinit command is set to the right-left corner of the screen (0,0) to avoid problems on small screens, e.g. dummy remote desktops

Default position of 3d viewer window created by vinit command is set to be close to the right-left corner of the screen (0,0) to avoid problems on small screens, e.g. dummy screens of remote desktops
2012-07-13 16:09:09 +04:00
kgv
5e27df788d 0023226: Extend OpenGl_Context to store map of shared GPU resources
OpenGl_Resource was slightly corrected and OpenGl_Element was extended
with Release method to manage GPU resources.

OpenGl_PrimitiveArray now uses new OpenGl_VertexBuffer class (requires OpenGL 1.5+).
Strange workarounds for feedback mode were removed.

OpenGl_Context now provides access to shared GPU resources
and manages resources queue for delayed release
(replaces functionality of removed OpenGl_ResourceCleaner).
Loaded GL_ARB_texture_buffer_object and GL_ARB_draw_instanced extensions.

Global maps of views, workspaces and structures
were moved to OpenGl_GraphicDriver members.
UserDrawCallback() function moved to OpenGl_GraphicDriver methods.

Aspect_GraphicCallbackStruct now holds handle of OpenGl_Context
instead of system-dependent pointers to GL context definition.

New classes NCollection_Vec2, NCollection_Vec3 and NCollection_Vec4
implements interface to low-level data (points, vertices, colors) in GLSL-style.
Removed EnableVBO argument from vdrawparray Draw Harness command
Corrected compilation errors
Fixed wrong argument in Index VBO initialization
Fixed several cases of incorrect memory management in TKV3d

Visual3d_ViewManager::Remove()
Destroy structures before last view removed for correct GPU resources management.

Graphic3d_Structure::GraphicClear()
Remove groups to avoid usage of dead OpenGl_Group pointers.

V3d_View::Remove()
Fixed mistake in #0000280 patch.
Small correction
Fixed OCC280 test command

Replace removed view within created one in ViewerTest EventManager.
ViewerTest, do not create unused 3D view

In current design NIS_View always created and used for both - NIS objects and AIS objects.
2012-07-13 15:51:16 +04:00
vtn
400933675f 0023087: Upgrade of the OCCT test system
Integration of new occt testing system
2012-07-13 11:42:23 +04:00
dbv
c983f7228d 0023123: Bug/Regression in visualization of XDE documents in shaded mode
Added new group creation before adding styled item in XCAFPrs_AISObject::Compute
2012-07-06 16:14:37 +04:00
dbv
d00cba631f 0022850: Not stable fix 22735
Class TopTools_MutexForShapeProvider has been created
Class contain methods:
TopTools_MutexForShapeProvider::CreateMutexesForSubShapes - Creates and associates mutexes with each sub-shape of type theType in theShape.
TopTools_MutexForShapeProvider::CreateMutexForShape - Creates and associates mutex with theShape
TopTools_MutexForShapeProvider::GetMutex - Returns pointer to mutex associated with theShape. In case when mutex not found returns NULL.

Added method RemoveAllMutexes to TopTools_MutexForShapeProvider
Assign operator in MutexProvider, constructor and operator and assign operator in Standard_Mutex now private
Replaced TopExp_Explorer with TopoDS_Iterator to avoid cyclic dependence
2012-07-06 16:08:21 +04:00
szv
36f35343b8 0023157: Exception reading STEP file in Debug mode
Unsafe Debug printout was removed.
2012-07-06 16:03:14 +04:00
oan
67263fce53 0023219: Triangulation is not built on a planar face 2012-07-06 15:59:17 +04:00
pkv
37b6f43954 0023218: Wrong value of tolerance for the intersection curve. 2012-07-06 15:55:23 +04:00
dbv
60be1f9b1d 0023072: Eliminate compiler warnings (level 3) on Windows / MSVC++ 2012-07-06 15:52:20 +04:00
dbv
9d091ec153 0023175: Failed to segment a periodic B-Spline when parameter coincides with existing knot 2012-07-06 15:49:34 +04:00
kgv
be34de4b94 0023238: TKOpenGl glext header conflicts with system headers 2012-07-04 12:51:19 +04:00
kgv
3c4153af69 0023227: New Draw Harness command to estimate current geometry complexity of OpenGL scene
New command vfeedback proposed to capture GL info using GL_FEEDBACK functionality
2012-07-03 14:07:02 +04:00
vro
5f87cb7eaa 0023195: A method ShapeFix_Face::FixPeriodicDegeneratedMode() is not implemented
Implementation of the method ShapeFix_Face::FixPeriodicDegeneratedMode().
2012-06-29 16:34:13 +04:00
abv
b7e7622471 0023197: Draw executable do not detect update of environment variables on Windows.
New DRAW commands dgetenv and dsetenv are added, allowing to query and set environment variables as defined in C subsystem, from Tcl.

On Windows, special handler is armed in DrawDefaults providing automatic update of C environment when Tcl environment (array env) is modified. Note that this is not needed on Linux (Tcl does this internally).

Fixed problem with "array get env" command.

Added comments to _update_c_env proc.
2012-06-28 17:48:50 +04:00
abv
aa02980dbf 0023152: Possibility to have echo of DRAW commands in log file
Two commands are added in DRAW:

decho: allows switch on/off echo of commands and their results. When echo is on, all commands implemented as OCCT DRAW C procedures will be echoed to standard output, along with their result. This can be useful to trace process of execution of script evaluated by 'source' command.

dlog: implements off-screen log for recording DRAW commands and their output for further processing in Tcl script (mainly for use in automatic tests). Run this command without arguments to get help.
Added ios::sync_with_stdio() call to Draw::BasicCommands.
Correction for compilation on Linux
2012-06-28 17:46:43 +04:00
san
1d03e66d2a 0023186: Unable to display Graphic3d_ArrayOfPoints after migrating from OCCT 6.5.2
GL_NONE replaced with PARRAY_DRAW_MODE_NONE to disambiguate with GL_POINTS
DRAW_MODE_NONE constant moved into OpenGl_PrimitiveArray class to avoid potential name collisions
2012-06-25 11:16:17 +04:00
vro
85e096c3df 0023156: Image_PixMap::PixelColor() extended to return alpha value
Implemented new method to provide access to alpha value in image.

Implemented new vreadpixel Draw Harness command to read
specified pixel value from 3D view.
vdump command - added result checks
Corrected misprint
2012-06-25 11:16:14 +04:00
abv
69da6e7ae3 0023185: DrawAppliInit must be loaded from current directory
1. File src/DrawResources/DrawAppliInit removed;
   code loading QA commands moved from DrawAppliInit to DrawDefaults (temporarily)

2. In src/DrawResources/DrawDefaults:
   - change of tcl_precision removed (following advise in Tcl 8.5 documentation)
   - code loading file init.tcl removed as obsolete
   - if environment variable CSF_DrawAppliInit is defined, it is assumed to
     be the name of the application-defined file to load; otherwise
     it is searched as file DrawAppliInit in current directory

DrawAppliInit removed from FILES
2012-06-25 11:16:11 +04:00
eap
92075a6533 0023162: BRepOffsetAPI_MakePipeShell works wrong
In ComputeOrigin(), superpose wire origins before checking distance between vertices
Fix for wires of one edge
2012-06-25 11:16:07 +04:00
Roman Lygin
1bd657ae3c Wrong bounding box for edge on periodic B-Spline with target
range beyond own range.
Improved consistency of 2D case with 3D
2012-06-15 12:01:05 +04:00
kgv
b1db572cfc 0023101: TKOpenGl possible glext header conflicts
Fixed glext header conflict with system X11 gl.h on Mac OS X
System header provide syntactically different typedefs for some OpenGL functions (GLenum vs. GLint).
Fixed misprint in comments
2012-06-15 11:56:23 +04:00
kgv
50a0744c2c 0023040: Annoying warnings in NCollection_Vector
Fixed initialization order of class members in constructors
2012-06-15 11:52:11 +04:00
dbv
c45bc3b03a 0023134: Updating Tutorial sample source code 2012-06-14 12:28:52 +04:00
szv
48a06a3056 0023192: Regression in writestl command
Processing of arguments in 'writestl' command is corrected
2012-06-08 12:43:39 +04:00
san
c9d4eb9d4a 0023188: Regression in SCATexturedShape in SSP sample
OpenGl_View::RedrawLayer2d()
- lighting and 1D/2D texturing disabled so as
not to interfere with layer drawing, layer items should enable
textures if necessary and disable them at the end;
- French comments removed;
- redundant lighting state changes removed

OpenGl_GraphicDriver::BeginLayer()
- useless code enabling 2D textures removed
2012-06-08 12:41:16 +04:00
ama
a929ed86fb 0023182: During STEP translation isn't checked for validity flag IsClosed
Added check for consistency properties of closure and existence of free boundaries in shell (modified ShapeFix_Shell::Perform()
Added new message in SHMessage/SHAPE.us)
2012-06-08 12:37:19 +04:00
eap
0f5cd7d5bb 0023174: BRepLib_MakeFace(Wire) creates an invalid face on a wire of cylinder bottom
Is2DClosed() added to reject an improper existing surface
Add OnlyClosed=Standard_False argument
Call BRepLib_FindSurface with OnlyClosed=Standard_True
fix Is2DClosed() to check intermediate points of wire in 2D
fix Is2DClosed() - correct tolerance used for the last point
fix Is2DClosed() - correct getting 2d points to compare
2012-06-08 12:34:06 +04:00
bugmaster
3f0a1ac7b0 0022914: Incorrect name LRELASE is used in *.pro files 2012-06-04 16:31:21 +04:00
abv
5554ac6852 0023170: Bug of creating a full sphere face
Method ElSLib::SphereVIso() is protected against creation of circle with negative radius when |V| > PI/2; now the circle on analytic continuation of sphere behind poles is returned in this case (thus always with positive or zero radius)
2012-06-01 16:58:24 +04:00
kgv
86fa64d971 0023172: Added workaround for BUGs in Intel OpenGL drivers
Check GL context already bound before wglMakeCurrent() call.
2012-05-25 16:20:51 +04:00
oan
90dc2e5b07 0022884: The attached face cannot be displayed in shading mode
BRepMesh_Delaun class has been corrected
Extended checking of segments intersection
SquareModulus is used
Detail checking of intersection
Zero division checking
Right segment intersection in MeshPolygon + coding standard
eliminating the test variable
Cleaning up the polygon from internal triangles
2012-05-25 16:17:12 +04:00
vsr
416594fec8 0023158: ApproxInt_PrmPrmSvSurfaces raises FPE (division by zero) signal
Prevent division by zero in ApproxInt_PrmPrmSvSurfaces::Compute
2012-05-25 15:08:50 +04:00
emv
ef8da89204 0023160: Cut operation with the attached shapes produces a not correct result. 2012-05-25 15:06:07 +04:00
Pawel
c1338f4f64 0023021: MeshVS_DataSource::GetNormalsByElement returns Standard_False and gives no result even when all normals are OK
If all normals are correctly computed using GetNodeNormal the variable 'res' is never set to Standard_True and the normals are not passed to the variable 'Normals' that is supposed to hold the result of the computation.
2012-05-25 15:03:28 +04:00
dbv
a7aa146538 0023047: Behaviour of XDE sample is non-stable
Changed behavior of XCAFDoc_ShapeTool::RemoveShape(const TDF_Label& L) function. Now if L is a location for a shape then function will also removes the label with a shape.
Added Boolean argument to the XCAFDoc_ShapeTool::RemoveShape function which allow to choose either to delete an instance or a complete shape. (Standard_True by default, removes complete shape).
2012-05-25 15:00:08 +04:00
bugmaster
1bfe997514 Correction of compilation error 2012-05-21 11:20:39 +04:00
abv
03392dd2e7 0023136: Increase visibility of DRAW samples
Tcl samples moved from src/DrawResources to samples/tcl.
Scripts VisualisationDemo.tcl and ModelingDemo.tcl fixed to work on Windows.
File wing.brep moved from src/DrawResources to data/occ, and DataExchangeDemo.tcl corrected.
OCAFDemo.tcl removed, as it has little sense and referred data files are lost
Added sample Tcl script creating a model defined on the 'Open CASCADE challenge' web page
2012-05-18 15:05:29 +04:00
gka
d029c7ef22 0023148: Error in stepstrcmp
Fix for reading complex entities in STEP reader
2012-05-18 11:46:42 +04:00
Pawel
cb15fdf727 0022903: DeviationAngle from AIS_InteractiveContext returns constant value
Returning myDefaultDrawer->DeviationAngle() instead of a constant value
2012-05-18 11:42:37 +04:00
jgv
84e5bff386 0023139: BRepFilletAPI_MakeFillet algorithm builds edges with wrong first and last parameters: out of pcurve 2012-05-18 11:38:14 +04:00
abv
bf03eb83c7 0023151: Add command line option to DRAWEXE to execute specified command
New command line option -c added to DRAWEXE: if it is given, the following arguments are considered as commands to be executed by DRAW after start.
When options -f or -c are used, DRAW exits after completion of the script unless option -i is given.
Option -l is removed as obsolete (not needed anymore due to appearance of option -v).
Option -h (or --help) is added, giving help on command options.
Reporting of unrecognized options added.
On Windows, when run in interactive mode, extended error reporting in case of DLL loading problems activated.
2012-05-14 18:35:19 +04:00
pkv
f00435b08c 0023100: Wrong adjustment of p-curves on a cylinder 2012-05-12 15:58:34 +04:00
abv
83ada95bb5 0022939: Make B-Spline internal cache thread-safe to be used in multy-threaded mode
Internal cache in classes implementing b-spline curves and surface in Geom and Geom2d packages is protected from possible concurrency by mutex (added as a class field in each instance).
2012-05-12 15:52:34 +04:00
abv
870f239379 0023131: Unhandled case in void CSLib::Normal(...)
Case of extrema failure is handled together with case of no solutions found.
Local variable Vsuiv is initialized by zero to avoid compiler warning.
2012-05-12 15:48:18 +04:00
pkv
33bddc1caf 0023114: Extrema algorithm throws the exception. 2012-05-05 17:13:28 +04:00
ama
569aff1e98 0022826: Increasiong of perfomance of fixes applied during translation of STEP files.
Modification draw command "proj" and class GeomAPI_ProjectPointOnSurf: adding the ability to use UBTree algorithm to find projection in Extrema_GenExtPS.
2012-05-05 17:07:45 +04:00
ama
5368adff54 0022883: Extrema can not find projection of 3D point on surface.
Optimization of process of surface discretization: increase the number of parametric points in case of a complex surface geometry (BSpline and Bezier surfaces).
Small correction process of building subgrid in Extrema_GenExtPS::FindSolution().
Minor corrections (formatting, duplicate statements)
2012-05-05 17:04:19 +04:00
pkv
8e0115e401 0023103: Regression in bsection 2012-05-05 16:53:52 +04:00
epa
253881cf19 0023029: split shape algorithm works incorrectly in some cases
Correct handling of periodic bsplines in extrema. If range of edge is out of the period, interval boundaries should be recomputed
Face orientation is changed to forward for simplification of wires collection regressions were fixed
Bounding box for periodic splines is corrected
2012-05-05 16:32:03 +04:00
szy
858aac0323 0023071: Comparison of file extension is case sensitive
Fix makes a temporary copy of the filename and its extension and converts both to lowercase for comparison.
2012-05-05 16:26:50 +04:00
bugmaster
9220e7851a 0023124: Porting products samples on OCCT 6.5.3
Removed redundant scripts from samples/qt/Common and samples/qt/Interface folders
Fixed Linux scripts for Tutorial and ImportExport samples
2012-04-30 14:12:13 +04:00
bugmaster
eb7e2b6782 Adding missing EOL at the end of file 2012-04-25 17:33:13 +04:00
bugmaster
7a53e88695 0023095: Porting demo and samples on OCCT 6.5.3
Fix for paths in *.vcproj files in MFC sample
Fixed scripts for QT samples on Linux platform
2012-04-24 17:47:31 +04:00
dbv
5ce17593b9 Correction of files of qt samples for generation VS projects 2012-04-23 11:57:19 +04:00
dbv
cc5ac00dd5 0023095: Porting demo and samples on OCCT 6.5.3 2012-04-21 13:47:03 +04:00
san
6076110592 0023115: Polygon offset doesn't applied in Viewer3D sample
Graphic3d_AspectFillArea3d: use Aspect_POM_Fill polygon offset mode by default

Graphic3d_Group: disable texture mapping if invalid texture ID is specified

AIS_InteractiveObject: remove Fill() method, polygon offset parameters
should be applied explicitly in Compute() method or by SetPolygonOffsets()

AIS_TexturedShape: Compute() now takes polygon offsets into account
2012-04-21 13:41:42 +04:00
san
3ddebf9123 0023115: Polygon offset doesn't applied in Viewer3D sample
- AIS_InteractiveObject::SetPolygonOffsets() patched to update all object's groups that has AspectFillArea3d set.
- vpolygonoffset DRAW command added.
2012-04-19 18:16:32 +04:00
bugmaster
f7634c7791 Update Standard_Version.hxx file for OCCT 6.5.3 2012-04-19 18:13:03 +04:00
bugmaster
af5f5dc721 Update of service files for WOK 2012-04-19 18:06:04 +04:00
Pawel
1a4b0f5437 0023097: MFC Samples do not compile after redesigning the TKOpenGl driver
Replaced the obsolete 'TriangleSet' rendering primitive with 'Graphic3d_ArrayOfTriangles'
2012-04-18 18:49:45 +04:00
bugmaster
4eab4d2451 Correction of compilation problem with WOK 2012-04-18 18:45:09 +04:00
bugmaster
9fa641d946 Correction of compilation errors 2012-04-13 16:34:10 +04:00
ouv
1e743e91ab 0023102: Change the algorithm of rendering the 3d viewer background using tiled texture 2012-04-13 14:58:31 +04:00
bugmaster
046fed1ea7 0023107: Update of OCCT service files for generation of Makefile files by WOK 2012-04-13 13:44:30 +04:00
abv
f6f75104c8 0023110: Hotfix: dependency of ViewerTest on OpenGL libs should be recorded in EXTERNLIB 2012-04-13 13:34:53 +04:00
abv
60d4560d17 0023002: empty delete operator in TDF_LabelNode
Destruction of TDF_LabelNode class corrected so as to use consistently defined new/delete operators
2012-04-13 13:25:59 +04:00
abv
6de552e6c4 0023064: MSVC compiler warnings when Freeimage is not used
Compiler warning on conversion of BOOL to bool (C4800, VC++ 8.0) generated by code active when HAVE_FREEIMAGE is not defined is avoided in OpenGl_Workspace.cxx
2012-04-13 13:25:56 +04:00
kgv
833e2f54e4 0023101: TKOpenGl possible glext header conflicts 2012-04-12 17:23:36 +04:00
jgv
248622f8cb 0023092: Error in BRepProj_Projection algorithm: some edges of resulting projected wire are duplicated 2012-04-12 14:11:55 +04:00
pkv
7d9b843ce9 0023089: Wrong result done by solid classifier algorithm 2012-04-12 14:08:05 +04:00
san
3946774d9e 0023067: OpenGl package API needed by UserDraw feature is not exported
Windows: Exporting non-inline methods that provide info about the current state of OCCT renderer.
Minor tweak: fixing incomplete handle/dynamic type for OpenGl_Resource
vuserdraw command added to test UserDraw basic operation
Separate source file ViewerTest_OpenGlCommands.cxx added for commands testing low-level TKOpenGl functionality
2012-04-12 14:04:59 +04:00
szy
409cc8d1dc 0023085: Call of tcl DFBrowser leads to error message
Fix the problem of bug ID 23085. Now dftree.tcl script is loaded (if found) inside the command.
Compilation problem fixed (missing include), redundant comments removed, code simplified, error messages added
2012-04-12 13:54:51 +04:00
kgv
f04309524a 0023081: This is desirable to retrieve GPU memory information from graphic driver
Added Graphic3d_GraphicDriver::MemoryInfo() function.
Added vfps command to estimate average frame rate of 3D Viewer
Simplified vdrawsphere command
Removed turnVbo and performance measurements from vdrawsphere.
Added vvbo command to control VBO usage flag.
Added vmemgpu command to display GPU memory info from graphic driver
2012-04-12 12:49:54 +04:00
pkv
0316739bfe 0023076: Empty result done by intersection algorithm for a curve and a surface 2012-04-12 12:28:49 +04:00
kgv
664cae74a9 0023069: Cache GL_FEEDBACK mode per frame in TKOpenGl calls 2012-04-12 12:25:07 +04:00
ouv
1b1ab324bc 0023000: Improve the way the gradient and textured background is managed in 3d viewer 2012-04-06 17:43:55 +04:00
jgv
f34cd0d18a 0023043: Wrong results of BRepExtrema_DistShapeShape: non-null minimum distance between intersecting line and cylinder 2012-04-06 14:25:44 +04:00
kgv
10d41e29b3 0022682: Draw options -v and -f do not influent to AISInitViewer command
Corrected ViewerTest_Tool::MakeViewer() - window
was mapped before virtual flag was set.
2012-04-06 12:37:13 +04:00
kgv
208e6839be 0023065: This is desirable to add general DRAW command to estimate visualization performance
Added vfps command to estimate average frame rate of 3D Viewer
Simplified vdrawsphere command

Removed turnVbo and performance measurements from vdrawsphere.
Added vvbo command to control VBO usage flag.
2012-04-06 12:33:47 +04:00
pkv
a28f034bfa 0023060: Exception is raised during intersection of two edges. 2012-04-06 12:13:40 +04:00
abv
46def2b567 0023051: Bug in BRepExtrema_DistShapeShape (through BRepExtrema_DistanceSS)
Fixed problem of returning swapped solution points for extrema between face and vertex.
2012-04-06 12:01:07 +04:00
jgv
ed60a55e7f 0022946: BRepFeat_SplitShape crashes on splitting a face by two edges
null check for pcurve added to avoid exceptions
Correction to avoid the regression: check after PutPCurve(edg,fac)
2012-04-06 11:52:38 +04:00
abv
a0b4c5eac5 0022698: Add OCC_VERSION_DEVELOPMENT definition in Standard_Version.hxx
New macros added to Standard_Version.hxx to identify OCC version more precisely:

- OCC_VERSION_DEVELOPMENT is to be defined as string in any version different from official release, to indicate that it is modified

- OCC_VERSION_COMPLETE is string form of the complete version number major.minor.maintenance

- OCC_VERSION_STRING_EXT is extended string for of the version equal to OCC_VERSION_COMPLETE and adding OCC_VERSION_DEVELOPMENT as suffix if it is defined

Version promoted to 6.5.3.beta1
2012-04-02 15:00:32 +04:00
san
298f9ad709 0023044: Regression: 3D views are not invalidated by some modifications of OpenGl_Structure
myIsUpdated flag and Invalidate() method removed from OpenGl_Workspace class.
View redrawing is made unconditional.
V3d_View::Update() becomes deprecated and should be replaced with V3d_View::Redraw().
V3d_Viewer::Update() becomes deprecated and equivalent to Redraw()
2012-03-30 17:29:19 +04:00
kgv
2bd4c032a3 0022971: TKOpenGl clean up obsolete functionality
Added native handles to OpenGl_Context
Removed unused and unimplemented PolygonHoles
Removed unimplemented Polygon functions
Removed unused QuadrangleMesh functions
Removed unused TriangleMesh functions
Removed dead Bezier function declarations
Redirect Graphic3d_Group::Polyline() to primitives array

Move Prs3d_ShadedShape template code to StdPrs_ShadedShape
where it is only used before.

Remove TriangleSet usage from AIS_TexturedShape

Texture coordinates functionality added StdPrs_ShadedShape
to eliminate code duplication.

Eliminated usage of TriangleSet from  QABugs_PresentableObject
Eliminated usage of TriangleMesh from StdPrs_ShadedSurface

Removed TriangleMesh and TriangleSet support
OpenGl_PrimitiveArray - render Edges only for primitives > GL_LINE_STRIP
Added vgrid command to show grid in 3D Viewer
2012-03-30 17:25:28 +04:00
gka
d402d481e5 0023009: Request of a new feature for units management during step import
Added method to get units from STEP file
2012-03-30 17:10:33 +04:00
dbv
5fdb6d685b 0022913: Clean up source repository from unused files
Changes
Removed unused files. Files in QAResources have been moved to DrawResources
Removing unused files from NCollection (see #23041)
2012-03-29 19:32:30 +04:00
dbv
9d35f66806 0022734: Memory allocation error in OpenGl 2012-03-29 19:29:26 +04:00
ouv
3c9825482f 0023012: Detection gives incorrect results 2012-03-29 19:26:08 +04:00
kgv
476ed21f1b 0022523: DRAWEXE randomly crashed on smooth navigation in 3D-Viewer
Check vector modulus to avoid possible exceptions.
2012-03-29 19:22:34 +04:00
Roman Lygin
fadcea2c79 0022786: 64bit issue in AdvApp2Var 2012-03-29 19:19:37 +04:00
abv
6bf8a4643a 0023045: Add Readme file to OCCT sources 2012-03-29 15:17:39 +04:00
vro
f11b9af464 0023038: QA command OCC361 gives an exception 2012-03-28 12:33:22 +04:00
dbv
498ce5771b 0022752: Fix compilation on Unix with FreeImage and GL2PS support
Added missed includes config.h
2012-03-27 16:56:30 +04:00
dln
7c8a8fcc07 0022483: ZBufferTrihedron loses user-defined color 2012-03-27 16:45:39 +04:00
szv
600519c913 0023036: Incorrect initialization of Poly_MakeLoops::Link 2012-03-27 16:42:17 +04:00
pkv
4101383eeb 0022828: Fuse on simple shapes with conical surfaces crashes
The treatment the cases when apices of cones are coinsided.
The misprint for empty solution has been corrected.
2012-03-26 16:03:35 +04:00
dbv
1cd84fee09 0023030: Collect all DRAW commands created for testing bugs into one package
QA* packages have been collected in one QABugs package.
2012-03-26 15:59:41 +04:00
kgv
0003c4b287 0023035: TKOpenGl redesign regression caused by destruction of global OpenGl_Display instance
Do not destroy global openglDisplay instance
2012-03-26 15:56:09 +04:00
vro
d5e4971b17 0023032: A crash of a draw-command voxeloctboolds on MMGT_OPT=0, MMGT_REENTRANT=1 2012-03-26 15:53:02 +04:00
vro
c0a681bc51 0023023: VRML reader fails on attempt to read an attached WRL file 2012-03-23 18:04:44 +04:00
pkv
1992d14b62 0023031: Empty result for the extrema between a circle and a line. 2012-03-23 17:12:52 +04:00
azn
416d4426c4 0022867: Avoid performing mesh of a singled face model in parallel mode when flag IsParallel is set to true. 2012-03-23 15:40:28 +04:00
dbv
cf9a910a8a 0023033: Standard_MMgrOpt::Reallocate behavior must be similar to "realloc"
Changes :
Standard_MMgrOpt::Reallocate has been modified to allocate new memory block if NULL pointer has been passed.
2012-03-23 14:59:25 +04:00
szv
2f43ec3255 0023027: Move TopAbs out of TKG2d 2012-03-23 14:17:28 +04:00
bugmaster
d7ea40289e Correction compilation problem on Linux platform
0023015: TKOpenGl redesign regression in text printing
2012-03-22 13:59:51 +04:00
bugmaster
4dd0865cf9 Correction of compilation errors
0023015: TKOpenGl redesign regression in text printing
2012-03-22 10:29:17 +04:00
bugmaster
b311480ed5 0023024: Update headers of OCCT files
Added appropriate copyright and license information in source files
2012-03-21 19:43:04 +04:00
kgv
af09dbff2e 0022627: Change OCCT memory management defaults 2012-03-21 19:05:12 +04:00
jgv
cf8366718c 0022809: BRepIntCS does not find intersections of an ellipsoid and a line passing through it's apex (and near it) 2012-03-21 18:43:22 +04:00
dbv
e450f81883 0023013: Fails to build with gcc 4.6.3
Changes:
Removed unnecessary cast in BRepClass3d_SClassifier::PerformInfinitePoint function
2012-03-21 18:21:51 +04:00
apl
96352003af 0023001: Mistake in OpenGl_FrameBuffer::IsValidDepthBuffer 2012-03-21 18:17:17 +04:00
apl
34a44cbd3b 0023015: TKOpenGl redesign regression in text printing
Changes:
- the lost code block for scaling text restored;
- the color attributes fixed.
2012-03-21 18:11:24 +04:00
bugmaster
d3d42376d5 Correction of compilation problem
0022332: Fix for Visual3d_Layer (linetype, linewidth and transparency)
2012-03-21 12:42:55 +04:00
kgv
f3f0842337 0022796: Possibility to display multi-line text in 3D
Changes:

Text rendering in OCCT 3D view can now display multi-line text correctly. In addition to '\n' and '\r' characters, '\t' is also treated specially, i.e. replaced by a fixed number of spaces. Other control characters (like '\b' or '\a') are simply ignored by text rendering code.

Also standard GL2PS's alignment isn't used because it's doesn't works correctly for all formats, therefore alignment is calculated manually now.
2012-03-20 18:34:29 +04:00
pkv
5faddbe4a9 0023004: Boolean operation cut produces incorrect result. 2012-03-20 18:31:00 +04:00
dbv
938a360f65 0022543: Attempt to fix some errors reported by valgrind at Draw execution
Changes:
Added delete for a_string in src/Draw/Draw_Interpretor.cxx
2012-03-20 18:26:24 +04:00
szv
f767df4e8c 0023016: Elimination of dependency of Tcl OCAF Browser from Tix product 2012-03-20 18:22:35 +04:00
bugmaster
20637bd27c 0022332: Fix for Visual3d_Layer (linetype, linewidth and transparency)
Changes:
There are following changes in packages:
OpenGl package:
  1) The method that sets the line attributes in layer mode
     call_togl_set_line_attributes has been modified. Now it doesn't depends
     on static flag variables, instead of it method tries to acquire the
     current OpenGl attribute flags.
  2) The layer begin/end methods call_togl_begin_layer2d / call_togl_end_layer2d
     has been modified to keep the OpenGl attribute flags unchanged.
  3) The maximum count of predefined line styles for OpenGl driver has been
     defined as TEL_LS_MAX in InterfaceGraphic.hxx, this value is used during
     the line style list creation in TsmInitAttributes.

InterfaceGraphic package:
  1) The maximum count of default line styles has been defined as TEL_LS_MAX
     in InterfaceGraphic.hxx

ViewerTest package:
  1) DRAW command "vlayerline" has been added to test linewidth, linetype and
     transparency of the Visual3d_Layer class.
     The command draws a line and has the following arguments:
     >> vlayerline x1 y1 x2 y2 [linewidth=0.5] [linetype=0] [transparency=1.0]
     Linewidth in pixels, Transparency in range [0.0-1.0].
2012-03-20 18:11:09 +04:00
abv
d0ad288a66 0022989: BSplCLib::Reparametrize() fails on near knots 2012-03-16 18:51:06 +04:00
azn
9530af2780 0022887: Request to make Intf_InterferencePolygon2d class thread-safe. 2012-03-16 16:16:03 +04:00
bugmaster
d64e6d05d9 0023022: This is desirable to access OpenGl extensions and core API (1.2+) in one place
Correction of compilation errors
2012-03-16 10:39:06 +04:00
apl
71c4f9c655 0022795: Make possible to display some presentable objects in overlay of others, groupped by display priority 2012-03-15 15:56:58 +04:00
kgv
270a5d4e0c 0023019: OSD_Chronometer fails to compile due to lack of clock_gettime() on Mac OS X
Usage of task_info() system function in OSD_Chronometer::GetThreadCPU() to retrieve process info.
2012-03-15 14:42:44 +04:00
kgv
5f8b738ea5 0023022: This is desirable to access OpenGl extensions and core API (1.2+) in one place
Extend OpenGl_Context to provide GL2.0 core functionality

Added 'glext.h' header provided by Khronos group with definitions
and GL functions' types.
Added OpenGl_GlCoreXX structures with function list
to appropriate GL core functionality.
Fixed memory leak in OpenGl_Context destructor.
Eliminate inclusions of gl.h header
Use OpenGl_GlCore11.hxx instead.
Removed obsolote M_PI redefinitions.
Slightly cleaned up included headers.
Reuse definitions from glext.h
OpenGl_ArbVBO and OpenGl_ExtFBO originally provide own definitions
for OpenGL extensions.
2012-03-15 13:58:13 +04:00
skv
13b4230bdb 0023006: Improvement to debug memory leaks and insufficient memory growths. 2012-03-15 12:17:48 +04:00
skv
0f524ba023 0023005: Unjustified memory grow during undo/redo operation 2012-03-15 12:15:41 +04:00
dbv
b67106756f 0022961: Dangerous usage of 'buf' (strncpy doesn't always 0-terminate it) (cppcheck report) 2012-03-15 12:00:59 +04:00
mpv
56fabb3143 0022959: Accessing uninitialized variable (pointer): aCurElement 2012-03-15 11:57:45 +04:00
dbv@opencascade.com
6e6cd5d949 0022922: Clean up warnings on uninitialized / unused variables 2012-03-15 11:57:41 +04:00
apl
25289ec1e1 0022879: Possible bug in Opengl_togl_begin_layer_mode.cxx 2012-03-15 11:20:53 +04:00
dln
8ca7beb8ad 0022751: Issues around Prs3d_TextAspect::Print() 2012-03-15 11:17:09 +04:00
dbv
8413a813df 0022954: Variable not freed upon realloc failure 2012-03-15 11:05:21 +04:00
pkv
e8997bbd95 0023008: Too many intersection vertices between line and cylinder 2012-03-11 10:13:42 +04:00
szy
41c52af3a7 0022488: Typo in Geom2d_BSplineCurve::LocateU() - which uses a value not adjusted to period for periodic B-Splines 2012-03-10 13:53:24 +04:00
bugmaster
e2e80ff797 Correction of merge results 2012-03-07 13:31:49 +04:00
bugmaster
65c62757a4 0022815: Missing delete operator for placement new 2012-03-07 10:59:17 +04:00
dbv
1c35b92f5f 0022815: Missing delete operator for placement new 2012-03-06 17:25:00 +04:00
kgv
59f45b7cef 0022795: Make possible to display some presentable objects in overlay of others, groupped by display priority 2012-03-06 15:18:23 +04:00
vsr
f8b2ed3650 0023000: Improve the way the gradient and textured background is managed in 3d viewer 2012-03-06 15:15:50 +04:00
aan
a82a622b64 0020750: DrawAppliInit file from the current directory is used during Draw starting. 2012-03-06 15:14:59 +04:00
gka
d6320495e7 0022993: Crash during reading STEP file 2012-03-06 15:14:05 +04:00
szv
5c95370148 0022998: Various exceptions in HLR algorithms 2012-03-06 15:13:23 +04:00
abv
7ae65f0d8b 0022873: Minor correction in ShapeConstruct_ProjectCurveOnSurface.cxx 2012-03-06 15:12:41 +04:00
szv
34781c33af 0022797: Returning type Handle(Standard_Type)& should be changed to const Handle(Standard_Type)&. 2012-03-06 15:12:01 +04:00
ama
42e4630ca7 0022459: The ImportExport sample crash 2012-03-06 15:10:37 +04:00
kgv
a01039b9fd 0022730: Print available info about exception missed in some cases 2012-03-06 15:09:43 +04:00
emv
9991c9c2ca 0021212: Missing Hasher parmeter in current implementation of NCollection Map-s 2012-03-06 12:08:10 +04:00
ama
c3297e8285 0022990: Regression vs 6.5.2: splitting sphere across the seam is incomplete 2012-03-06 11:45:12 +04:00
bugmaster
cf2369131e Automatic update of EOLs 2012-03-06 10:17:06 +04:00
AAA
ceae62f08e 0022554: Application hangs on selection 2012-03-05 19:33:08 +04:00
KGV
529afc1a20 0022782: Uninitialized global variable used in conditionals in OpenGl package 2012-03-05 19:33:07 +04:00
SAN
695bdd1bbc 0022844: Bug in Select2d_SensitiveSegment 2012-03-05 19:33:06 +04:00
apn
c5cb4686e9 0022558: Bug in gp_Dir::Mirror(const gp_Ax2 & axis) 2012-03-05 19:33:05 +04:00
KGV
91a16bc7b4 0022921: Adding macros for convenient inclusion of run-time asserts 2012-03-05 19:33:03 +04:00
GKA
6062bf3e4a 0022848: Optimize projection of points in ShapeAnalysis_Surface 2012-03-05 19:33:02 +04:00
DBV
88c36d5906 0022960: Memory leak in Xw_get_env.cxx 2012-03-05 19:33:01 +04:00
SAN
7339789994 0022940: Selection performance: TopAbs_SHELL 2012-03-05 19:33:00 +04:00
VRO
87893dfde3 0022943: Bug TDataXtd_PatternStd 2012-03-05 19:32:59 +04:00
VRO
bcb0fd4396 0022995: It is not possible to check presence of a document in OCAF session via IsInSession() on Windows 2012-03-05 19:32:58 +04:00
VRO
9f446594d7 0022976: A draw-command CopyDF failes to copy content of a label 2012-03-05 19:32:57 +04:00
APL
c320e55791 0022819: Redesign of OpenGl driver Additional integration 2012-03-05 19:32:56 +04:00
GKA
408ecc39f3 0022907: The function 'distmini' produces wrong result. 2012-03-05 19:32:55 +04:00
VRO
85b70a3baa 0022975: Help for a draw-command ImportShape is incorrect. 2012-03-05 19:32:54 +04:00
AGV
47c580a75f 0022694: Wrong result obtained after GeomLib::ExtendSurfByLength 2012-03-05 19:32:53 +04:00
GKA
ec99ba3232 0022982: Generic color is overriden in STEPCAFControl_Writer::WriteColors 2012-03-05 19:32:52 +04:00
GKA
974c25edb4 0022924: We need more stable work of ShapeAnalysis_FreeBounds::ConnectEdgesToWires() 2012-03-05 19:32:50 +04:00
DBV
8b5567c78f 0022937: Wrong delete operator in GeomFill_EvolvedSection.cxx / GeomFill_UniformSection.cxx 2012-03-05 19:32:49 +04:00
AMA
65c017004c 0022934: Wrong delete operator in IGESSelect_SelectFromDrawing.cxx / IGESSelect_SelectFromSingleView.cxx 2012-03-05 19:32:48 +04:00
AMA
c0695321c3 0022935: Bug: BRepFill_Sweep.cxx line 572 2012-03-05 19:32:47 +04:00
DBV
ec6a1aa771 0022749: Segfault in HashCode() of Standard_Transient 2012-03-05 19:32:46 +04:00
GKA
982a90fcba 0022968: RebuildShape exchanges 2d-curves 2012-03-05 19:32:45 +04:00
AMA
44d9ae897c 0022885: Bugfix: else clause applies to the wrong if statement because of missing braces 2012-03-05 19:32:44 +04:00
DBV
b8f2022a11 0022938: HLRBRep_InternalAlgo.cxx 2012-03-05 19:32:43 +04:00
AMA
64efb152a0 0022915: crash in iges reader TransferRoots() 2012-03-05 19:32:42 +04:00
DBV
518d862156 0022958: Redundant assignment 2012-03-05 19:32:41 +04:00
Pawel, DBV
232a30863d 0022932: Memory leak in math_FunctionRoots.cxx line 254 2012-03-05 19:32:40 +04:00
Pawel, DBV
f391e9f2c5 0022936: Memory leak in inc\MAT_Mat.gxx line 2012-03-05 19:32:39 +04:00
Pawel, DBV
06ddeafb65 0022931: Wrong delete operator in Message_Msg.cxx / Message_PrinterOStream.cxx 2012-03-05 19:32:38 +04:00
Pawel, DBV
f78c0415f7 0022953: strcat expects null-terminated destination string 2012-03-05 19:32:36 +04:00
Pawel, DBV
a0ed63ac93 0022945: AIS_InteractiveObject: Initialization bug 2012-03-05 19:32:35 +04:00
Pawel, DBV
f721b0e03e 0022944: TopOpeBRepTool_traceSTATE.cxx 2012-03-05 19:32:34 +04:00
DBV
caa1174cf9 0022947: XCAFPrs_AISObject.cxx: array index out of bounds 2012-03-05 19:32:33 +04:00
PKV
4f189102e9 0022967: Boolean operations between two cylinders with orthogonal axis generate a shape with big vertex tolerance 2012-03-05 19:32:32 +04:00
DBV
1d37eeb6c1 0022941: Memory leak in StepData_StepReaderData.cxx line 1826 2012-03-05 19:32:31 +04:00
DBV
da9d480f86 0022969: Wrong confusion in BRepLib_MakeEdge 2012-03-05 19:32:30 +04:00
AMA
e65d641a97 0022805: Bug of STEP read /writer 2012-03-05 19:32:29 +04:00
DLN
ef8ca55b9c 0022762: Bug in Graphic3d_Vector::IsParallel 2012-03-05 19:32:28 +04:00
VRO
ef57920a5d 0022822: Skipping of the first and the last edges of a wire for opened wires 2012-03-05 19:32:26 +04:00
APL
86be42959e 0017100: [OCC Forum] Buffer overflow vulnerability and loading TKOpenGl without environment variables on unix systems 2012-03-05 19:32:25 +04:00
VRO
bd754989e8 0022092: Crash of application on attempt to load a VRML file with all degenerated triangles 2012-03-05 19:32:24 +04:00
APL
b0f0bd0c2f 0022683: Incorrect result of Select3D_Projector::Project() in the case of perspective projection 2012-03-05 19:32:23 +04:00
SAN, KGV
2166f0fad8 0022819: Redesign of OpenGl driver 2012-03-05 19:32:22 +04:00
GKA
1d2b1ccb45 0022962: Invalid realization of reading and writing material in STEP. 2012-03-05 19:32:19 +04:00
AGV
d11ab6c3fe 0022668: Performance improvement in UBTreeFiller 2012-03-05 19:32:18 +04:00
Roman Lygin, ABV
03976b378e 0022910: Failure to compute iso-line for NURBS surface 2012-03-05 19:32:17 +04:00
Roman Lygin, ABV
6ff13c928b 0022704: A method defining TKOpenGl.dll for Open CASCADE visualization toolkit not using GraphicShr variable. 2012-03-05 19:32:16 +04:00
AAA
a10fa81932 0022900: Problem with shape displaying in shading mode 2012-03-05 19:32:15 +04:00
DBV
6601f504db 0022904: Clean up sccsid variables 2012-03-05 19:32:14 +04:00
PKV
55ab6ed611 0022923: The command 'intersect' throws an exception. 2012-03-05 19:32:12 +04:00
GKA
572db63c30 0022731: Error on attempt to write in IGES 5.3 the attached brep model 2012-03-05 19:32:11 +04:00
JGV
86eff19ec7 0022798: Regression: BRepBuilderAPI_GTransform produces an invalid result on a sphere 2012-03-05 19:32:10 +04:00
KGV
41194117bf 0022550: Fixing data races 2012-03-05 19:32:08 +04:00
SZV
46921bd5c8 0022906: Gradient background is clipped by planes 2012-03-05 19:32:07 +04:00
RLN
6b09c923a9 0022899: Thread-safety in Standard_GUID 2012-03-05 19:32:06 +04:00
SZV
5cbef0feb7 0022776: XCAFPrs_AISObject does not support transparency 2012-03-05 19:32:05 +04:00
KGV
c7c00e81bc 0022920: EXTERNLIB missing in FILES list of Image package 2012-03-05 19:32:03 +04:00
SZY
0d532383f0 0022316: Mistakes in TestTopOpeDraw_OtherCommands.cxx 2012-03-05 19:32:02 +04:00
APN
1332f04790 0015697: External Contribution on OCC DE Improvement 2012-03-05 19:32:01 +04:00
SSV
84dc990afd 0022707: Invalid shape translating a SAT file 2012-03-05 19:32:00 +04:00
AMA
06f3d6bca0 0021778: IGESControl_Writer does not take into account parameter write.iges.brep.mode 2012-03-05 19:31:59 +04:00
PKV
fa9681ca7a 0022851: No intersection curve between two surfaces 2012-03-05 19:31:58 +04:00
JGV
3e42bd70cf 0022851: No intersection curve between two surfaces 2012-03-05 19:31:57 +04:00
GKA
9781f21539 0022881: Sewing does not sew edge to its copy 2012-03-05 19:31:56 +04:00
SAN, AAA
ac04d1012c 0012121: Optimization of existing selection classes 2012-03-05 19:31:55 +04:00
AMA
dfc06d1f07 0022717: Exception during sewing 2012-03-05 19:31:53 +04:00
AMA
dc161d81d3 0022846: Following from issue 0022804 (regression on test case) 2012-03-05 19:31:52 +04:00
ABV
d1ad9a8ddd 0022874: Removing work-around in TObj_Model 2012-03-05 19:31:51 +04:00
JGV
975ec82af4 0022864: The algorithm BiTgte_Blend obtains instable results 2012-03-05 19:31:50 +04:00
DBV
0f633a2224 0022773: Compiler warnings on 64-bit MSVC in NCollection_Vector.hxx 2012-03-05 19:31:49 +04:00
bugmaster
5bc99ed056 Update for #define OCC_VERSION_DEVELOPMENT 2012-03-05 19:31:48 +04:00
JGV
01697018a3 0022783: Improvement of BRepOffsetAPI_MakeFilling: keep old and new boundary edges with all pcurves 2012-03-05 19:31:47 +04:00
GKA
c2b143174b 0022833: Command "checkshape" in DRAWEXE give eroor "Self intersection wire"on attached shape. 2012-03-05 19:31:46 +04:00
JGV
de878dad9a 0022823: Exception in thickshell operation 2012-03-05 19:31:44 +04:00
EPV
a6535b1d3f 0022774: Memory leak in OSD_FontMgr::InitFontDataBase() method 2012-03-05 19:31:43 +04:00
SSV
445f326751 0022847: DrawTrSurf: provide interface for configuring visualization properties in axonometric viewer 2012-03-05 19:31:42 +04:00
bugmaster
a33798d859 Corrected integration for M_PI 2012-03-05 19:31:41 +04:00
SZY
446b69badc 0022693: Elimination Compiler warnings 2012-03-05 19:31:40 +04:00
SZY
22a157d5ba 0022201: Not clear description of BRepTools_WireExplorer usage 2012-03-05 19:31:39 +04:00
AMA
47cbc555c8 0021690: "cpulimit" command does not implemented on Win32 platform 2012-03-05 19:31:38 +04:00
PKV
3928aec6c9 0022771: An extra vertex produced in result of Boolean section for the cases of closed intersection curves. 2012-03-05 19:31:37 +04:00
DBV
999d2599ea 0022767: Extension of DRAW command fixshape 2012-03-05 19:31:36 +04:00
PKV
f793011ee6 0022790: Boolean opeation Fuse fails. 2012-03-05 19:31:35 +04:00
DBV
c6541a0c86 0022792: Globally defined symbol PI conflicts with VTK definition (Intel compiler) 2012-03-05 19:31:33 +04:00
GKA
bc650d4170 0022807: Loading of STEP entities in model during reading of STEP file requires redundant memory 2012-03-05 19:31:27 +04:00
PKV
251450e53f 0022802: The memory allocated with an excess is not released 2012-03-05 19:31:26 +04:00
PDN and ABV
3492f422b9 0022781: Regression in GCPnts_TangentialDeflection 2012-03-05 19:31:25 +04:00
DBV
9248974cd0 0022757: Exception in ShapeHealing 2012-03-05 19:31:23 +04:00
JGV
7637f2b35d 0022117: Wrong calculation in gp_Dir::Mirror(const gp_Ax2&) 2012-03-05 19:31:22 +04:00
GKA
d164636550 0022165: IGES transaltor does not produce any shape 2012-03-05 19:31:21 +04:00
ama
82192477b1 0022769: Optimization of sewing algorithm 2012-03-05 19:31:20 +04:00
JGV
39408dc050 0022801: Boolean operations algorithm fails on two customer's shapes 2012-03-05 19:31:19 +04:00
PKV
a2eede021c 0022814: Boolean operation Section fails 2012-03-05 19:31:18 +04:00
ama
041bfce9c0 0022769: Optimization of sewing algorithm 2012-03-05 19:31:17 +04:00
DBV
d4cc0c5eb5 0022753: Fix mismatch new/delete in Standard_Failure.cxx 2012-03-05 19:31:16 +04:00
ama
d63f9881a0 0022770: Improve command sewing in DRAW 2012-03-05 19:31:15 +04:00
GKA
67ffcad070 0022804: Sewing increases tolerance of vertices for redundant value. 2012-03-05 19:31:14 +04:00
KGV and DBV
b485ee79ca 0022746: Progress indicator in ShapeHealing 2012-03-05 19:31:13 +04:00
KGV
ffe74e4685 0022726: Exception on restoring shape 2012-03-05 19:31:12 +04:00
SZY
eb901da610 0022685: Missing parentheses around trigraph operator 2012-03-05 19:31:10 +04:00
SZY
4b943aab31 0022378: Small patch to fix buffer vulnerability of Draw 2012-03-05 19:31:09 +04:00
SZV
2b442de5ec 0022800: OSD::SetSignal(Standard_True) is not called in the standard samples 2012-03-05 19:31:08 +04:00
AAA
329843e245 0022018: Select3D_SensitiveCircle::Matches(): DMin parameter left uninitialized 2012-03-05 19:31:07 +04:00
SSV
7fa0a5984d 0022744: Global HashCode function for TCollection_ExtendedString 2012-03-05 19:31:06 +04:00
GKA
997cf5f22c 0022788: Exception during closing of document due to corrupted memory 2012-03-05 19:31:05 +04:00
SZY
0ddd904c6a 0022742: Not all constructors defined in TNaming_Identifier.cdl are implemented. 2012-03-05 19:31:04 +04:00
AMA
92434a36ef 0022747: Progress indicator in sewing algorithm 2012-03-05 19:31:03 +04:00
AGV
f7ae443ad8 0022779: Pixel format should be chosen to support stencil buffer 2012-03-05 19:31:02 +04:00
bugmaster
6dfe1db18d Update for QT definition 2012-03-05 19:31:01 +04:00
YSN
0d9695538c 0022312: Translation of french commentaries in OCCT files 2012-03-05 19:30:59 +04:00
YSN
b2342827fa 0022312: Translation of french commentaries in OCCT files 2012-03-05 19:30:56 +04:00
YSN
c898afcea8 0022312: Translation of french commentaries in OCCT files 2012-03-05 19:30:55 +04:00
GKA
2028d00c46 0022765: Sewing produced invalid shape from attached compond with tolerance 0.1 2012-03-05 19:30:54 +04:00
PDN
12bf87c5fa 0022728: STEP export API does not provide possibility to control output stream 2012-03-05 19:30:53 +04:00
JGV
822ffdff32 0022727: Fillet not produces a result 2012-03-05 19:30:52 +04:00
DBV
c55993db02 0022761: Exception in ModelingData in debug mode 2012-03-05 19:30:51 +04:00
KGV
5cedc27f81 0022649: Export to EMF not available 2012-03-05 19:30:50 +04:00
JGV
aa17232c48 0022758: Problem in BRepExtrema_DistShapeShape 2012-03-05 19:30:49 +04:00
APL
29d43f9cba 0022368: AIS_Trihedron's highlight presentation isn't updated on trihedron relocation 2012-03-05 19:30:48 +04:00
OAN
cbc651403a 0022611: Memory leak in expression interpreter 2012-03-05 19:30:46 +04:00
bugmaster
1709df61a8 Revert from revision 9200 integration for IFSelect_WorkSession.cxx 2012-03-05 19:30:45 +04:00
KGV
ca0db03195 0022735: Data races in BRepMesh working in parallel mode 2012-03-05 19:30:44 +04:00
SZV
733a0e55f0 0022623: Use of uninitialized variables in HLRBRep_Curve::UpdateMinMax in debug mode 2012-03-05 19:30:43 +04:00
SZV and JGV
4714a7a650 0022736: Incorrect Transformation 2012-03-05 19:30:41 +04:00
KGV
68bc5ed764 0022760: Regression in the method RWStl::WriteAscii 2012-03-05 19:30:40 +04:00
bugmaster
a48afd1822 Adding generation files for vc projects 2012-03-05 19:30:39 +04:00
KGV and SZY
7c97b4a3ab 0022589: Fix uninitialized memory access issues 2012-03-05 19:30:38 +04:00
PKV
eb0a5b1436 0022733: Empty result for the extrema between a circle and a line. 2012-03-05 19:30:37 +04:00
APL
6c8126b56f 0022738: Exception on destruction of Graphic3d_Structure 2012-03-05 19:30:36 +04:00
KGV
5e59c041fc 0022600: TBB has to be disabled in BRepMesh due to data races BRepMesh_FastDiscret class, added missed ::SetParallel(), ::IsParallel() methods implementations. Corrected integration 2012-03-05 19:30:35 +04:00
KGV
0981302b4a 0022600: TBB has to be disabled in BRepMesh due to data races BRepMesh_FastDiscret class, added missed ::SetParallel(), ::IsParallel() methods implementations. 2012-03-05 19:30:34 +04:00
bugmaster
d5c67ba02e Update for OCCT 6.5.2 2012-03-05 19:30:33 +04:00
bugmaster
6f50910cbb Update for OCCT 6.5.2 2012-03-05 19:30:32 +04:00
bugmaster
db9d9d1700 Update for OCCT 6.5.2 2012-03-05 19:30:30 +04:00
bugmaster
9181b66d47 Porting samples for OCCT 6.5.2 2012-03-05 19:30:29 +04:00
bugmaster
94023077f2 Update OCCT version up to 6.5.2 2012-03-05 19:30:28 +04:00
bugmaster
e2f8b392a6 Update for compilation on gcc compilers up to 4.4.5 2012-03-05 19:30:27 +04:00
PKV
a042f2e786 0022109: Boolean operation common fails. Appendix to the SALOME bug: 0021060 2012-03-05 19:30:26 +04:00
JGV
7ba3b47cf9 0022725: BRepOffsetAPI_ThruSections algorithm produces twisted surface on some wires 2012-03-05 19:30:25 +04:00
APL
b299a91c4d 0021981: Additional callback before redraw procedure 2012-03-05 19:30:24 +04:00
OAN
4071d9e637 0022383: Four and more points at least on curve 2012-03-05 19:30:23 +04:00
OAN
0d36f7e494 0022313: Bug in shading mode with attached shape 2012-03-05 19:30:22 +04:00
PKV
a9f7b6b58e 0022723: Wrong intersection curve for the case of intersection between cylinder and plane 2012-03-05 19:30:21 +04:00
SSV
1c72dff612 0022492: Scaled sphere (Solid with BSplineSurface) is wrongly exported in STEP. 2012-03-05 19:30:19 +04:00
AGV
9a0a1cb892 0022562: Helper C++/CLI class to encapsulate C++ classes 2012-03-05 19:30:18 +04:00
MSV
62110ee777 0022586: ShapeFix_FixSmallFace mistakenly removes a non-small pipe-like face with a seam edge 2012-03-05 19:30:17 +04:00
APL
9558a87653 0022583: Graphic3d_ArrayOfPolygons is not displayed if it has both the bounds and edges 2012-03-05 19:30:16 +04:00
KGV
6153bb632d 0017460: Error in StdSelect_BRepOwner::Clear 2012-03-05 19:30:15 +04:00
APL and KGV
18758aca3d 0022353: Problem in OpenGl viewer with MESA drivers 2012-03-05 19:30:14 +04:00
MSV
cdc2203b32 0022455: Make it possible to call methods of V3d_View like Convert() inside the context of Redraw() 2012-03-05 19:30:12 +04:00
PKV
d10203e858 0022716: The method Aspect_GradientBackground::SetBgGradientFillMethod is not implemented 2012-03-05 19:30:11 +04:00
SAN
3f4ec8f62b 0022716: The method Aspect_GradientBackground::SetBgGradientFillMethod is not implemented 2012-03-05 19:30:10 +04:00
MSV
15e8b08292 0022573: Extend the range of status values returned by the method TDocStd_Application::SaveAs 2012-03-05 19:30:09 +04:00
MSV
c345d68b3a 0022038: Suppress "!!!No Error" message in BRepTools::Write in debug mode 2012-03-05 19:30:08 +04:00
bugmaster
3fc5780152 0007691: Wrong hidden lines computed by HLRBRep_PolyAlgo and HLRBRep_PolyHLRToShape in OCC 5.1 Developed : IFV, VSV and APL 2012-03-05 19:30:07 +04:00
JGV
a569e8a002 0022692: A wrong function is called inside the Extrema_CurveTool::IsRational 2012-03-05 19:30:06 +04:00
PKV
9e9df9d90e 0022678: Bad result of the Cut operation. 2012-03-05 19:30:05 +04:00
JGV
c5c3447332 0022720: Wrong intersection point for the case of intersection between sphere and plane 2012-03-05 19:30:04 +04:00
PKV
aa396061a3 0022653: Bad performance of Open CASCADE libraries that are used by Partition Algorithm 2012-03-05 19:30:03 +04:00
KGV
0b97567d24 0022600: TBB has to be disabled in BRepMesh due to data races 2012-03-05 19:30:02 +04:00
APL
7edf74fd3d 0022337: V3d_View::Print crashes in OCCT 6.5.0 2012-03-05 19:30:00 +04:00
OAN
31b8106853 0021578: Attached shape is not visualized in the shaded mode 2012-03-05 19:29:59 +04:00
VTN
d2c431925b 0022686: Some Draw commands do not return necessary information in Draw_Interpretor, but write in cout. 2012-03-05 19:29:58 +04:00
EPA
1d07572ce1 0007707: Unused static function CheckSubShape in the file XCAFDoc_ShapeTool.cxx 2012-03-05 19:29:57 +04:00
PKV
c66d7156b7 0022519: Boolean operation gives different results 2012-03-05 19:29:56 +04:00
EPA
2b59653e67 0022564: BRepMesh_Classifier improvements 2012-03-05 19:29:55 +04:00
KGV
c99551fa0f 0022293: Incorrect memory allocation for NCollection_IncAllocator on Windows 64 bit 2012-03-05 19:29:54 +04:00
APL
98178592fc 0022650: Exception in Primitive Array during Redisplay of Presentable Object 2012-03-05 19:29:53 +04:00
SZV
13a224570c 0022149: Strings with Japanese characters can not be displayed in 3D viewer 2012-03-05 19:29:52 +04:00
PKV
093fdf5ffc 0022241: The bug is appendix to the Salome Bug 0021148 2012-03-05 19:29:50 +04:00
PKV
8dd4bd500e 0022409: Boolean operation cut fails 2012-03-05 19:29:49 +04:00
bugmaster
3346c3f918 Update of pro file 2012-03-05 19:29:48 +04:00
bugmaster
0fb875ed63 Update of pro file 2012-03-05 19:29:47 +04:00
bugmaster
ab566c1b83 Removing useless file 2012-03-05 19:29:46 +04:00
OAN
3c34883cdc 0022302: BRepMesh_IncrimentalMesh calls for each face of shape on vdisplay 2012-03-05 19:29:45 +04:00
JGV
f10018adfe 022695: The algorithm BRepFilletAPI_MakeFillet2d crashes in cases when some original edges of the face degenerate (become punctual) 2012-03-05 19:29:44 +04:00
VSV and APL
1057600a59 0022330: Compilation errors from 'clang' on OS X 2012-03-05 19:29:43 +04:00
bugmaster
cf8e963aff 0022653: Bad performance of Open CASCADE libraries that are used by Partition Algorithm Devekoped by : PKV 2012-03-05 19:29:42 +04:00
RLN and KGV
9dfd728754 0022593: Fixed data races in Poly 2012-03-05 19:29:41 +04:00
JFA
a71eab5866 0022698: Add OCC_VERSION_DEVELOPMENT definition in Standard_Version.hxx 2012-03-05 19:29:40 +04:00
JGV
9c12265e4b 0022688: Syntax error in file BRepOffset_Inter2d.cxx: wrong usage of brackets in comparison 2012-03-05 19:29:39 +04:00
bugmaster
0a0cf81379 0022646: Error in algorithms BRepOffsetAPI_ThruSections and BRepOffsetAPI_MakePipeShell: sections with degenerated edges are processed Developepd by: JGV 2012-03-05 19:29:37 +04:00
SSV
bd05fabf89 0022646: Error in algorithms BRepOffsetAPI_ThruSections and BRepOffsetAPI_MakePipeShell: sections with degenerated edges are processed in 2012-03-05 19:29:36 +04:00
OAN
51c3cc5f78 0021858: Visualization hangs on attached face 2012-03-05 19:29:35 +04:00
PKV
3d4fe6dafc 0022588: Revolution with negative volume in some cases. 2012-03-05 19:29:34 +04:00
SZV
ed0d16d8ea 0022689: Infinite loop in BRepExtrema_DistanceSS, in static function TRIM_INFINIT_FACE 2012-03-05 19:29:33 +04:00
SZV
2a3ff1e004 OCC22322 Improvement of Extrema performance Standard_EXPORT directive added to the private method Perform .This is needed by C# Wrapper. 2012-03-05 19:29:32 +04:00
JGV
38f33510d6 OCC22610 The algorithm GeomAPI_ProjectPointOnSurf produces wrong results 2012-03-05 19:29:31 +04:00
SSV
ba9cc08b88 Correction of OCCT for ACIS22398 2012-03-05 19:29:30 +04:00
RLN and KGV
fbadd2ccce Rollback integration OCC22567 Speed up of math_FunctionSetRoot (used in Extrema) 2012-03-05 19:29:29 +04:00
RLN and KGV
e33e7e78af OCC22577 Thread-safety/re-entrability improvements 2012-03-05 19:29:28 +04:00
SSV and SZV
d30c4db93b Correction of OCCT for ACIS22398 2012-03-05 19:29:27 +04:00
KGV
69538a2229 OCC22663 Improve VS project files generation 2012-03-05 19:29:26 +04:00
RLN and KGV
0c7386be28 OCC22595 gp_Mat's constructors incompletely initilize memory 2012-03-05 19:29:24 +04:00
RLN and KGV
f69df44281 OCC22579 Improving thread-safety of GeomFill 2012-03-05 19:29:23 +04:00
RLN and KGV
3b5410151b OCC22578 StlMesh_Mesh migartion from private to protected data fields 2012-03-05 19:29:22 +04:00
RLN and KGV
9c6afe1912 OCC22572 Support of progress indicator in RWStl and optimization of reading Ascii. 2012-03-05 19:29:21 +04:00
RLN and KGV
3d166d310c OCC22567 Speed up of math_FunctionSetRoot (used in Extrema) 2012-03-05 19:29:20 +04:00
RLN and KGV
9ef0ce0236 OCC22568 Declaring method as protected in XCAFApp_Application 2012-03-05 19:29:19 +04:00
RLN and KGV
73653dc8a2 OCC22544 Fixed IsEqual from Standard 2012-03-05 19:29:18 +04:00
SZY and KGV
31c3b8f09c OCC22576 ShapeFix_Edge::SameParameter() now retains original 3D interval 2012-03-05 19:29:17 +04:00
bugmaster
f338bed346 Adding svn:eol-style=CRLF property 2012-03-05 19:29:16 +04:00
bugmaster
c6c9371fe3 Adding svn:eol-style=LF property 2012-03-05 19:29:14 +04:00
29672 changed files with 837118 additions and 834715 deletions

2
.gitattributes vendored
View File

@@ -14,6 +14,8 @@
*.pxx eol=lf
*.cdl eol=lf
*.edl eol=lf
*.yacc eol=lf
*.lex eol=lf
*.mm eol=lf
*.el eol=lf
*.sh eol=lf

52
.gitignore vendored
View File

@@ -1,17 +1,57 @@
# /
# standard directories for derived files in CASROOT
/.adm
/sun
/lin
/mac
/ao1
/sil
/wnt
/drv
/inc
/work
/win32
/win64
# /adm/
/adm/win32
/adm/win64
# standard names of directories for objects and binaries on Windows
win32
win64
# standard names of directories for objects and binaries for samples
bin
obj
Debug
Release
# project files and artifacts
/adm/msvc
/adm/wnt
/adm/lin
/adm/mac
/adm/make
/adm/cmake
*.vcproj*user
*.csproj*user
*.ncb
*.suo
*.sdf
# test results
/results*
# Emacs backup files
*~
#Generated files
*.in
/*.am
/*.m4
/*.ac
/*.sh
/*.bat
/autom4te.cache
/build_configure
/configure
/make
/config.*
/Makefile
/libtool
/stamp*

151
LICENSE Normal file
View File

@@ -0,0 +1,151 @@
Open CASCADE Technology Public License
License version: 6.6 March, 2013
Open CASCADE S.A.S. releases and makes publicly available the source code of the software Open CASCADE Technology to the free software development community under the terms and conditions of this license.
It is not the purpose of this license to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this license has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice.
Please read this license carefully and completely before downloading this software. By downloading, using, modifying, distributing and sublicensing this software, you indicate your acceptance to be bound by the terms and conditions of this license. If you do not want to accept or cannot accept for any reasons the terms and conditions of this license, please do not download or use in any manner this software.
1. Definitions
Unless there is something in the subject matter or in the context inconsistent therewith, the capitalized terms used in this License shall have the following meaning.
"Applicable Intellectual Property Rights" means (a) with respect to the Initial Developer, any rights under patents or patents applications or other intellectual property rights that are now or hereafter acquired, owned by or assigned to the Initial Developer and that cover subject matter contained in the Original Code, but only to the extent necessary to use, reproduce, modify, distribute or sublicense the Original Code without infringement; and (b) with respect to You or any Contributor, any rights under patents or patents applications or other intellectual property rights that are now or hereafter acquired, owned by or assigned to You or to such Contributor and that cover subject matter contained in Your Modifications or in such Contributor's Modifications, taken alone or in combination with Original Code.
"Contributor" means each individual or legal entity that creates or contributes to the creation of any Modification, including the Initial Developer.
"Derivative Program": means a new program combining the Software or portions thereof with other source code not governed by the terms of this License.
"Initial Developer": means Open CASCADE S.A.S., with main offices at 1, place des Fr<46>res Montgolfier, 78280 Guyancourt, France.
"Modifications": mean any addition to, deletion from or change to the substance or the structure of the Software. When source code of the Software is released as a series of files, a Modification is: (a) any addition to, deletion from or change to the contents of a file containing the Software or (b) any new file or other representation of computer program statements that contains any part of the Software. By way of example, Modifications include any debug of, or improvement to, the Original Code or any of its components or portions as well as its next versions or releases thereof.
"Original Code": means (a) the source code of the software Open CASCADE Technology originally made available by the Initial Developer under this License, including the source code of any updates or upgrades of the Original Code and (b) the object code compiled from such source code and originally made available by Initial Developer under this License.
"Software": means the Original Code, the Modifications, the combination of Original Code and any Modifications or any respective portions thereof.
"You" or "Your": means an individual or a legal entity exercising rights under this License.
2. Acceptance of license
By using, reproducing, modifying, distributing or sublicensing the Software or any portion thereof, You expressly indicate Your acceptance of the terms and conditions of this License and undertake to act in accordance with all the provisions of this License applicable to You.
3. Scope and purpose
This License applies to the Software and You may not use, reproduce, modify, distribute, sublicense or circulate the Software, or any portion thereof, except as expressly provided under this License. Any attempt to otherwise use, reproduce, modify, distribute or sublicense the Software is void and will automatically terminate Your rights under this License.
4. Contributor license
Subject to the terms and conditions of this License, the Initial Developer and each of the Contributors hereby grant You a world-wide, royalty-free, irrevocable and non-exclusive license under the Applicable Intellectual Property Rights they own or control, to use, reproduce, modify, distribute and sublicense the Software provided that:
You reproduce in all copies of the Software the copyright and other proprietary notices and disclaimers of the Initial Developer as they appear in the Original Code and attached hereto as Schedule "A" and any other notices or disclaimers attached to the Software and keep intact all notices in the Original Code that refer to this License and to the absence of any warranty;
You include a copy of this License with every copy of the Software You distribute;
If you distribute or sublicense the Software (as modified by You or on Your behalf as the case may be), You cause such Software to be licensed as a whole, at no charge, to all third parties, under the terms and conditions of the License, making in particular available to all third parties the source code of the Software;
You document all Your Modifications, indicate the date of each such Modifications, designate the version of the Software You used, prominently include a file carrying such information with respect to the Modifications and duplicate the copyright and other proprietary notices and disclaimers attached hereto as Schedule "B" or any other notices or disclaimers attached to the Software with your Modifications.
For greater certainty, it is expressly understood that You may freely create Derivative Programs (without any obligation to publish such Derivative Program) and distribute same as a single product. In such case, You must ensure that all the requirements of this License are fulfilled for the Software or any portion thereof.
5. Your license
You hereby grant all Contributors and anyone who becomes a party under this License a world-wide, non-exclusive, royalty-free and irrevocable license under the Applicable Intellectual Property Rights owned or controlled by You, to use, reproduce, modify, distribute and sublicense all Your Modifications under the terms and conditions of this License.
6. Software subject to license
Your Modifications shall be governed by the terms and conditions of this License. You are not authorized to impose any other terms or conditions than those prevailing under this License when You distribute and/or sublicense the Software, save and except as permitted under Section 7 hereof.
7. Additional terms
You may choose to offer, on a non-exclusive basis, and to charge a fee for any warranty, support, maintenance, liability obligations or other rights consistent with the scope of this License with respect to the Software (the "Additional Terms") to the recipients of the Software. However, You may do so only on Your own behalf and on Your sole and exclusive responsibility. You must obtain the recipient's agreement that any such Additional Terms are offered by You alone, and You hereby agree to indemnify, defend and hold the Initial Developer and any Contributor harmless for any liability incurred by or claims asserted against the Initial Developer or any Contributors with respect to any such Additional Terms.
8. Disclaimer of warranty
The Software is provided under this License on an "as is" basis, without warranty of any kind, including without limitation, warranties that the Software is free of defects, merchantable, fit for a particular purpose or non-infringing. The entire risk as to the quality and performance of the Software is with You.
9. Liability
Under no circumstances shall You, the Initial Developer or any Contributor be liable to any person for any direct or indirect damages of any kind including, without limitation, damages for loss of goodwill, loss of data, work stoppage, computer failure or malfunction or any and all other commercial damages or losses resulting from or relating to this License or indirectly to the use of the Software.
10. Trademark
This License does not grant any rights to use the trademarks, trade names and domain names "MATRA", "EADS Matra Datavision", "CAS.CADE", "Open CASCADE", "opencascade.com" and "opencascade.org" or any other trademarks, trade names or domain names used or owned by the Initial Developer.
11. Copyright
The Initial Developer retains all rights, title and interest in and to the Original Code. You may not remove the copyright <20> notice which appears when You download the Software.
12. Term
This License is granted to You for a term equal to the remaining period of protection covered by the intellectual property rights applicable to the Original Code.
13. Termination
In case of termination, as provided in Section 3 above, You agree to immediately stop any further use, reproduction, modification, distribution and sublicensing of the Software and to destroy all copies of the Software that are in Your possession or control. All sublicenses of the Software which have been properly granted prior to termination shall survive any termination of this License. In addition, Sections 5, 8 to 11, 13.2 and 15.2 of this License, in reason of their nature, shall survive the termination of this License for a period of fifteen (15) years.
14. Versions of the license
The Initial Developer may publish new versions of this License from time to time. Once Original Code has been published under a particular version of this License, You may choose to continue to use it under the terms and conditions of that version or use the Original Code under the terms of any subsequent version of this License published by the Initial Developer.
15. Miscellaneous
15.1 Relationship of Parties
This License will not be construed as creating an agency, partnership, joint venture or any other form of legal association between You and the Initial Developer, and You will not represent to the contrary, whether expressly, by implication or otherwise.
15.2 Independent Development
Nothing in this License will impair the Initial Developer's right to acquire, license, develop, have others develop for it, market or distribute technology or products that perform the same or similar functions as, or otherwise compete with, Modifications, Derivative Programs, technology or products that You may develop, produce, market or distribute.
15.3 Severability
If for any reason a court of competent jurisdiction finds any provision of this License, or portion thereof, to be unenforceable, that provision of the License will be enforced to the maximum extent permissible so as to effect the economic benefits and intent of the parties, and the remainder of this License will continue in full force and extent.
END OF THE TERMS AND
CONDITIONS OF THIS LICENSE
Open CASCADE S.A.S. is a French soci<63>t<EFBFBD> par actions simplifi<66>e having its main offices at 1, place des Fr<46>res Montgolfier, 78280 Guyancourt, France. Its web site is located at the following address www.opencascade.com
Open CASCADE Technology Public License
Schedule "A"
The content of this file is subject to the Open CASCADE Technology Public License Version 6.5 (the "License"). You may not use the content of this file except in compliance with the License. Please obtain a copy of the License at http://www.opencascade.org and read it completely before using this file.
The Initial Developer of the Original Code is Open CASCADE S.A.S., with main offices at 1, place des Fr<46>res Montgolfier, 78280 Guyancourt, France. The Original Code is copyright <20> Open CASCADE S.A.S., 2001. All rights reserved.
"The Original Code and all software distributed under the License are distributed on an "AS IS" basis, without warranty of any kind, and the Initial Developer hereby disclaims all such warranties, including without limitation, any warranties of merchantability, fitness for a particular purpose or non-infringement. Please see the License for the specific terms and conditions governing rights and limitations under the License".
End of Schedule "A"
Open CASCADE Technology Public License
Schedule "B"
"The content of this file is subject to the Open CASCADE Technology Public License Version 6.5 (the "License"). You may not use the content of this file except in compliance with the License. Please obtain a copy of the License at http://www.opencascade.org and read it completely before using this file.
The Initial Developer of the Original Code is Open CASCADE S.A.S., with main offices at 1, place des Fr<46>res Montgolfier, 78280 Guyancourt, France. The Original Code is copyright <20> Open CASCADE S.A.S., 2001. All rights reserved.
Modifications to the Original Code have been made by ________________________. Modifications are copyright <20> [Year to be included]. All rights reserved.
The software Open CASCADE Technology and all software distributed under the License are distributed on an "AS IS" basis, without warranty of any kind, and the Initial Developer hereby disclaims all such warranties, including without limitation, any warranties of merchantability, fitness for a particular purpose or non-infringement. Please see the License for the specific terms and conditions governing rights and limitations under the License".
End of Schedule "B"

44
README Normal file
View File

@@ -0,0 +1,44 @@
Open CASCADE Technology source repository
-----------------------------------------
This directory contains sources of Open CASCADE Technology (OCCT), a collection
of C++ libraries providing services for 3D surface and solid modeling, CAD data
exchange, and visualization. OCCT can be best applied in development of
software dealing with 3D modeling (CAD), manufacturing / measuring (CAM) or
numerical simulation (CAE).
The OCCT code is subject to the Open CASCADE Technology Public License Version
6.5 (the "License"). You may not use the content of the relevant files except in
compliance with the License. Please see the LICENSE file or obtain a copy of the
License at http://www.opencascade.org and read it completely before using this
software.
In order to build OCCT libraries from these sources for use in your program,
you need to:
1. Download, build, and install the required third-party libraries.
Follow the instructions provided in the documents titled "Building 3rd party
products for OCCT" on http://dev.opencascade.org/?q=home/resources for
installation and building.
2. Install and configure WOK development environment.
See http://dev.opencascade.org/?q=home/resources for the latest build of the
WOK and instructions of configuring it.
3. Use WOK to generate build scripts or project files for your compiler,
then build the libraries.
Note that you may use also the pre-processed source packages that include
makefiles and projects, or binary packages, available for official releases of
OCCT at http://www.opencascade.org. In this case however you will not be able
to re-generate derived files after changing the CDL files (requires WOK).
The current version of OCCT can be consulted in the file
src/Standard/Standard_Version.hxx
For more information regarding OCCT code development please consult the official
OCCT Collaborative Development Portal:
http://dev.opencascade.org

View File

@@ -1,10 +0,0 @@
global tcl_platform
if {[array get env QA_DUMP] != "" && $env(QA_DUMP) == "1"} {
puts "QA commands have been loaded"
set env(QADEFAULT) $env(CASROOT)/src/QAResources/QADrawAppliInit
set env(QA_LD_LIBRARY_PATH) $env(CASROOT)/sun/lib/.
set env(DRAWDEFAULTOLD) $env(DRAWDEFAULT)
set env(DRAWDEFAULT) "$env(QADEFAULT)"
set env(CSF_DrawPluginQADefaults) $env(CASROOT)/src/QAResources/.
}

View File

@@ -92,8 +92,6 @@ t TKG3d
t TKGeomBase
p AppBlend
p ApproxInt
p BOP
p BOPTColStd
p BOPTools
p BRepAlgo
p BRepAlgoAPI
@@ -124,7 +122,6 @@ p BiTgte
p Bisector
p Blend
p BlendFunc
p BooleanOperations
p ChFi2d
p ChFi3d
p ChFiDS
@@ -207,48 +204,34 @@ t TKShHealing
t TKTopAlgo
t TKXMesh
n InterfaceGraphic
n VoxelClient
p AIS
p AIS2D
p AlienImage
p Aspect
p CGM
p DsgPrs
p GGraphic2d
p Graphic2d
p Graphic3d
p Image
p ImageUtility
p MFT
p MeshVS
p NIS
p OpenGl
p PS
p PlotMgt
p Prs2d
p Prs3d
p PrsMgr
p Select2D
p Select3D
p SelectBasics
p SelectMgr
p StdPrs
p StdSelect
p TColQuantity
p V2d
p V3d
p Viewer
p Visual3d
p Voxel
p WNT
p Xw
r FontMFT
p Cocoa
r Textures
t TKMeshVS
t TKNIS
t TKOpenGl
t TKService
t TKV2d
t TKV3d
t TKVoxel
n BinTObjDrivers
@@ -475,7 +458,6 @@ p TObjDRAW
p TestTopOpe
p TestTopOpeDraw
p TestTopOpeTools
p Viewer2dTest
p ViewerTest
p XDEDRAW
p XSDRAW
@@ -492,33 +474,17 @@ t TKXDEDRAW
t TKXSDRAW
x DRAWEXE
p DebugTools
p QAAMINO
p QAAlcatel
p QABRGM
p QABUC
p QACADCAM
p QADBMReflex
p QADraw
p QAInsynchro
p QAMARTEC
p QAMitutoyoUK
p QAMitutoyoUS
p QANCollection
p QANIC
p QANewBRepNaming
p QANewDBRepNaming
p QANewModTopOpe
p QAOCC
p QAQuickPen
p QARicardo
p QARina
p QARoutelous
p QASamtech
p QATelco
p QAUsinor
p QAViewer2dTest
p QAYasaki
r QAResources
t TKQADraw
p QACEADRT
p QADNaming
p QABugs
p Font
p BOPAlgo
p BOPDS
p BOPCol
p BOPInt

File diff suppressed because it is too large Load Diff

Binary file not shown.

0
src/DrawResources/wing.brep → data/occ/wing.brep Executable file → Normal file
View File

View File

@@ -59,89 +59,92 @@ namespace IE
/// </summary>
private void InitializeComponent()
{
System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(AboutDialog));
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.button1 = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.myVersion = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// pictureBox1
//
this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(59, 64);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(194, 100);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.pictureBox1.TabIndex = 0;
this.pictureBox1.TabStop = false;
//
// button1
//
this.button1.Location = new System.Drawing.Point(96, 248);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(128, 24);
this.button1.TabIndex = 1;
this.button1.Text = "OK";
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// label1
//
this.label1.Location = new System.Drawing.Point(16, 16);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(288, 24);
this.label1.TabIndex = 2;
this.label1.Text = "Import/Export Sample,";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// myVersion
//
this.myVersion.Location = new System.Drawing.Point(16, 32);
this.myVersion.Name = "myVersion";
this.myVersion.Size = new System.Drawing.Size(288, 16);
this.myVersion.TabIndex = 3;
this.myVersion.Text = "Open CASCADE Technology ";
this.myVersion.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label3
//
this.label3.Location = new System.Drawing.Point(24, 168);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(280, 23);
this.label3.TabIndex = 4;
this.label3.Text = "Copyright (C) 2004, Open CASCADE SA";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label4
//
this.label4.Location = new System.Drawing.Point(8, 200);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(296, 24);
this.label4.TabIndex = 5;
this.label4.Text = "http://opencascade.com marketing.contact@opencascade.com";
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// AboutDialog
//
this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
this.ClientSize = new System.Drawing.Size(312, 285);
this.ControlBox = false;
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.myVersion);
this.Controls.Add(this.label1);
this.Controls.Add(this.button1);
this.Controls.Add(this.pictureBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "AboutDialog";
this.Text = "About Import/Export Sample";
this.ResumeLayout(false);
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutDialog));
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.button1 = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.myVersion = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// pictureBox1
//
this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(59, 64);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(196, 102);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.pictureBox1.TabIndex = 0;
this.pictureBox1.TabStop = false;
//
// button1
//
this.button1.Location = new System.Drawing.Point(96, 248);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(128, 24);
this.button1.TabIndex = 1;
this.button1.Text = "OK";
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// label1
//
this.label1.Location = new System.Drawing.Point(16, 9);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(288, 24);
this.label1.TabIndex = 2;
this.label1.Text = "Import/Export Sample,";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// myVersion
//
this.myVersion.Location = new System.Drawing.Point(16, 32);
this.myVersion.Name = "myVersion";
this.myVersion.Size = new System.Drawing.Size(288, 16);
this.myVersion.TabIndex = 3;
this.myVersion.Text = "Open CASCADE Technology ";
this.myVersion.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label3
//
this.label3.Location = new System.Drawing.Point(24, 168);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(280, 23);
this.label3.TabIndex = 4;
this.label3.Text = "Copyright (C) 2004-2012, Open CASCADE S.A.S";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label4
//
this.label4.Location = new System.Drawing.Point(8, 200);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(296, 24);
this.label4.TabIndex = 5;
this.label4.Text = "http://www.opencascade.com";
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// AboutDialog
//
this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
this.ClientSize = new System.Drawing.Size(312, 285);
this.ControlBox = false;
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.myVersion);
this.Controls.Add(this.label1);
this.Controls.Add(this.button1);
this.Controls.Add(this.pictureBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "AboutDialog";
this.Text = "About Import/Export Sample";
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion

View File

@@ -1,4 +1,4 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
<PropertyGroup>
<ProjectType>Local</ProjectType>
<ProductVersion>8.0.50727</ProductVersion>
@@ -25,6 +25,8 @@
</FileUpgradeFlags>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<OldToolsVersion>2.0</OldToolsVersion>
<ApplicationRevision>0</ApplicationRevision>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<OutputPath>bin\Debug\</OutputPath>

View File

@@ -1,5 +1,5 @@
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IE", "IE.csproj", "{B9914BB3-B886-4B41-B48D-350EBEBEFD1F}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "OCC", "..\OCC\OCC.vcproj", "{DCB139CF-2190-412E-B72F-8B080CC01422}"

View File

@@ -1,10 +1,11 @@
<?xml version="1.0" encoding="windows-1251"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="8,00"
Version="9.00"
Name="OCC"
ProjectGUID="{DCB139CF-2190-412E-B72F-8B080CC01422}"
Keyword="Win32Proj"
TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
@@ -41,7 +42,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="$(CASROOT)\inc"
AdditionalIncludeDirectories="$(CSF_OPT_INC)"
PreprocessorDefinitions="WNT"
MinimalRebuild="false"
BasicRuntimeChecks="0"
@@ -62,15 +63,17 @@
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="TKV3d.lib TKV2d.lib TKHLR.lib TKService.lib TKBool.lib TKPShape.lib TKMath.lib TKBO.lib TKernel.lib TKPrim.lib TKTopAlgo.lib TKBRep.lib TKGeomAlgo.lib TKG2d.lib TKG3d.lib PTKernel.lib TKShapeSchema.lib TKXSBase.lib TKIGES.lib TKSTEP.lib TKSTEP209.lib TKSTEPAttr.lib TKSTEPBase.lib TKShHealing.lib TKSTL.lib TKVRML.lib"
AdditionalDependencies="TKV3d.lib TKHLR.lib TKService.lib TKBool.lib TKPShape.lib TKMath.lib TKBO.lib TKernel.lib TKPrim.lib TKTopAlgo.lib TKBRep.lib TKGeomAlgo.lib TKG2d.lib TKG3d.lib PTKernel.lib TKShapeSchema.lib TKXSBase.lib TKIGES.lib TKSTEP.lib TKSTEP209.lib TKSTEPAttr.lib TKSTEPBase.lib TKShHealing.lib TKSTL.lib TKVRML.lib"
OutputFile="$(OutDir)/OCC.dll"
LinkIncremental="2"
AdditionalLibraryDirectories="$(CASROOT)\win32\vc8\lib"
AdditionalLibraryDirectories="$(CSF_OPT_LIB32D)"
GenerateDebugInformation="true"
AssemblyDebug="1"
ProgramDatabaseFile="$(OutDir)/OCC.pdb"
SubSystem="2"
ResourceOnlyDLL="false"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
ImportLibrary="$(OutDir)/OCC.lib"
TargetMachine="1"
/>
@@ -92,9 +95,6 @@
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
@@ -125,7 +125,7 @@
/>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="$(CASROOT)\inc"
AdditionalIncludeDirectories="$(CSF_OPT_INC)"
PreprocessorDefinitions="WNT"
RuntimeLibrary="2"
UsePrecompiledHeader="2"
@@ -144,14 +144,16 @@
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="TKV3d.lib TKV2d.lib TKHLR.lib TKService.lib TKBool.lib TKPShape.lib TKMath.lib TKBO.lib TKernel.lib TKPrim.lib TKTopAlgo.lib TKBRep.lib TKGeomAlgo.lib TKG2d.lib TKG3d.lib PTKernel.lib TKShapeSchema.lib TKXSBase.lib TKIGES.lib TKSTEP.lib TKSTEP209.lib TKSTEPAttr.lib TKSTEPBase.lib TKShHealing.lib TKSTL.lib TKVRML.lib"
AdditionalDependencies="TKV3d.lib TKHLR.lib TKService.lib TKBool.lib TKPShape.lib TKMath.lib TKBO.lib TKernel.lib TKPrim.lib TKTopAlgo.lib TKBRep.lib TKGeomAlgo.lib TKG2d.lib TKG3d.lib PTKernel.lib TKShapeSchema.lib TKXSBase.lib TKIGES.lib TKSTEP.lib TKSTEP209.lib TKSTEPAttr.lib TKSTEPBase.lib TKShHealing.lib TKSTL.lib TKVRML.lib"
OutputFile="$(OutDir)/OCC.dll"
LinkIncremental="1"
AdditionalLibraryDirectories="$(CASROOT)\win32\vc8\lib"
AdditionalLibraryDirectories="$(CSF_OPT_LIB32)"
GenerateDebugInformation="true"
SubSystem="2"
OptimizeReferences="2"
EnableCOMDATFolding="2"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
ImportLibrary="$(OutDir)/OCC.lib"
TargetMachine="1"
/>
@@ -173,9 +175,6 @@
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>

View File

@@ -4,7 +4,7 @@
#pragma warning( disable : 4800 )
OCCViewer::OCCViewer(void)
{
myGraphicDevice=NULL;
myGraphicDriver=NULL;
myViewer=NULL;
myView=NULL;
myAISContext=NULL;
@@ -17,22 +17,27 @@ OCCViewer::~OCCViewer(void)
bool OCCViewer::InitViewer(void* wnd)
{
try {
myGraphicDevice = new Graphic3d_WNTGraphicDevice();
} catch (Standard_Failure) {
return false;
}
TCollection_ExtendedString a3DName("Visu3D");
myViewer = new V3d_Viewer( myGraphicDevice, a3DName.ToExtString(),"", 1000.0,
V3d_XposYnegZpos, Quantity_NOC_GRAY30,
V3d_ZBUFFER,V3d_GOURAUD,V3d_WAIT,
Standard_True, Standard_False);
try
{
Handle(Aspect_DisplayConnection) aDisplayConnection;
myGraphicDriver = Graphic3d::InitGraphicDriver (aDisplayConnection);
}
catch (Standard_Failure)
{
return false;
}
TCollection_ExtendedString a3DName("Visu3D");
myViewer = new V3d_Viewer (myGraphicDriver, a3DName.ToExtString(),"", 1000.0,
V3d_XposYnegZpos, Quantity_NOC_GRAY30,
V3d_ZBUFFER,V3d_GOURAUD,V3d_WAIT,
Standard_True, Standard_False);
myViewer->Init();
myViewer->SetDefaultLights();
myViewer->SetLightOn();
myView = myViewer->CreateView();
Handle(WNT_Window) aWNTWindow = new WNT_Window(myGraphicDevice, reinterpret_cast<HWND> (wnd));
Handle(WNT_Window) aWNTWindow = new WNT_Window (reinterpret_cast<HWND> (wnd));
myView->SetWindow(aWNTWindow);
if (!aWNTWindow->IsMapped())
aWNTWindow->Map();
@@ -73,13 +78,13 @@ void OCCViewer::RedrawView(void)
void OCCViewer::SetDegenerateModeOn(void)
{
if (!myView.IsNull())
myView->SetDegenerateModeOn();
myView->SetComputedMode (Standard_False);
}
void OCCViewer::SetDegenerateModeOff(void)
{
if (!myView.IsNull())
myView->SetDegenerateModeOff();
myView->SetComputedMode (Standard_True);
}
void OCCViewer::WindowFitAll(int Xmin, int Ymin, int Xmax, int Ymax)
@@ -543,9 +548,12 @@ void OCCViewer::CreateNewView(void* wnd)
if (myAISContext.IsNull())
return;
myView = myAISContext->CurrentViewer()->CreateView();
if (myGraphicDevice.IsNull())
myGraphicDevice = new Graphic3d_WNTGraphicDevice();
Handle(WNT_Window) aWNTWindow = new WNT_Window(myGraphicDevice, reinterpret_cast<HWND> (wnd));
if (myGraphicDriver.IsNull())
{
Handle(Aspect_DisplayConnection) aDisplayConnection;
myGraphicDriver = Graphic3d::InitGraphicDriver (aDisplayConnection);
}
Handle(WNT_Window) aWNTWindow = new WNT_Window (reinterpret_cast<HWND> (wnd));
myView->SetWindow(aWNTWindow);
Standard_Integer w=100, h=100;
aWNTWindow->Size(w,h);

View File

@@ -11,7 +11,7 @@ private:
Handle_V3d_Viewer myViewer;
Handle_V3d_View myView;
Handle_AIS_InteractiveContext myAISContext;
Handle_Graphic3d_WNTGraphicDevice myGraphicDevice;
Handle_Graphic3d_GraphicDriver myGraphicDriver;
public:
__declspec(dllexport) bool InitViewer(void* wnd);
__declspec(dllexport) bool ImportBRep(char* filename);

View File

@@ -23,9 +23,11 @@
#include <PTColStd_PersistentTransientMap.hxx>
#include <TCollection_AsciiString.hxx>
//for OCC graphic
#include <Aspect_DisplayConnection.hxx>
#include <WNT_Window.hxx>
#include <Graphic3d_WNTGraphicDevice.hxx>
#include <Quantity_NameOfColor.hxx>
#include <Graphic3d.hxx>
#include <Graphic3d_GraphicDriver.hxx>
#include <Graphic3d_NameOfMaterial.hxx>
//for object display
#include <V3d_Viewer.hxx>
@@ -49,6 +51,7 @@
#include <gp_Ax2.hxx>
#include <Geom_Axis2Placement.hxx>
//csfdb I/E
#include <Message_ProgressIndicator.hxx>
#include <FSD_File.hxx>
#include <ShapeSchema.hxx>
#include <Storage_Data.hxx>
@@ -69,4 +72,4 @@
//for stl export
#include <StlAPI_Writer.hxx>
//for vrml export
#include <VrmlAPI_Writer.hxx>
#include <VrmlAPI_Writer.hxx>

View File

@@ -1,19 +0,0 @@
@echo off
rem Launch MS VC with environment prepared for building OCCT C# sample
rem Set build environment
call %~dp0..\..\ros\env_build.bat vc8 win32
rem Define path to project file
set PRJFILE=%~dp0IE\IE.sln
rem Launch Visual Studio - either professional (devenv) or Express, as available
if exist %DevEnvDir%\devenv.exe (
start %DevEnvDir%\devenv.exe %PRJFILE% /useenv
) else if exist %DevEnvDir%\VCExpress.exe (
start %DevEnvDir%\VCExpress.exe %PRJFILE% /useenv
) else (
echo Error: Could not find MS Visual Studio ^(%VCVER%^)
echo Check relevant environment variable ^(e.g. VS80COMNTOOLS for vc8^)
)

View File

@@ -1,3 +0,0 @@
@ECHO OFF
call "%~dp0..\..\ros\env.bat"

7
samples/CSharp/msvc.bat Normal file
View File

@@ -0,0 +1,7 @@
call "%~dp0..\..\env.bat" %1 %2 %3
if ["%CASDEB%"] == [""] (
call "%~dp0..\..\msvc.bat" %VCVER% win%ARCH% "" "%~dp0IE\IE.sln"
) else (
call "%~dp0..\..\msvc.bat" %VCVER% win%ARCH% %CASDEB% "%~dp0IE\IE.sln"
)

9
samples/CSharp/run.bat Normal file
View File

@@ -0,0 +1,9 @@
call "%~dp0..\..\env.bat" %1 %2 %3
set "BinDir=Debug"
if ["%CASDEB%"] == [""] (
set "BinDir=Release"
)
"%~dp0IE\bin\%BinDir%\IE.exe"

View File

@@ -1,10 +1,11 @@
<?xml version="1.0" encoding="windows-1251"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="8,00"
Version="9.00"
Name="shell"
ProjectGUID="{969912D9-78E7-4AB8-B4FF-6B52B4F03991}"
Keyword="Win32Proj"
TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
@@ -41,7 +42,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\OCC\;$(CASROOT)\inc"
AdditionalIncludeDirectories="..\OCC\;$(CSF_OPT_INC)"
PreprocessorDefinitions="WNT"
MinimalRebuild="false"
BasicRuntimeChecks="0"
@@ -62,14 +63,16 @@
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="OCC.lib TKV3d.lib TKV2d.lib TKHLR.lib TKService.lib PTKernel.lib TKShapeSchema.lib TKBool.lib TKMath.lib TKBO.lib TKernel.lib TKPrim.lib TKTopAlgo.lib TKBRep.lib TKGeomAlgo.lib TKPShape.lib TKXSBase.lib TKIGES.lib TKSTEP.lib TKSTEP209.lib TKSTEPAttr.lib TKSTEPBase.lib TKShHealing.lib TKSTL.lib TKVRML.lib"
AdditionalDependencies="OCC.lib TKV3d.lib TKHLR.lib TKService.lib PTKernel.lib TKShapeSchema.lib TKBool.lib TKMath.lib TKBO.lib TKernel.lib TKPrim.lib TKTopAlgo.lib TKBRep.lib TKGeomAlgo.lib TKPShape.lib TKXSBase.lib TKIGES.lib TKSTEP.lib TKSTEP209.lib TKSTEPAttr.lib TKSTEPBase.lib TKShHealing.lib TKSTL.lib TKVRML.lib"
OutputFile="$(OutDir)/shell.dll"
LinkIncremental="2"
AdditionalLibraryDirectories="..\OCC\$(OutDir);$(CASROOT)\win32\lib"
AdditionalLibraryDirectories="..\OCC\$(OutDir);$(CSF_OPT_LIB32D)"
GenerateDebugInformation="true"
AssemblyDebug="1"
ProgramDatabaseFile="$(OutDir)/shell.pdb"
SubSystem="2"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
ImportLibrary="$(OutDir)/shell.lib"
TargetMachine="1"
/>
@@ -91,9 +94,6 @@
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
@@ -124,7 +124,7 @@
/>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="..\OCC\;$(CASROOT)\inc"
AdditionalIncludeDirectories="..\OCC\;$(CSF_OPT_INC)"
PreprocessorDefinitions="WNT"
RuntimeLibrary="2"
UsePrecompiledHeader="0"
@@ -143,14 +143,16 @@
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="OCC.lib TKV3d.lib TKV2d.lib TKHLR.lib TKService.lib PTKernel.lib TKShapeSchema.lib TKBool.lib TKMath.lib TKBO.lib TKernel.lib TKPrim.lib TKTopAlgo.lib TKBRep.lib TKGeomAlgo.lib TKPShape.lib TKXSBase.lib TKIGES.lib TKSTEP.lib TKSTEP209.lib TKSTEPAttr.lib TKSTEPBase.lib TKShHealing.lib TKSTL.lib TKVRML.lib"
AdditionalDependencies="OCC.lib TKV3d.lib TKHLR.lib TKService.lib PTKernel.lib TKShapeSchema.lib TKBool.lib TKMath.lib TKBO.lib TKernel.lib TKPrim.lib TKTopAlgo.lib TKBRep.lib TKGeomAlgo.lib TKPShape.lib TKXSBase.lib TKIGES.lib TKSTEP.lib TKSTEP209.lib TKSTEPAttr.lib TKSTEPBase.lib TKShHealing.lib TKSTL.lib TKVRML.lib"
OutputFile="$(OutDir)/shell.dll"
LinkIncremental="1"
AdditionalLibraryDirectories="..\OCC\$(OutDir);$(CASROOT)\win32\vc8\lib"
AdditionalLibraryDirectories="..\OCC\$(OutDir);$(CSF_OPT_LIB32)"
GenerateDebugInformation="true"
SubSystem="2"
OptimizeReferences="2"
EnableCOMDATFolding="2"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
ImportLibrary="$(OutDir)/shell.lib"
TargetMachine="1"
/>
@@ -172,9 +174,6 @@
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>

View File

@@ -1,103 +0,0 @@
#! /bin/csh -f
if ( $#argv > 1 ) then
setenv CASROOT $argv[1]
setenv SAMPLE_ROOT $argv[2]
endif
echo " ---------------- "
echo " Building OpenCASCADE Samples "
echo " ---------------- "
echo " "
echo " "
if (! ($?CASROOT)) then
echo -n "Please define CASROOT to the folder containing OpenCascade '"'src'"', '"'drv'"' and '"'inc'"' folders. : "
set nogoodpath = 0
while ( ${nogoodpath} == 0 )
set res = $<
if ( ! (-e ${res}/inc/Standard_Real.hxx ) ) then
echo -n "${res}/inc/Standard_Real.hxx doesn't exist ; Please try again : "
else
setenv CASROOT ${res}
set nogoodpath = 1
endif
end
endif
## Variable for JAVA
if ( !($?JAVAHOME) ) then
set javanotset = 0
while ( ${javanotset} == 0 )
echo -n "JAVAHOME not setted . Please define it : "
set res = $<
if (! (-e ${res}/bin/java)) then
echo "java not found in ${res}/bin"
else
# Now we verify if it is really a JDK 1.3
if ( !(-e ${res}/include/jawt.h ) ) then
echo " the ${res}/include directory doesn't contains jawt.h"
echo " it's seems it is not a JDK 1.3 distribution "
echo " Please try again"
else
setenv JAVAHOME ${res}
set javanotset = 1
endif
endif
end
endif
set REBUILDJAR = No
echo -n "Do you want to rebuild the JAR file [N] : "
set res = $<
if ( ${res} != "" ) then
if ( ${res} == "Y" ) then
set REBUILDJAR = Yes
else
if ( ${res} == "y" ) then
set REBUILDJAR = Yes
endif
endif
endif
setenv STATION `uname`
if (${STATION} == "IRIX64") setenv STATION IRIX
setenv SAMPLE_ROOT `pwd`
foreach pk (ISession ISession2D SampleAISBasicPackage SampleAISDisplayModePackage SampleAISSelectPackage SampleDisplayAnimationPackage SampleGeometryPackage SampleHLRPackage SampleImportExportPackage jcas SampleNativePaint SampleViewer3DPackage SamplesTopologyPackage User)
echo " compiling .. $pk "
csh -f ${SAMPLE_ROOT}/adm/${STATION}/$pk.comp
end
foreach tk (TKNativePaint TKSamples TKSamples2 TKjcas)
echo " "
echo " "
echo " "
echo " linking .. $tk "
echo " "
csh -f ${SAMPLE_ROOT}/adm/${STATION}/$tk.lnk
end
foreach pk ( SampleAISBasicJni SampleAISDisplayModeJni SampleAISSelectJni SampleDisplayAnimationJni SampleGeometryJni SampleHLRJni SampleImportExportJni SampleViewer3DJni SamplesTopologyJni CASCADESamplesJni )
echo " "
echo " compiling .. $pk "
echo " "
csh -fx ${SAMPLE_ROOT}/adm/${STATION}/$pk.comp
echo " "
echo " linking .. $pk "
echo " "
csh -f ${SAMPLE_ROOT}/adm/${STATION}/$pk.lnk
end
if ( ${REBUILDJAR} == "Yes" ) then
echo "Building the JAR File "
# cd java
csh -f build.csh
endif

View File

@@ -1,50 +0,0 @@
@ECHO OFF
call "%~dp0env.bat"
IF NOT DEFINED CASROOT GOTO ERR_CASROOT
SET ROOT=%CASROOT%\..
SET SAMPLEHOME=%ROOT%\samples\java
SET LIB_DIR=win32\vc8\lib
SET JAR_DIR=win32
IF NOT EXIST "%JAR_DIR%\CASCADESamples.jar" GOTO ERR_MAKE
SET OLD_PATH=%PATH%
set PATH=%~dp0;%SAMPLEHOME%\%LIB_DIR%;%PATH%
IF NOT EXIST "%SAMPLEHOME%\win32\vc8\obj" SET JAVAHOME=%ROOT%\3rdparty\win32\java
IF NOT DEFINED JAVAHOME GOTO ERR_JAVAHOME
SET PATH=%JAVAHOME%\bin;%JAVAHOME%\jre\bin;%JAVAHOME%\jre\bin\client;%PATH%
cd java
echo "javaw.exe -Xss1m -classpath .;%SAMPLEHOME%\%JAR_DIR%\CASCADESamples.jar SamplesStarter"
start javaw.exe -Xss1m -classpath .;%SAMPLEHOME%\%JAR_DIR%\CASCADESamples.jar SamplesStarter
pause
cd ..
SET PATH=%OLD_PATH%
GOTO END
:ERR_CASROOT
ECHO Environment variable "CASROOT" not defined. Abort.
pause
GOTO END
:ERR_JAVAHOME
ECHO Environment variable "JAVAHOME" not defined. Abort.
pause
GOTO END
:ERR_MAKE
ECHO File %JAR_DIR%\CASCADESamples.jar not found."
ECHO Probably you don't compile the application. Execute %JAR_DIR\build.bat
pause
GOTO END
:END

View File

@@ -1,102 +0,0 @@
if (!($?CCHOME)) set CCHOME = "/usr/bin/g++ "
if (!($?CCFLAGS)) set CCFLAGS = " -fPIC -DLIN -DLININTEL -DCSFDB -DNO_EXCEPTION -funsigned-char -Wall -O3 -DNDEBUG -DNo_Exception "
if (!($?CCINC)) setenv CCINC "."
if (!($?STLPortHome)) then
setenv STLPortInclude "."
else
if (!($?STLPortInclude)) setenv STLPortInclude "$STLPortHome/stlport"
endif
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni
if (!(-e ${SAMPLE_ROOT}/${STATION}/lib)) mkdir -p ${SAMPLE_ROOT}/${STATION}/lib
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_AIS_Drawer_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_AIS_Drawer_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_AIS_InteractiveContext_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_AIS_InteractiveContext_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_AIS_InteractiveObject_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_AIS_InteractiveObject_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_AIS_ListOfInteractive_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_AIS_ListOfInteractive_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_AIS_Shape_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_AIS_Shape_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Aspect_AspectMarker_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Aspect_AspectMarker_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Aspect_Background_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Aspect_Background_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Aspect_ColorMap_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Aspect_ColorMap_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Aspect_ColorScale_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Aspect_ColorScale_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Aspect_Driver_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Aspect_Driver_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Aspect_FontMap_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Aspect_FontMap_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Aspect_GraphicDevice_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Aspect_GraphicDevice_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Aspect_Grid_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Aspect_Grid_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Aspect_MarkMap_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Aspect_MarkMap_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Aspect_PixMap_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Aspect_PixMap_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Aspect_TypeMap_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Aspect_TypeMap_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Aspect_WidthMap_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Aspect_WidthMap_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Aspect_WindowDriver_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Aspect_WindowDriver_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Aspect_Window_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Aspect_Window_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Bnd_Box_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Bnd_Box_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Geom_Transformation_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Geom_Transformation_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_gp_Ax3_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_gp_Ax3_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_gp_Pnt_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_gp_Pnt_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Graphic2d_DisplayList_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Graphic2d_DisplayList_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Graphic2d_GraphicObject_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Graphic2d_GraphicObject_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Graphic2d_View_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Graphic2d_View_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Graphic3d_AspectMarker3d_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Graphic3d_AspectMarker3d_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Graphic3d_DataStructureManager_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Graphic3d_DataStructureManager_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Graphic3d_MaterialAspect_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Graphic3d_MaterialAspect_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Graphic3d_Plotter_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Graphic3d_Plotter_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Graphic3d_Structure_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Graphic3d_Structure_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Graphic3d_StructureManager_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Graphic3d_StructureManager_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Graphic3d_TextureEnv_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Graphic3d_TextureEnv_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Graphic3d_TextureRoot_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Graphic3d_TextureRoot_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Graphic3d_Vector_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Graphic3d_Vector_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Graphic3d_Vertex_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Graphic3d_Vertex_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_ISession2D_InteractiveContext_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_ISession2D_InteractiveContext_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_PlotMgt_PlotterDriver_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_PlotMgt_PlotterDriver_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Prs3d_BasicAspect_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Prs3d_BasicAspect_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Prs3d_Drawer_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Prs3d_Drawer_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Prs3d_LineAspect_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Prs3d_LineAspect_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Prs3d_Presentation_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Prs3d_Presentation_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Prs3d_Projector_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Prs3d_Projector_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_PrsMgr_PresentableObject_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_PrsMgr_PresentableObject_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_PrsMgr_Presentation_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_PrsMgr_Presentation_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_PrsMgr_PresentationManager2d_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_PrsMgr_PresentationManager2d_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_PrsMgr_PresentationManager3d_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_PrsMgr_PresentationManager3d_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_PrsMgr_PresentationManager_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_PrsMgr_PresentationManager_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_PrsMgr_Presentations_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_PrsMgr_Presentations_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Quantity_Color_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Quantity_Color_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Select2D_Projector_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Select2D_Projector_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_SelectBasics_EntityOwner_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_SelectBasics_EntityOwner_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_SelectMgr_EntityOwner_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_SelectMgr_EntityOwner_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_SelectMgr_Filter_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_SelectMgr_Filter_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_SelectMgr_ListOfFilter_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_SelectMgr_ListOfFilter_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_SelectMgr_SelectableObject_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_SelectMgr_SelectableObject_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_SelectMgr_Selection_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_SelectMgr_Selection_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_SelectMgr_SelectionManager_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_SelectMgr_SelectionManager_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_SelectMgr_SequenceOfOwner_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_SelectMgr_SequenceOfOwner_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_SelectMgr_ViewerSelector_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_SelectMgr_ViewerSelector_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Standard_Type_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Standard_Type_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_StdSelect_ViewerSelector3d_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_StdSelect_ViewerSelector3d_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_TColgp_Array1OfPnt2d_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_TColgp_Array1OfPnt2d_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_TCollection_AsciiString_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_TCollection_AsciiString_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_TCollection_BaseSequence_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_TCollection_BaseSequence_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_TCollection_BasicMap_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_TCollection_BasicMap_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_TCollection_ExtendedString_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_TCollection_ExtendedString_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_TColStd_Array2OfReal_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_TColStd_Array2OfReal_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_TColStd_ListOfInteger_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_TColStd_ListOfInteger_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_TColStd_ListOfTransient_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_TColStd_ListOfTransient_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_TColStd_MapOfTransient_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_TColStd_MapOfTransient_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_TopLoc_Location_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_TopLoc_Location_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_TopoDS_Shape_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_TopoDS_Shape_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_TopoDS_TShape_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_TopoDS_TShape_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_V2d_Viewer_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_V2d_Viewer_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_V2d_View_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_V2d_View_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_V3d_Light_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_V3d_Light_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_V3d_OrthographicView_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_V3d_OrthographicView_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_V3d_PerspectiveView_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_V3d_PerspectiveView_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_V3d_Plane_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_V3d_Plane_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_V3d_Viewer_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_V3d_Viewer_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_V3d_View_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_V3d_View_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Viewer_Viewer_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Viewer_Viewer_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Viewer_View_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Viewer_View_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Visual3d_View_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Visual3d_View_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Visual3d_ViewManager_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Visual3d_ViewManager_java.o

View File

@@ -1,135 +0,0 @@
if (!($?CCHOME)) setenv CCHOME " g++ "
if (!($?CCFLAGS)) setenv CCFLAGS " -shared "
if (!($?STLPortHome)) then
setenv STLPortLib "."
else
if (!($?STLPortLib_CC)) setenv STLPortLib_CC "stlport_gcc"
if (!($?STLPortLib)) setenv STLPortLib "$STLPortHome/lib"
setenv STLPortLib "$STLPortLib -l$STLPortLib_CC"
endif
${CCHOME} ${CCFLAGS} -o ${SAMPLE_ROOT}/${STATION}/lib//libCASCADESamplesJni.so \
-L${SAMPLE_ROOT}/${STATION}/lib \
-L${CASROOT}/${STATION}/lib -L${STLPortLib} \
\
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_AIS_Drawer_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_AIS_InteractiveContext_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_AIS_InteractiveObject_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_AIS_ListOfInteractive_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_AIS_Shape_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Aspect_AspectMarker_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Aspect_Background_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Aspect_ColorMap_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Aspect_ColorScale_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Aspect_Driver_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Aspect_FontMap_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Aspect_GraphicDevice_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Aspect_Grid_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Aspect_MarkMap_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Aspect_PixMap_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Aspect_TypeMap_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Aspect_WidthMap_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Aspect_WindowDriver_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Aspect_Window_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Bnd_Box_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Geom_Transformation_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_gp_Ax3_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_gp_Pnt_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Graphic2d_DisplayList_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Graphic2d_GraphicObject_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Graphic2d_View_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Graphic3d_AspectMarker3d_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Graphic3d_DataStructureManager_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Graphic3d_MaterialAspect_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Graphic3d_Plotter_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Graphic3d_Structure_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Graphic3d_StructureManager_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Graphic3d_TextureEnv_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Graphic3d_TextureRoot_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Graphic3d_Vector_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Graphic3d_Vertex_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_ISession2D_InteractiveContext_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_PlotMgt_PlotterDriver_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Prs3d_BasicAspect_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Prs3d_Drawer_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Prs3d_LineAspect_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Prs3d_Presentation_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Prs3d_Projector_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_PrsMgr_PresentableObject_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_PrsMgr_Presentation_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_PrsMgr_PresentationManager2d_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_PrsMgr_PresentationManager3d_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_PrsMgr_PresentationManager_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_PrsMgr_Presentations_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Quantity_Color_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Select2D_Projector_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_SelectBasics_EntityOwner_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_SelectMgr_EntityOwner_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_SelectMgr_Filter_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_SelectMgr_ListOfFilter_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_SelectMgr_SelectableObject_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_SelectMgr_Selection_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_SelectMgr_SelectionManager_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_SelectMgr_SequenceOfOwner_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_SelectMgr_ViewerSelector_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Standard_Type_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_StdSelect_ViewerSelector3d_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_TColgp_Array1OfPnt2d_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_TCollection_AsciiString_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_TCollection_BaseSequence_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_TCollection_BasicMap_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_TCollection_ExtendedString_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_TColStd_Array2OfReal_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_TColStd_ListOfInteger_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_TColStd_ListOfTransient_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_TColStd_MapOfTransient_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_TopLoc_Location_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_TopoDS_Shape_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_TopoDS_TShape_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_V2d_Viewer_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_V2d_View_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_V3d_Light_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_V3d_OrthographicView_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_V3d_PerspectiveView_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_V3d_Plane_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_V3d_Viewer_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_V3d_View_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Viewer_Viewer_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Viewer_View_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Visual3d_View_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Visual3d_ViewManager_java.o \
\
-lTKjcas \
-lTKPrim \
-lTKFillet \
-lPTKernel \
-lTKPShape \
-lTKOffset \
-lTKShHealing \
-lTKXSBase \
-lTKIGES \
-lTKShapeSchema \
-lTKSTEP \
-lTKFeat \
-lTKSamples \
-lTKV3d \
-lTKernel \
-lTKGeomAlgo \
-lTKGeomBase \
-lTKBool \
-lTKTopAlgo \
-lTKBRep \
-lTKV2d \
-lTKService \
-lTKHLR \
-lTKG2d \
-lTKMath \
-lTKMesh \
-lTKG3d \
;
set ld_status=$status
if ( $?LD_LIBRARY_PATH ) then
set ld_library_path=$LD_LIBRARY_PATH
endif

View File

@@ -1,22 +0,0 @@
#!/bin/csh -fx
if (!($?CCHOME)) set CCHOME = "/usr/bin/g++ "
if (!($?CCFLAGS)) set CCFLAGS = " -fPIC -DLIN -DLININTEL -DCSFDB -DNO_EXCEPTION -funsigned-char -Wall -O3 -DNDEBUG -DNo_Exception "
if (!($?CCINC)) set CCINC = "."
if (!($?STLPortHome)) then
setenv STLPortInclude "."
else
if (!($?STLPortInclude)) setenv STLPortInclude "$STLPortHome/stlport"
endif
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/ISession)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/ISession
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/.tmp)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/.tmp
if (!(-e ${SAMPLE_ROOT}/${STATION}/lib)) mkdir -p ${SAMPLE_ROOT}/${STATION}/lib
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/ISession/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/src/ISession/ISession_Point.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/ISession//ISession_Point.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/ISession/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/src/ISession/ISession_Curve.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/ISession//ISession_Curve.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/ISession/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/src/ISession/ISession_Surface.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/ISession//ISession_Surface.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/ISession/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/src/ISession/ISession_Text.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/ISession//ISession_Text.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/ISession/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/src/ISession/ISession_Direction.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/ISession//ISession_Direction.o

View File

@@ -1,21 +0,0 @@
if (!($?CCHOME)) setenv CCHOME "/usr/bin/g++ "
if (!($?CCFLAGS)) setenv CCFLAGS " -fPIC -DLIN -DLININTEL -DCSFDB -DNO_EXCEPTION -funsigned-char -Wall -O3 -DNDEBUG -DNo_Exception "
if (!($?CCINC)) setenv CCINC "."
if (!($?STLPortHome)) then
setenv STLPortInclude "."
else
if (!($?STLPortInclude)) setenv STLPortInclude "$STLPortHome/stlport"
endif
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/ISession2D)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/ISession2D
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/.tmp)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/.tmp
if (!(-e ${SAMPLE_ROOT}/${STATION}/lib)) mkdir -p ${SAMPLE_ROOT}/${STATION}/lib
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/ISession2D/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/src/ISession2D/ISession2D_InteractiveContext.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/ISession2D//ISession2D_InteractiveContext.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/ISession2D/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/src/ISession2D/ISession2D_SensitiveCurve.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/ISession2D//ISession2D_SensitiveCurve.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/ISession2D/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/src/ISession2D/ISession2D_Curve.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/ISession2D//ISession2D_Curve.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/ISession2D/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/src/ISession2D/ISession2D_ObjectOwner.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/ISession2D//ISession2D_ObjectOwner.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/ISession2D/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/src/ISession2D/ISession2D_Shape.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/ISession2D//ISession2D_Shape.o

View File

@@ -1,24 +0,0 @@
if (!($?CCHOME)) setenv CCHOME "/usr/bin/g++ "
if (!($?CCFLAGS)) setenv CCFLAGS " -fPIC -DLIN -DLININTEL -DCSFDB -DNO_EXCEPTION -funsigned-char -Wall -O3 -DNDEBUG -DNo_Exception "
if (!($?CCINC)) setenv CCINC "."
if (!($?STLPortHome)) then
setenv STLPortInclude "."
else
if (!($?STLPortInclude)) setenv STLPortInclude "$STLPortHome/stlport"
endif
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/SampleAISBasicJni)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/SampleAISBasicJni
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/.tmp)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/.tmp
if (!(-e ${SAMPLE_ROOT}/${STATION}/lib)) mkdir -p ${SAMPLE_ROOT}/${STATION}/lib
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleAISBasicJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleAISBasicJni/SampleAISBasicJni_AIS_InteractiveContext_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleAISBasicJni/SampleAISBasicJni_AIS_InteractiveContext_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleAISBasicJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleAISBasicJni/SampleAISBasicJni_SampleAISBasicPackage_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleAISBasicJni/SampleAISBasicJni_SampleAISBasicPackage_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleAISBasicJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleAISBasicJni/SampleAISBasicJni_TCollection_AsciiString_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleAISBasicJni/SampleAISBasicJni_TCollection_AsciiString_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleAISBasicJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleAISBasicJni/SampleAISBasicJni_UnitsAPI_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleAISBasicJni/SampleAISBasicJni_UnitsAPI_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleAISBasicJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleAISBasicJni/SampleAISBasicJni_V3d_Viewer_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleAISBasicJni/SampleAISBasicJni_V3d_Viewer_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleAISBasicJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleAISBasicJni/SampleAISBasicJni_V3d_View_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleAISBasicJni/SampleAISBasicJni_V3d_View_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleAISBasicJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleAISBasicJni/SampleAISBasicJni_Viewer_Viewer_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleAISBasicJni/SampleAISBasicJni_Viewer_Viewer_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleAISBasicJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleAISBasicJni/SampleAISBasicJni_Viewer_View_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleAISBasicJni/SampleAISBasicJni_Viewer_View_java.o

View File

@@ -1,58 +0,0 @@
if (!($?CCHOME)) setenv CCHOME "g++ "
if (!($?CCFLAGS)) setenv CCFLAGS " -shared "
if (!($?STLPortHome)) then
setenv STLPortLib "."
else
if (!($?STLPortLib_CC)) setenv STLPortLib_CC "stlport_gcc"
if (!($?STLPortLib)) setenv STLPortLib "$STLPortHome/lib"
setenv STLPortLib "$STLPortLib -l$STLPortLib_CC"
endif
${CCHOME} ${CCFLAGS} -o ${SAMPLE_ROOT}/${STATION}/lib//libSampleAISBasicJni.so \
-L${SAMPLE_ROOT}/${STATION}/lib \
-L${CASROOT}/${STATION}/lib -L${STLPortLib} \
\
${SAMPLE_ROOT}/${STATION}/obj/SampleAISBasicJni/SampleAISBasicJni_AIS_InteractiveContext_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleAISBasicJni/SampleAISBasicJni_SampleAISBasicPackage_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleAISBasicJni/SampleAISBasicJni_TCollection_AsciiString_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleAISBasicJni/SampleAISBasicJni_UnitsAPI_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleAISBasicJni/SampleAISBasicJni_V3d_Viewer_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleAISBasicJni/SampleAISBasicJni_V3d_View_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleAISBasicJni/SampleAISBasicJni_Viewer_Viewer_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleAISBasicJni/SampleAISBasicJni_Viewer_View_java.o \
\
-lTKFillet \
-lPTKernel \
-lTKPShape \
-lTKOffset \
-lTKShHealing \
-lTKXSBase \
-lTKIGES \
-lTKCDF \
-lTKPCAF \
-lTKShapeSchema \
-lTKSTEP \
-lTKFeat \
-lTKSamples \
-lTKPrim \
-lTKjcas \
-lTKV3d \
-lTKernel \
-lTKGeomAlgo \
-lTKGeomBase \
-lTKBool \
-lTKTopAlgo \
-lTKBRep \
-lTKHLR \
-lTKG2d \
-lTKV2d \
-lTKService \
-lTKMath \
-lTKG3d \
;
set ld_status=$status
if ( $?LD_LIBRARY_PATH ) then
set ld_library_path=$LD_LIBRARY_PATH
endif

View File

@@ -1,17 +0,0 @@
if (!($?CCHOME)) setenv CCHOME "/usr/bin/g++ "
if (!($?CCFLAGS)) setenv CCFLAGS " -fPIC -DLIN -DLININTEL -DCSFDB -DNO_EXCEPTION -funsigned-char -Wall -O3 -DNDEBUG -DNo_Exception "
if (!($?CCINC)) setenv CCINC "."
if (!($?STLPortHome)) then
setenv STLPortInclude "."
else
if (!($?STLPortInclude)) setenv STLPortInclude "$STLPortHome/stlport"
endif
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/SampleAISBasicPackage)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/SampleAISBasicPackage
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/.tmp)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/.tmp
if (!(-e ${SAMPLE_ROOT}/${STATION}/lib)) mkdir -p ${SAMPLE_ROOT}/${STATION}/lib
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleAISBasicPackage/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/src/SampleAISBasicPackage/SampleAISBasicPackage.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleAISBasicPackage//SampleAISBasicPackage.o

View File

@@ -1,24 +0,0 @@
if (!($?CCHOME)) setenv CCHOME "/usr/bin/g++ "
if (!($?CCFLAGS)) setenv CCFLAGS " -fPIC -DLIN -DLININTEL -DCSFDB -DNO_EXCEPTION -funsigned-char -Wall -O3 -DNDEBUG -DNo_Exception "
if (!($?CCINC)) setenv CCINC "."
if (!($?STLPortHome)) then
setenv STLPortInclude "."
else
if (!($?STLPortInclude)) setenv STLPortInclude "$STLPortHome/stlport"
endif
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/SampleAISDisplayModeJni)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/SampleAISDisplayModeJni
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/.tmp)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/.tmp
if (!(-e ${SAMPLE_ROOT}/${STATION}/lib)) mkdir -p ${SAMPLE_ROOT}/${STATION}/lib
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleAISDisplayModeJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleAISDisplayModeJni/SampleAISDisplayModeJni_AIS_InteractiveContext_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleAISDisplayModeJni/SampleAISDisplayModeJni_AIS_InteractiveContext_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleAISDisplayModeJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleAISDisplayModeJni/SampleAISDisplayModeJni_Quantity_Color_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleAISDisplayModeJni/SampleAISDisplayModeJni_Quantity_Color_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleAISDisplayModeJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleAISDisplayModeJni/SampleAISDisplayModeJni_SampleAISDisplayModePackage_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleAISDisplayModeJni/SampleAISDisplayModeJni_SampleAISDisplayModePackage_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleAISDisplayModeJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleAISDisplayModeJni/SampleAISDisplayModeJni_TCollection_AsciiString_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleAISDisplayModeJni/SampleAISDisplayModeJni_TCollection_AsciiString_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleAISDisplayModeJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleAISDisplayModeJni/SampleAISDisplayModeJni_V3d_Viewer_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleAISDisplayModeJni/SampleAISDisplayModeJni_V3d_Viewer_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleAISDisplayModeJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleAISDisplayModeJni/SampleAISDisplayModeJni_V3d_View_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleAISDisplayModeJni/SampleAISDisplayModeJni_V3d_View_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleAISDisplayModeJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleAISDisplayModeJni/SampleAISDisplayModeJni_Viewer_Viewer_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleAISDisplayModeJni/SampleAISDisplayModeJni_Viewer_Viewer_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleAISDisplayModeJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleAISDisplayModeJni/SampleAISDisplayModeJni_Viewer_View_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleAISDisplayModeJni/SampleAISDisplayModeJni_Viewer_View_java.o

View File

@@ -1,56 +0,0 @@
if (!($?CCHOME)) setenv CCHOME "g++ "
if (!($?CCFLAGS)) setenv CCFLAGS " -shared "
if (!($?STLPortHome)) then
setenv STLPortLib "."
else
if (!($?STLPortLib_CC)) setenv STLPortLib_CC "stlport_gcc"
if (!($?STLPortLib)) setenv STLPortLib "$STLPortHome/lib"
setenv STLPortLib "$STLPortLib -l$STLPortLib_CC"
endif
${CCHOME} ${CCFLAGS} -o ${SAMPLE_ROOT}/${STATION}/lib//libSampleAISDisplayModeJni.so \
-L${SAMPLE_ROOT}/${STATION}/lib \
-L${CASROOT}/${STATION}/lib -L${STLPortLib} \
\
${SAMPLE_ROOT}/${STATION}/obj/SampleAISDisplayModeJni/SampleAISDisplayModeJni_AIS_InteractiveContext_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleAISDisplayModeJni/SampleAISDisplayModeJni_Quantity_Color_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleAISDisplayModeJni/SampleAISDisplayModeJni_SampleAISDisplayModePackage_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleAISDisplayModeJni/SampleAISDisplayModeJni_TCollection_AsciiString_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleAISDisplayModeJni/SampleAISDisplayModeJni_V3d_Viewer_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleAISDisplayModeJni/SampleAISDisplayModeJni_V3d_View_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleAISDisplayModeJni/SampleAISDisplayModeJni_Viewer_Viewer_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleAISDisplayModeJni/SampleAISDisplayModeJni_Viewer_View_java.o \
\
-lTKjcas \
-lTKFillet \
-lPTKernel \
-lTKPShape \
-lTKOffset \
-lTKShHealing \
-lTKXSBase \
-lTKIGES \
-lTKShapeSchema \
-lTKSTEP \
-lTKFeat \
-lTKSamples \
-lTKV3d \
-lTKernel \
-lTKGeomAlgo \
-lTKGeomBase \
-lTKPrim \
-lTKBool \
-lTKTopAlgo \
-lTKBRep \
-lTKHLR \
-lTKG2d \
-lTKV2d \
-lTKService \
-lTKMath \
-lTKG3d \
;
set ld_status=$status
if ( $?LD_LIBRARY_PATH ) then
set ld_library_path=$LD_LIBRARY_PATH
endif

View File

@@ -1,17 +0,0 @@
if (!($?CCHOME)) setenv CCHOME "/usr/bin/g++ "
if (!($?CCFLAGS)) setenv CCFLAGS " -fPIC -DLIN -DLININTEL -DCSFDB -DNO_EXCEPTION -funsigned-char -Wall -O3 -DNDEBUG -DNo_Exception "
if (!($?CCINC)) setenv CCINC "."
if (!($?STLPortHome)) then
setenv STLPortInclude "."
else
if (!($?STLPortInclude)) setenv STLPortInclude "$STLPortHome/stlport"
endif
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/SampleAISDisplayModePackage)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/SampleAISDisplayModePackage
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/.tmp)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/.tmp
if (!(-e ${SAMPLE_ROOT}/${STATION}/lib)) mkdir -p ${SAMPLE_ROOT}/${STATION}/lib
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleAISDisplayModePackage/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/src/SampleAISDisplayModePackage/SampleAISDisplayModePackage.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleAISDisplayModePackage/SampleAISDisplayModePackage.o

View File

@@ -1,25 +0,0 @@
if (!($?CCHOME)) setenv CCHOME "/usr/bin/g++ "
if (!($?CCFLAGS)) setenv CCFLAGS " -fPIC -DLIN -DLININTEL -DCSFDB -DNO_EXCEPTION -funsigned-char -Wall -O3 -DNDEBUG -DNo_Exception "
if (!($?CCINC)) setenv CCINC "."
if (!($?STLPortHome)) then
setenv STLPortInclude "."
else
if (!($?STLPortInclude)) setenv STLPortInclude "$STLPortHome/stlport"
endif
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/SampleAISSelectJni)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/SampleAISSelectJni
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/.tmp)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/.tmp
if (!(-e ${SAMPLE_ROOT}/${STATION}/lib)) mkdir -p ${SAMPLE_ROOT}/${STATION}/lib
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleAISSelectJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleAISSelectJni/SampleAISSelectJni_AIS_InteractiveContext_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleAISSelectJni/SampleAISSelectJni_AIS_InteractiveContext_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleAISSelectJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleAISSelectJni/SampleAISSelectJni_Quantity_Color_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleAISSelectJni/SampleAISSelectJni_Quantity_Color_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleAISSelectJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleAISSelectJni/SampleAISSelectJni_SampleAISSelectPackage_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleAISSelectJni/SampleAISSelectJni_SampleAISSelectPackage_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleAISSelectJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleAISSelectJni/SampleAISSelectJni_TCollection_AsciiString_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleAISSelectJni/SampleAISSelectJni_TCollection_AsciiString_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleAISSelectJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleAISSelectJni/SampleAISSelectJni_V3d_Viewer_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleAISSelectJni/SampleAISSelectJni_V3d_Viewer_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleAISSelectJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleAISSelectJni/SampleAISSelectJni_V3d_View_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleAISSelectJni/SampleAISSelectJni_V3d_View_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleAISSelectJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleAISSelectJni/SampleAISSelectJni_Viewer_Viewer_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleAISSelectJni/SampleAISSelectJni_Viewer_Viewer_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleAISSelectJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleAISSelectJni/SampleAISSelectJni_Viewer_View_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleAISSelectJni/SampleAISSelectJni_Viewer_View_java.o

View File

@@ -1,58 +0,0 @@
if (!($?CCHOME)) setenv CCHOME "g++"
if (!($?CCFLAGS)) setenv CCFLAGS " -shared "
if (!($?STLPortHome)) then
setenv STLPortLib "."
else
if (!($?STLPortLib_CC)) setenv STLPortLib_CC "stlport_gcc"
if (!($?STLPortLib)) setenv STLPortLib "$STLPortHome/lib"
setenv STLPortLib "$STLPortLib -l$STLPortLib_CC"
endif
${CCHOME} ${CCFLAGS} -o ${SAMPLE_ROOT}/${STATION}/lib//libSampleAISSelectJni.so \
-L${SAMPLE_ROOT}/${STATION}/lib \
-L${CASROOT}/${STATION}/lib -L${STLPortLib} \
\
${SAMPLE_ROOT}/${STATION}/obj/SampleAISSelectJni/SampleAISSelectJni_AIS_InteractiveContext_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleAISSelectJni/SampleAISSelectJni_Quantity_Color_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleAISSelectJni/SampleAISSelectJni_SampleAISSelectPackage_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleAISSelectJni/SampleAISSelectJni_TCollection_AsciiString_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleAISSelectJni/SampleAISSelectJni_V3d_Viewer_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleAISSelectJni/SampleAISSelectJni_V3d_View_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleAISSelectJni/SampleAISSelectJni_Viewer_Viewer_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleAISSelectJni/SampleAISSelectJni_Viewer_View_java.o \
\
-lPTKernel \
-lTKPShape \
-lTKOffset \
-lTKShHealing \
-lTKXSBase \
-lTKIGES \
-lTKCDF \
-lTKPCAF \
-lTKShapeSchema \
-lTKSTEP \
-lTKFeat \
-lTKSamples \
-lTKFillet \
-lTKGeomAlgo \
-lTKPrim \
-lTKBool \
-lTKjcas \
-lTKV3d \
-lTKernel \
-lTKGeomBase \
-lTKTopAlgo \
-lTKBRep \
-lTKHLR \
-lTKG2d \
-lTKV2d \
-lTKService \
-lTKMath \
-lTKG3d \
;
set ld_status=$status
if ( $?LD_LIBRARY_PATH ) then
set ld_library_path=$LD_LIBRARY_PATH
endif

View File

@@ -1,17 +0,0 @@
if (!($?CCHOME)) setenv CCHOME "/usr/bin/g++ "
if (!($?CCFLAGS)) setenv CCFLAGS " -fPIC -DLIN -DLININTEL -DCSFDB -DNO_EXCEPTION -funsigned-char -Wall -O3 -DNDEBUG -DNo_Exception "
if (!($?CCINC)) setenv CCINC "."
if (!($?STLPortHome)) then
setenv STLPortInclude "."
else
if (!($?STLPortInclude)) setenv STLPortInclude "$STLPortHome/stlport"
endif
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/SampleAISSelectPackage)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/SampleAISSelectPackage
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/.tmp)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/.tmp
if (!(-e ${SAMPLE_ROOT}/${STATION}/lib)) mkdir -p ${SAMPLE_ROOT}/${STATION}/lib
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleAISSelectPackage/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/src/SampleAISSelectPackage/SampleAISSelectPackage.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleAISSelectPackage/SampleAISSelectPackage.o

View File

@@ -1,22 +0,0 @@
if (!($?CCHOME)) setenv CCHOME "/usr/bin/g++ "
if (!($?CCFLAGS)) setenv CCFLAGS " -fPIC -DLIN -DLININTEL -DCSFDB -DNO_EXCEPTION -funsigned-char -Wall -O3 -DNDEBUG -DNo_Exception "
if (!($?CCINC)) setenv CCINC "."
if (!($?STLPortHome)) then
setenv STLPortInclude "."
else
if (!($?STLPortInclude)) setenv STLPortInclude "$STLPortHome/stlport"
endif
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/SampleDisplayAnimationJni)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/SampleDisplayAnimationJni
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/.tmp)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/.tmp
if (!(-e ${SAMPLE_ROOT}/${STATION}/lib)) mkdir -p ${SAMPLE_ROOT}/${STATION}/lib
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleDisplayAnimationJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleDisplayAnimationJni/SampleDisplayAnimationJni_AIS_InteractiveContext_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleDisplayAnimationJni/SampleDisplayAnimationJni_AIS_InteractiveContext_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleDisplayAnimationJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleDisplayAnimationJni/SampleDisplayAnimationJni_SampleDisplayAnimationPackage_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleDisplayAnimationJni/SampleDisplayAnimationJni_SampleDisplayAnimationPackage_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleDisplayAnimationJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleDisplayAnimationJni/SampleDisplayAnimationJni_V3d_Viewer_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleDisplayAnimationJni/SampleDisplayAnimationJni_V3d_Viewer_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleDisplayAnimationJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleDisplayAnimationJni/SampleDisplayAnimationJni_V3d_View_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleDisplayAnimationJni/SampleDisplayAnimationJni_V3d_View_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleDisplayAnimationJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleDisplayAnimationJni/SampleDisplayAnimationJni_Viewer_Viewer_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleDisplayAnimationJni/SampleDisplayAnimationJni_Viewer_Viewer_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleDisplayAnimationJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleDisplayAnimationJni/SampleDisplayAnimationJni_Viewer_View_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleDisplayAnimationJni/SampleDisplayAnimationJni_Viewer_View_java.o

View File

@@ -1,56 +0,0 @@
if (!($?CCHOME)) setenv CCHOME "g++"
if (!($?CCFLAGS)) setenv CCFLAGS " -shared "
if (!($?STLPortHome)) then
setenv STLPortLib "."
else
if (!($?STLPortLib_CC)) setenv STLPortLib_CC "stlport_gcc"
if (!($?STLPortLib)) setenv STLPortLib "$STLPortHome/lib"
setenv STLPortLib "$STLPortLib -l$STLPortLib_CC"
endif
${CCHOME} ${CCFLAGS} -o ${SAMPLE_ROOT}/${STATION}/lib//libSampleDisplayAnimationJni.so \
-L${SAMPLE_ROOT}/${STATION}/lib \
-L${CASROOT}/${STATION}/lib -L${STLPortLib} \
\
${SAMPLE_ROOT}/${STATION}/obj/SampleDisplayAnimationJni/SampleDisplayAnimationJni_AIS_InteractiveContext_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleDisplayAnimationJni/SampleDisplayAnimationJni_SampleDisplayAnimationPackage_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleDisplayAnimationJni/SampleDisplayAnimationJni_V3d_Viewer_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleDisplayAnimationJni/SampleDisplayAnimationJni_V3d_View_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleDisplayAnimationJni/SampleDisplayAnimationJni_Viewer_Viewer_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleDisplayAnimationJni/SampleDisplayAnimationJni_Viewer_View_java.o \
\
-lTKjcas \
-lTKPrim \
-lTKFillet \
-lPTKernel \
-lTKPShape \
-lTKOffset \
-lTKShHealing \
-lTKXSBase \
-lTKIGES \
-lTKCDF \
-lTKPCAF \
-lTKShapeSchema \
-lTKSTEP \
-lTKFeat \
-lTKSamples \
-lTKV3d \
-lTKernel \
-lTKGeomAlgo \
-lTKGeomBase \
-lTKBool \
-lTKTopAlgo \
-lTKBRep \
-lTKHLR \
-lTKG2d \
-lTKV2d \
-lTKService \
-lTKMath \
-lTKG3d \
;
set ld_status=$status
if ( $?LD_LIBRARY_PATH ) then
set ld_library_path=$LD_LIBRARY_PATH
endif

View File

@@ -1,17 +0,0 @@
if (!($?CCHOME)) setenv CCHOME "/usr/bin/g++ "
if (!($?CCFLAGS)) setenv CCFLAGS " -fPIC -DLIN -DLININTEL -DCSFDB -DNO_EXCEPTION -funsigned-char -Wall -O3 -DNDEBUG -DNo_Exception "
if (!($?CCINC)) setenv CCINC "."
if (!($?STLPortHome)) then
setenv STLPortInclude "."
else
if (!($?STLPortInclude)) setenv STLPortInclude "$STLPortHome/stlport"
endif
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/SampleDisplayAnimationPackage)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/SampleDisplayAnimationPackage
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/.tmp)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/.tmp
if (!(-e ${SAMPLE_ROOT}/${STATION}/lib)) mkdir -p ${SAMPLE_ROOT}/${STATION}/lib
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleDisplayAnimationPackage/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/src/SampleDisplayAnimationPackage/SampleDisplayAnimationPackage.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleDisplayAnimationPackage/SampleDisplayAnimationPackage.o

View File

@@ -1,26 +0,0 @@
if (!($?CCHOME)) setenv CCHOME "/usr/bin/g++ "
if (!($?CCFLAGS)) setenv CCFLAGS " -fPIC -DLIN -DLININTEL -DCSFDB -DNO_EXCEPTION -funsigned-char -Wall -O3 -DNDEBUG -DNo_Exception "
if (!($?CCINC)) setenv CCINC "."
if (!($?STLPortHome)) then
setenv STLPortInclude "."
else
if (!($?STLPortInclude)) setenv STLPortInclude "$STLPortHome/stlport"
endif
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/SampleGeometryJni)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/SampleGeometryJni
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/.tmp)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/.tmp
if (!(-e ${SAMPLE_ROOT}/${STATION}/lib)) mkdir -p ${SAMPLE_ROOT}/${STATION}/lib
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleGeometryJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleGeometryJni/SampleGeometryJni_AIS_InteractiveContext_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleGeometryJni/SampleGeometryJni_AIS_InteractiveContext_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleGeometryJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleGeometryJni/SampleGeometryJni_ISession2D_InteractiveContext_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleGeometryJni/SampleGeometryJni_ISession2D_InteractiveContext_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleGeometryJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleGeometryJni/SampleGeometryJni_SampleGeometryPackage_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleGeometryJni/SampleGeometryJni_SampleGeometryPackage_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleGeometryJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleGeometryJni/SampleGeometryJni_TCollection_AsciiString_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleGeometryJni/SampleGeometryJni_TCollection_AsciiString_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleGeometryJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleGeometryJni/SampleGeometryJni_V2d_Viewer_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleGeometryJni/SampleGeometryJni_V2d_Viewer_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleGeometryJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleGeometryJni/SampleGeometryJni_V2d_View_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleGeometryJni/SampleGeometryJni_V2d_View_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleGeometryJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleGeometryJni/SampleGeometryJni_V3d_Viewer_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleGeometryJni/SampleGeometryJni_V3d_Viewer_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleGeometryJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleGeometryJni/SampleGeometryJni_V3d_View_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleGeometryJni/SampleGeometryJni_V3d_View_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleGeometryJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleGeometryJni/SampleGeometryJni_Viewer_Viewer_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleGeometryJni/SampleGeometryJni_Viewer_Viewer_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleGeometryJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleGeometryJni/SampleGeometryJni_Viewer_View_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleGeometryJni/SampleGeometryJni_Viewer_View_java.o

View File

@@ -1,58 +0,0 @@
if (!($?CCHOME)) setenv CCHOME "g++ "
if (!($?CCFLAGS)) setenv CCFLAGS " -shared "
if (!($?STLPortHome)) then
setenv STLPortLib "."
else
if (!($?STLPortLib_CC)) setenv STLPortLib_CC "stlport_gcc"
if (!($?STLPortLib)) setenv STLPortLib "$STLPortHome/lib"
setenv STLPortLib "$STLPortLib -l$STLPortLib_CC"
endif
${CCHOME} ${CCFLAGS} -o ${SAMPLE_ROOT}/${STATION}/lib//libSampleGeometryJni.so \
-L${SAMPLE_ROOT}/${STATION}/lib \
-L${CASROOT}/${STATION}/lib -L${STLPortLib} \
\
${SAMPLE_ROOT}/${STATION}/obj/SampleGeometryJni/SampleGeometryJni_AIS_InteractiveContext_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleGeometryJni/SampleGeometryJni_ISession2D_InteractiveContext_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleGeometryJni/SampleGeometryJni_SampleGeometryPackage_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleGeometryJni/SampleGeometryJni_TCollection_AsciiString_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleGeometryJni/SampleGeometryJni_V2d_Viewer_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleGeometryJni/SampleGeometryJni_V2d_View_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleGeometryJni/SampleGeometryJni_V3d_Viewer_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleGeometryJni/SampleGeometryJni_V3d_View_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleGeometryJni/SampleGeometryJni_Viewer_Viewer_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleGeometryJni/SampleGeometryJni_Viewer_View_java.o \
\
-lTKjcas \
-lTKPrim \
-lTKFillet \
-lPTKernel \
-lTKPShape \
-lTKOffset \
-lTKShHealing \
-lTKXSBase \
-lTKIGES \
-lTKShapeSchema \
-lTKSTEP \
-lTKFeat \
-lTKSamples \
-lTKGeomAlgo \
-lTKGeomBase \
-lTKV3d \
-lTKernel \
-lTKBool \
-lTKTopAlgo \
-lTKBRep \
-lTKV2d \
-lTKService \
-lTKHLR \
-lTKG2d \
-lTKMath \
-lTKG3d \
;
set ld_status=$status
if ( $?LD_LIBRARY_PATH ) then
set ld_library_path=$LD_LIBRARY_PATH
endif

View File

@@ -1,17 +0,0 @@
if (!($?CCHOME)) setenv CCHOME "/usr/bin/g++ "
if (!($?CCFLAGS)) setenv CCFLAGS " -fPIC -DLIN -DLININTEL -DCSFDB -DNO_EXCEPTION -funsigned-char -Wall -O3 -DNDEBUG -DNo_Exception "
if (!($?CCINC)) setenv CCINC "."
if (!($?STLPortHome)) then
setenv STLPortInclude "."
else
if (!($?STLPortInclude)) setenv STLPortInclude "$STLPortHome/stlport"
endif
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/SampleGeometryPackage)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/SampleGeometryPackage
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/.tmp)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/.tmp
if (!(-e ${SAMPLE_ROOT}/${STATION}/lib)) mkdir -p ${SAMPLE_ROOT}/${STATION}/lib
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleGeometryPackage/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/src/SampleGeometryPackage/SampleGeometryPackage.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleGeometryPackage/SampleGeometryPackage.o

View File

@@ -1,56 +0,0 @@
if (!($?CCHOME)) setenv CCHOME "/usr/bin/g++ "
if (!($?CCFLAGS)) setenv CCFLAGS " -fPIC -DLIN -DLININTEL -DCSFDB -DNO_EXCEPTION -funsigned-char -Wall -O3 -DNDEBUG -DNo_Exception "
if (!($?CCINC)) setenv CCINC "."
if (!($?STLPortHome)) then
setenv STLPortInclude "."
else
if (!($?STLPortInclude)) setenv STLPortInclude "$STLPortHome/stlport"
endif
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/.tmp)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/.tmp
if (!(-e ${SAMPLE_ROOT}/${STATION}/lib)) mkdir -p ${SAMPLE_ROOT}/${STATION}/lib
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_AIS_InteractiveContext_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_AIS_InteractiveContext_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_Aspect_Background_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_Background_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_Aspect_ColorCubeColorMap_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_ColorCubeColorMap_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_Aspect_ColorMapEntry_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_ColorMapEntry_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_Aspect_ColorMap_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_ColorMap_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_Aspect_ColorRampColorMap_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_ColorRampColorMap_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_Aspect_Driver_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_Driver_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_Aspect_FontMapEntry_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_FontMapEntry_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_Aspect_FontMap_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_FontMap_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_Aspect_FontStyle_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_FontStyle_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_Aspect_GenericColorMap_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_GenericColorMap_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_Aspect_GraphicDevice_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_GraphicDevice_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_Aspect_LineStyle_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_LineStyle_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_Aspect_MarkerStyle_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_MarkerStyle_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_Aspect_MarkMapEntry_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_MarkMapEntry_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_Aspect_MarkMap_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_MarkMap_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_Aspect_TypeMapEntry_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_TypeMapEntry_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_Aspect_TypeMap_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_TypeMap_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_Aspect_WidthMapEntry_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_WidthMapEntry_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_Aspect_WidthMap_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_WidthMap_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_Aspect_WindowDriver_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_WindowDriver_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_Aspect_Window_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_Window_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_ISession2D_InteractiveContext_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_ISession2D_InteractiveContext_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_Quantity_Color_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Quantity_Color_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_SampleHLRPackage_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_SampleHLRPackage_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_Standard_Type_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Standard_Type_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_TCollection_AsciiString_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_TCollection_AsciiString_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_TCollection_ExtendedString_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_TCollection_ExtendedString_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_TColQuantity_Array1OfLength_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_TColQuantity_Array1OfLength_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_TColQuantity_HArray1OfLength_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_TColQuantity_HArray1OfLength_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_TColStd_Array1OfBoolean_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_TColStd_Array1OfBoolean_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_TColStd_Array1OfReal_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_TColStd_Array1OfReal_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_TShort_Array1OfShortReal_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_TShort_Array1OfShortReal_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_V2d_DefaultMap_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_V2d_DefaultMap_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_V2d_Viewer_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_V2d_Viewer_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_V2d_View_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_V2d_View_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_V3d_Viewer_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_V3d_Viewer_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_V3d_View_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_V3d_View_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_Viewer_Viewer_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Viewer_Viewer_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_Viewer_View_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Viewer_View_java.o

View File

@@ -1,90 +0,0 @@
if (!($?CCHOME)) setenv CCHOME "g++ "
if (!($?CCFLAGS)) setenv CCFLAGS " -shared "
if (!($?STLPortHome)) then
setenv STLPortLib "."
else
if (!($?STLPortLib_CC)) setenv STLPortLib_CC "stlport_gcc"
if (!($?STLPortLib)) setenv STLPortLib "$STLPortHome/lib"
setenv STLPortLib "$STLPortLib -l$STLPortLib_CC"
endif
${CCHOME} ${CCFLAGS} -o ${SAMPLE_ROOT}/${STATION}/lib//libSampleHLRJni.so \
-L${SAMPLE_ROOT}/${STATION}/lib \
-L${CASROOT}/${STATION}/lib -L${STLPortLib} \
\
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_AIS_InteractiveContext_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_Background_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_ColorCubeColorMap_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_ColorMapEntry_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_ColorMap_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_ColorRampColorMap_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_Driver_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_FontMapEntry_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_FontMap_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_FontStyle_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_GenericColorMap_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_GraphicDevice_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_LineStyle_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_MarkerStyle_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_MarkMapEntry_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_MarkMap_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_TypeMapEntry_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_TypeMap_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_WidthMapEntry_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_WidthMap_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_WindowDriver_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_Window_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_ISession2D_InteractiveContext_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Quantity_Color_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_SampleHLRPackage_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Standard_Type_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_TCollection_AsciiString_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_TCollection_ExtendedString_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_TColQuantity_Array1OfLength_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_TColQuantity_HArray1OfLength_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_TColStd_Array1OfBoolean_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_TColStd_Array1OfReal_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_TShort_Array1OfShortReal_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_V2d_DefaultMap_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_V2d_Viewer_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_V2d_View_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_V3d_Viewer_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_V3d_View_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Viewer_Viewer_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Viewer_View_java.o \
\
-lTKjcas \
-lTKPrim \
-lTKFillet \
-lPTKernel \
-lTKPShape \
-lTKOffset \
-lTKShHealing \
-lTKXSBase \
-lTKIGES \
-lTKCDF \
-lTKPCAF \
-lTKShapeSchema \
-lTKSTEP \
-lTKFeat \
-lTKSamples \
-lTKV3d \
-lTKernel \
-lTKGeomAlgo \
-lTKGeomBase \
-lTKBool \
-lTKTopAlgo \
-lTKBRep \
-lTKV2d \
-lTKService \
-lTKHLR \
-lTKG2d \
-lTKMath \
-lTKG3d \
;
set ld_status=$status
if ( $?LD_LIBRARY_PATH ) then
set ld_library_path=$LD_LIBRARY_PATH
endif

View File

@@ -1,17 +0,0 @@
if (!($?CCHOME)) setenv CCHOME "/usr/bin/g++ "
if (!($?CCFLAGS)) setenv CCFLAGS " -fPIC -DLIN -DLININTEL -DCSFDB -DNO_EXCEPTION -funsigned-char -Wall -O3 -DNDEBUG -DNo_Exception "
if (!($?CCINC)) setenv CCINC "."
if (!($?STLPortHome)) then
setenv STLPortInclude "."
else
if (!($?STLPortInclude)) setenv STLPortInclude "$STLPortHome/stlport"
endif
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRPackage)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRPackage
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/.tmp)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/.tmp
if (!(-e ${SAMPLE_ROOT}/${STATION}/lib)) mkdir -p ${SAMPLE_ROOT}/${STATION}/lib
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRPackage/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/src/SampleHLRPackage/SampleHLRPackage.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRPackage/SampleHLRPackage.o

View File

@@ -1,23 +0,0 @@
if (!($?CCHOME)) setenv CCHOME "/usr/bin/g++ "
if (!($?CCFLAGS)) setenv CCFLAGS " -fPIC -DLIN -DLININTEL -DCSFDB -DNO_EXCEPTION -funsigned-char -Wall -O3 -DNDEBUG -DNo_Exception "
if (!($?CCINC)) setenv CCINC "."
if (!($?STLPortHome)) then
setenv STLPortInclude "."
else
if (!($?STLPortInclude)) setenv STLPortInclude "$STLPortHome/stlport"
endif
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/SampleImportExportJni)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/SampleImportExportJni
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/.tmp)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/.tmp
if (!(-e ${SAMPLE_ROOT}/${STATION}/lib)) mkdir -p ${SAMPLE_ROOT}/${STATION}/lib
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleImportExportJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleImportExportJni/SampleImportExportJni_AIS_InteractiveContext_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleImportExportJni/SampleImportExportJni_AIS_InteractiveContext_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleImportExportJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleImportExportJni/SampleImportExportJni_SampleImportExportPackage_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleImportExportJni/SampleImportExportJni_SampleImportExportPackage_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleImportExportJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleImportExportJni/SampleImportExportJni_TCollection_AsciiString_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleImportExportJni/SampleImportExportJni_TCollection_AsciiString_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleImportExportJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleImportExportJni/SampleImportExportJni_V3d_Viewer_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleImportExportJni/SampleImportExportJni_V3d_Viewer_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleImportExportJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleImportExportJni/SampleImportExportJni_V3d_View_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleImportExportJni/SampleImportExportJni_V3d_View_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleImportExportJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleImportExportJni/SampleImportExportJni_Viewer_Viewer_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleImportExportJni/SampleImportExportJni_Viewer_Viewer_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleImportExportJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleImportExportJni/SampleImportExportJni_Viewer_View_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleImportExportJni/SampleImportExportJni_Viewer_View_java.o

View File

@@ -1,57 +0,0 @@
if (!($?CCHOME)) setenv CCHOME "g++ "
if (!($?CCFLAGS)) setenv CCFLAGS " -shared "
if (!($?STLPortHome)) then
setenv STLPortLib "."
else
if (!($?STLPortLib_CC)) setenv STLPortLib_CC "stlport_gcc"
if (!($?STLPortLib)) setenv STLPortLib "$STLPortHome/lib"
setenv STLPortLib "$STLPortLib -l$STLPortLib_CC"
endif
${CCHOME} ${CCFLAGS} -o ${SAMPLE_ROOT}/${STATION}/lib//libSampleImportExportJni.so \
-L${SAMPLE_ROOT}/${STATION}/lib \
-L${CASROOT}/${STATION}/lib -L${STLPortLib} \
\
${SAMPLE_ROOT}/${STATION}/obj/SampleImportExportJni/SampleImportExportJni_AIS_InteractiveContext_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleImportExportJni/SampleImportExportJni_SampleImportExportPackage_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleImportExportJni/SampleImportExportJni_TCollection_AsciiString_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleImportExportJni/SampleImportExportJni_V3d_Viewer_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleImportExportJni/SampleImportExportJni_V3d_View_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleImportExportJni/SampleImportExportJni_Viewer_Viewer_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleImportExportJni/SampleImportExportJni_Viewer_View_java.o \
\
-lTKFillet \
-lTKFeat \
-lTKSamples \
-lTKPShape \
-lTKPCAF \
-lTKCDF \
-lTKernel \
-lTKIGES \
-lPTKernel \
-lTKjcas \
-lTKSTEP \
-lTKXSBase \
-lTKShHealing \
-lTKOffset \
-lTKBool \
-lTKGeomBase \
-lTKTopAlgo \
-lTKPrim \
-lTKGeomAlgo \
-lTKV3d \
-lTKBRep \
-lTKMesh \
-lTKHLR \
-lTKG2d \
-lTKV2d \
-lTKService \
-lTKMath \
-lTKG3d \
;
set ld_status=$status
if ( $?LD_LIBRARY_PATH ) then
set ld_library_path=$LD_LIBRARY_PATH
endif

View File

@@ -1,17 +0,0 @@
if (!($?CCHOME)) setenv CCHOME "/usr/bin/g++ "
if (!($?CCFLAGS)) setenv CCFLAGS " -fPIC -DLIN -DLININTEL -DCSFDB -DNO_EXCEPTION -funsigned-char -Wall -O3 -DNDEBUG -DNo_Exception "
if (!($?CCINC)) setenv CCINC "."
if (!($?STLPortHome)) then
setenv STLPortInclude "."
else
if (!($?STLPortInclude)) setenv STLPortInclude "$STLPortHome/stlport"
endif
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/SampleImportExportPackage)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/SampleImportExportPackage
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/.tmp)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/.tmp
if (!(-e ${SAMPLE_ROOT}/${STATION}/lib)) mkdir -p ${SAMPLE_ROOT}/${STATION}/lib
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleImportExportPackage/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/src/SampleImportExportPackage/SampleImportExportPackage.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleImportExportPackage/SampleImportExportPackage.o

View File

@@ -1,18 +0,0 @@
if (!($?CCHOME)) setenv CCHOME "/usr/bin/g++ "
if (!($?CCFLAGS)) setenv CCFLAGS " -fPIC -DLIN -DLININTEL -DCSFDB -DNO_EXCEPTION -funsigned-char -Wall -O3 -DNDEBUG -DNo_Exception "
if (!($?CCINC)) setenv CCINC "."
if (!($?STLPortHome)) then
setenv STLPortInclude "."
else
if (!($?STLPortInclude)) setenv STLPortInclude "$STLPortHome/stlport"
endif
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/SampleNativePaint)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/SampleNativePaint
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/.tmp)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/.tmp
if (!(-e ${SAMPLE_ROOT}/${STATION}/lib)) mkdir -p ${SAMPLE_ROOT}/${STATION}/lib
${CCHOME} ${CCFLAGS} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -I${STLPortInclude} -I${CCINC} -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleNativePaint/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/src/SampleNativePaint/CASCADEView2d.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleNativePaint/CASCADEView2d.o
${CCHOME} ${CCFLAGS} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -I${STLPortInclude} -I${CCINC} -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleNativePaint/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/src/SampleNativePaint/CASCADEView3d.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleNativePaint/CASCADEView3d.o

View File

@@ -1,46 +0,0 @@
if (!($?CCHOME)) setenv CCHOME "/usr/bin/g++ "
if (!($?CCFLAGS)) setenv CCFLAGS " -fPIC -DLIN -DLININTEL -DCSFDB -DNO_EXCEPTION -funsigned-char -Wall -O3 -DNDEBUG -DNo_Exception "
if (!($?CCINC)) setenv CCINC "."
if (!($?STLPortHome)) then
setenv STLPortInclude "."
else
if (!($?STLPortInclude)) setenv STLPortInclude "$STLPortHome/stlport"
endif
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/.tmp)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/.tmp
if (!(-e ${SAMPLE_ROOT}/${STATION}/lib)) mkdir -p ${SAMPLE_ROOT}/${STATION}/lib
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleViewer3DJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleViewer3DJni/SampleViewer3DJni_AIS_InteractiveContext_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_AIS_InteractiveContext_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleViewer3DJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleViewer3DJni/SampleViewer3DJni_AlienImage_AlienImage_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_AlienImage_AlienImage_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleViewer3DJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleViewer3DJni/SampleViewer3DJni_Aspect_Array1OfEdge_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_Aspect_Array1OfEdge_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleViewer3DJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleViewer3DJni/SampleViewer3DJni_Aspect_GraphicDriver_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_Aspect_GraphicDriver_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleViewer3DJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_Array1OfVertexC_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_Array1OfVertexC_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleViewer3DJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_Array1OfVertex_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_Array1OfVertex_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleViewer3DJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_Array1OfVertexNC_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_Array1OfVertexNC_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleViewer3DJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_Array1OfVertexN_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_Array1OfVertexN_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleViewer3DJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_Array1OfVertexNT_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_Array1OfVertexNT_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleViewer3DJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_Array2OfVertex_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_Array2OfVertex_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleViewer3DJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_Array2OfVertexN_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_Array2OfVertexN_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleViewer3DJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_Array2OfVertexNT_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_Array2OfVertexNT_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleViewer3DJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_GraphicDriver_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_GraphicDriver_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleViewer3DJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_HArray1OfBytes_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_HArray1OfBytes_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleViewer3DJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_Vector_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_Vector_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleViewer3DJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_Vertex_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_Vertex_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleViewer3DJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_VertexNC_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_VertexNC_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleViewer3DJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_VertexN_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_VertexN_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleViewer3DJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleViewer3DJni/SampleViewer3DJni_SampleViewer3DPackage_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_SampleViewer3DPackage_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleViewer3DJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleViewer3DJni/SampleViewer3DJni_Standard_Type_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_Standard_Type_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleViewer3DJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleViewer3DJni/SampleViewer3DJni_TCollection_AsciiString_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_TCollection_AsciiString_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleViewer3DJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleViewer3DJni/SampleViewer3DJni_TCollection_ExtendedString_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_TCollection_ExtendedString_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleViewer3DJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleViewer3DJni/SampleViewer3DJni_TColStd_Array1OfInteger_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_TColStd_Array1OfInteger_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleViewer3DJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleViewer3DJni/SampleViewer3DJni_TColStd_Array1OfReal_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_TColStd_Array1OfReal_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleViewer3DJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleViewer3DJni/SampleViewer3DJni_TColStd_Array2OfReal_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_TColStd_Array2OfReal_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleViewer3DJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleViewer3DJni/SampleViewer3DJni_TColStd_HArray1OfReal_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_TColStd_HArray1OfReal_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleViewer3DJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleViewer3DJni/SampleViewer3DJni_V3d_Viewer_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_V3d_Viewer_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleViewer3DJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleViewer3DJni/SampleViewer3DJni_V3d_View_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_V3d_View_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleViewer3DJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleViewer3DJni/SampleViewer3DJni_Viewer_Viewer_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_Viewer_Viewer_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleViewer3DJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleViewer3DJni/SampleViewer3DJni_Viewer_View_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_Viewer_View_java.o

View File

@@ -1,68 +0,0 @@
if (!($?CCHOME)) setenv CCHOME "g++ "
if (!($?CCFLAGS)) setenv CCFLAGS " -shared "
if (!($?STLPortHome)) then
setenv STLPortLib "."
else
if (!($?STLPortLib_CC)) setenv STLPortLib_CC "stlport_gcc"
if (!($?STLPortLib)) setenv STLPortLib "$STLPortHome/lib"
setenv STLPortLib "$STLPortLib -l$STLPortLib_CC"
endif
${CCHOME} ${CCFLAGS} -o ${SAMPLE_ROOT}/${STATION}/lib//libSampleViewer3DJni.so \
-L${SAMPLE_ROOT}/${STATION}/lib \
-L${CASROOT}/${STATION}/lib -L${STLPortLib} \
\
${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_AIS_InteractiveContext_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_AlienImage_AlienImage_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_Aspect_Array1OfEdge_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_Aspect_GraphicDriver_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_Array1OfVertexC_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_Array1OfVertex_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_Array1OfVertexNC_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_Array1OfVertexN_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_Array1OfVertexNT_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_Array2OfVertex_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_Array2OfVertexN_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_Array2OfVertexNT_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_GraphicDriver_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_HArray1OfBytes_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_Vector_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_Vertex_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_VertexNC_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_VertexN_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_SampleViewer3DPackage_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_Standard_Type_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_TCollection_AsciiString_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_TCollection_ExtendedString_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_TColStd_Array1OfInteger_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_TColStd_Array1OfReal_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_TColStd_Array2OfReal_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_TColStd_HArray1OfReal_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_V3d_Viewer_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_V3d_View_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_Viewer_Viewer_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_Viewer_View_java.o \
\
-lTKjcas \
-lTKSamples2 \
-lTKPrim \
-lTKV3d \
-lTKernel \
-lTKGeomAlgo \
-lTKGeomBase \
-lTKBool \
-lTKTopAlgo \
-lTKBRep \
-lTKHLR \
-lTKG2d \
-lTKV2d \
-lTKService \
-lTKMath \
-lTKG3d \
;
set ld_status=$status
if ( $?LD_LIBRARY_PATH ) then
set ld_library_path=$LD_LIBRARY_PATH
endif

View File

@@ -1,17 +0,0 @@
if (!($?CCHOME)) setenv CCHOME "/usr/bin/g++ "
if (!($?CCFLAGS)) setenv CCFLAGS " -fPIC -DLIN -DLININTEL -DCSFDB -DNO_EXCEPTION -funsigned-char -Wall -O3 -DNDEBUG -DNo_Exception "
if (!($?CCINC)) setenv CCINC "."
if (!($?STLPortHome)) then
setenv STLPortInclude "."
else
if (!($?STLPortInclude)) setenv STLPortInclude "$STLPortHome/stlport"
endif
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DPackage)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DPackage
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/.tmp)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/.tmp
if (!(-e ${SAMPLE_ROOT}/${STATION}/lib)) mkdir -p ${SAMPLE_ROOT}/${STATION}/lib
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleViewer3DPackage/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/src/SampleViewer3DPackage/SampleViewer3DPackage.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DPackage/SampleViewer3DPackage.o

View File

@@ -1,23 +0,0 @@
if (!($?CCHOME)) setenv CCHOME "/usr/bin/g++ "
if (!($?CCFLAGS)) setenv CCFLAGS " -fPIC -DLIN -DLININTEL -DCSFDB -DNO_EXCEPTION -funsigned-char -Wall -O3 -DNDEBUG -DNo_Exception "
if (!($?CCINC)) setenv CCINC "."
if (!($?STLPortHome)) then
setenv STLPortInclude "."
else
if (!($?STLPortInclude)) setenv STLPortInclude "$STLPortHome/stlport"
endif
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/SamplesTopologyJni)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/SamplesTopologyJni
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/.tmp)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/.tmp
if (!(-e ${SAMPLE_ROOT}/${STATION}/lib)) mkdir -p ${SAMPLE_ROOT}/${STATION}/lib
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SamplesTopologyJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SamplesTopologyJni/SamplesTopologyJni_AIS_InteractiveContext_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SamplesTopologyJni/SamplesTopologyJni_AIS_InteractiveContext_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SamplesTopologyJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SamplesTopologyJni/SamplesTopologyJni_SamplesTopologyPackage_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SamplesTopologyJni/SamplesTopologyJni_SamplesTopologyPackage_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SamplesTopologyJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SamplesTopologyJni/SamplesTopologyJni_TCollection_AsciiString_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SamplesTopologyJni/SamplesTopologyJni_TCollection_AsciiString_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SamplesTopologyJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SamplesTopologyJni/SamplesTopologyJni_V3d_Viewer_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SamplesTopologyJni/SamplesTopologyJni_V3d_Viewer_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SamplesTopologyJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SamplesTopologyJni/SamplesTopologyJni_V3d_View_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SamplesTopologyJni/SamplesTopologyJni_V3d_View_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SamplesTopologyJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SamplesTopologyJni/SamplesTopologyJni_Viewer_Viewer_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SamplesTopologyJni/SamplesTopologyJni_Viewer_Viewer_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SamplesTopologyJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SamplesTopologyJni/SamplesTopologyJni_Viewer_View_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SamplesTopologyJni/SamplesTopologyJni_Viewer_View_java.o

View File

@@ -1,57 +0,0 @@
if (!($?CCHOME)) setenv CCHOME "g++ "
if (!($?CCFLAGS)) setenv CCFLAGS "-shared "
if (!($?STLPortHome)) then
setenv STLPortLib "."
else
if (!($?STLPortLib_CC)) setenv STLPortLib_CC "stlport_gcc"
if (!($?STLPortLib)) setenv STLPortLib "$STLPortHome/lib"
setenv STLPortLib "$STLPortLib -l$STLPortLib_CC"
endif
${CCHOME} ${CCFLAGS} -o ${SAMPLE_ROOT}/${STATION}/lib//libSamplesTopologyJni.so \
-L${SAMPLE_ROOT}/${STATION}/lib \
-L${CASROOT}/${STATION}/lib -L${STLPortLib} \
\
${SAMPLE_ROOT}/${STATION}/obj/SamplesTopologyJni/SamplesTopologyJni_AIS_InteractiveContext_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SamplesTopologyJni/SamplesTopologyJni_SamplesTopologyPackage_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SamplesTopologyJni/SamplesTopologyJni_TCollection_AsciiString_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SamplesTopologyJni/SamplesTopologyJni_V3d_Viewer_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SamplesTopologyJni/SamplesTopologyJni_V3d_View_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SamplesTopologyJni/SamplesTopologyJni_Viewer_Viewer_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SamplesTopologyJni/SamplesTopologyJni_Viewer_View_java.o \
\
-lTKjcas \
-lPTKernel \
-lTKPShape \
-lTKShHealing \
-lTKXSBase \
-lTKIGES \
-lTKCDF \
-lTKPCAF \
-lTKShapeSchema \
-lTKSTEP \
-lTKSamples \
-lTKFeat \
-lTKOffset \
-lTKBool \
-lTKTopAlgo \
-lTKGeomBase \
-lTKFillet \
-lTKGeomAlgo \
-lTKPrim \
-lTKV3d \
-lTKernel \
-lTKBRep \
-lTKHLR \
-lTKV2d \
-lTKService \
-lTKG2d \
-lTKMath \
-lTKG3d \
;
set ld_status=$status
if ( $?LD_LIBRARY_PATH ) then
set ld_library_path=$LD_LIBRARY_PATH
endif

View File

@@ -1,17 +0,0 @@
if (!($?CCHOME)) setenv CCHOME "/usr/bin/g++ "
if (!($?CCFLAGS)) setenv CCFLAGS " -fPIC -DLIN -DLININTEL -DCSFDB -DNO_EXCEPTION -funsigned-char -Wall -O3 -DNDEBUG -DNo_Exception "
if (!($?CCINC)) setenv CCINC "."
if (!($?STLPortHome)) then
setenv STLPortInclude "."
else
if (!($?STLPortInclude)) setenv STLPortInclude "$STLPortHome/stlport"
endif
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/SamplesTopologyPackage)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/SamplesTopologyPackage
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/.tmp)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/.tmp
if (!(-e ${SAMPLE_ROOT}/${STATION}/lib)) mkdir -p ${SAMPLE_ROOT}/${STATION}/lib
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SamplesTopologyPackage/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/src/SamplesTopologyPackage/SamplesTopologyPackage.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SamplesTopologyPackage/SamplesTopologyPackage.o

View File

@@ -1,42 +0,0 @@
if (!($?CCHOME)) setenv CCHOME "g++ "
if (!($?CCFLAGS)) setenv CCFLAGS " -shared "
if (!($?STLPortHome)) then
setenv STLPortLib "."
else
if (!($?STLPortLib_CC)) setenv STLPortLib_CC "stlport_gcc"
if (!($?STLPortLib)) setenv STLPortLib "$STLPortHome/lib"
setenv STLPortLib "$STLPortLib -l$STLPortLib_CC"
endif
${CCHOME} ${CCFLAGS} -o ${SAMPLE_ROOT}/${STATION}/lib//libTKNativePaint.so \
-L${SAMPLE_ROOT}/${STATION}/lib \
-L${CASROOT}/${STATION}/lib -L${STLPortLib} \
${SAMPLE_ROOT}/${STATION}/obj/SampleNativePaint/CASCADEView3d.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleNativePaint/CASCADEView2d.o \
\
-lTKernel \
-lTKMath \
-lTKGeomBase \
-lTKG2d \
-lTKG3d \
-lTKBRep \
-lTKGeomAlgo \
-lTKTopAlgo \
-lTKPrim \
-lTKHLR \
-lTKService \
-lTKV2d \
-lTKV3d \
-lTKjcas \
\
-L${JAVAHOME}/jre/lib/i386 -ljawt \
-lc \
;
set ld_status=$status
if ( $ld_status ) then
echo "Check failed"
else
echo "Check successed"
endif

View File

@@ -1,72 +0,0 @@
if (!($?CCHOME)) setenv CCHOME "g++ "
if (!($?CCFLAGS)) setenv CCFLAGS " -shared "
if (!($?STLPortHome)) then
setenv STLPortLib "."
else
if (!($?STLPortLib_CC)) setenv STLPortLib_CC "stlport_gcc"
if (!($?STLPortLib)) setenv STLPortLib "$STLPortHome/lib"
setenv STLPortLib "$STLPortLib -l$STLPortLib_CC"
endif
${CCHOME} ${CCFLAGS} -o ${SAMPLE_ROOT}/${STATION}/lib//libTKSamples.so \
-L${SAMPLE_ROOT}/${STATION}/lib \
-L${CASROOT}/${STATION}/lib -L${STLPortLib} \
\
${SAMPLE_ROOT}/${STATION}/obj/SampleAISBasicPackage/SampleAISBasicPackage.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleAISDisplayModePackage/SampleAISDisplayModePackage.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleAISSelectPackage/SampleAISSelectPackage.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleDisplayAnimationPackage/SampleDisplayAnimationPackage.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleGeometryPackage/SampleGeometryPackage.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRPackage/SampleHLRPackage.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleImportExportPackage/SampleImportExportPackage.o \
${SAMPLE_ROOT}/${STATION}/obj/SamplesTopologyPackage/SamplesTopologyPackage.o \
${SAMPLE_ROOT}/${STATION}/obj/User/User_Cylinder.o \
${SAMPLE_ROOT}/${STATION}/obj/ISession/ISession_Point.o \
${SAMPLE_ROOT}/${STATION}/obj/ISession/ISession_Curve.o \
${SAMPLE_ROOT}/${STATION}/obj/ISession/ISession_Surface.o \
${SAMPLE_ROOT}/${STATION}/obj/ISession/ISession_Text.o \
${SAMPLE_ROOT}/${STATION}/obj/ISession/ISession_Direction.o \
${SAMPLE_ROOT}/${STATION}/obj/ISession2D/ISession2D_InteractiveContext.o \
${SAMPLE_ROOT}/${STATION}/obj/ISession2D/ISession2D_SensitiveCurve.o \
${SAMPLE_ROOT}/${STATION}/obj/ISession2D/ISession2D_Curve.o \
${SAMPLE_ROOT}/${STATION}/obj/ISession2D/ISession2D_ObjectOwner.o \
${SAMPLE_ROOT}/${STATION}/obj/ISession2D/ISession2D_Shape.o \
\
-lTKernel \
-lTKBool \
-lTKGeomAlgo \
-lTKXSBase \
-lTKIGES \
-lTKFeat \
-lTKMath \
-lTKG3d \
-lTKG2d \
-lTKOffset \
-lTKGeomBase \
-lTKTopAlgo \
-lTKV3d \
-lTKService \
-lPTKernel \
-lTKShapeSchema \
-lTKShHealing \
-lTKBRep \
-lTKFillet \
-lTKHLR \
-lTKV2d \
-lTKPShape \
-lTKMesh \
-lTKSTEP \
-lTKPrim \
\
\
\
\
;
set ld_status=$status
if ( $ld_status ) then
echo "Check failed"
else
echo "Check successed"
endif

View File

@@ -1,35 +0,0 @@
if (!($?CCHOME)) setenv CCHOME "g++ "
if (!($?CCFLAGS)) setenv CCFLAGS " -shared "
if (!($?STLPortHome)) then
setenv STLPortLib "."
else
if (!($?STLPortLib_CC)) setenv STLPortLib_CC "stlport_gcc"
if (!($?STLPortLib)) setenv STLPortLib "$STLPortHome/lib"
setenv STLPortLib "$STLPortLib -l$STLPortLib_CC"
endif
${CCHOME} ${CCFLAGS} -o ${SAMPLE_ROOT}/${STATION}/lib//libTKSamples2.so \
-L${SAMPLE_ROOT}/${STATION}/lib \
-L${CASROOT}/${STATION}/lib -L${STLPortLib} \
\
${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DPackage/SampleViewer3DPackage.o \
\
-lTKMath \
-lTKernel \
-lTKService \
-lTKV3d \
-lTKG2d \
-lTKV2d \
-lTKBRep \
-lTKGeomBase \
-lTKTopAlgo \
-lTKG3d \
-lTKPrim \
;
set ld_status=$status
if ( $ld_status ) then
echo "Check failed"
else
echo "Check successed"
endif

View File

@@ -1,28 +0,0 @@
if (!($?CCHOME)) setenv CCHOME "g++ "
if (!($?CCFLAGS)) setenv CCFLAGS "-shared "
if (!($?STLPortHome)) then
setenv STLPortLib "."
else
if (!($?STLPortLib_CC)) setenv STLPortLib_CC "stlport_gcc"
if (!($?STLPortLib)) setenv STLPortLib "$STLPortHome/lib"
setenv STLPortLib "$STLPortLib -l$STLPortLib_CC"
endif
${CCHOME} ${CCFLAGS} -o ${SAMPLE_ROOT}/${STATION}/lib//libTKjcas.so \
-L${SAMPLE_ROOT}/${STATION}/lib \
-L${CASROOT}/${STATION}/lib -L${STLPortLib} \
\
${SAMPLE_ROOT}/${STATION}/obj/jcas/jcas.o \
${SAMPLE_ROOT}/${STATION}/obj/jcas/jcas_Object.o \
${SAMPLE_ROOT}/${STATION}/obj/jcas/jcas_Transient.o \
\
-lTKernel \
;
set ld_status=$status
if ( $ld_status ) then
echo "Check failed"
else
echo "Check successed"
endif

View File

@@ -1,17 +0,0 @@
if (!($?CCHOME)) setenv CCHOME "/usr/bin/g++ "
if (!($?CCFLAGS)) setenv CCFLAGS " -fPIC -DLIN -DLININTEL -DCSFDB -DNO_EXCEPTION -funsigned-char -Wall -O3 -DNDEBUG -DNo_Exception "
if (!($?CCINC)) setenv CCINC "."
if (!($?STLPortHome)) then
setenv STLPortInclude "."
else
if (!($?STLPortInclude)) setenv STLPortInclude "$STLPortHome/stlport"
endif
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/User)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/User
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/.tmp)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/.tmp
if (!(-e ${SAMPLE_ROOT}/${STATION}/lib)) mkdir -p ${SAMPLE_ROOT}/${STATION}/lib
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/User/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/src/User/User_Cylinder.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/User/User_Cylinder.o

View File

@@ -1,19 +0,0 @@
if (!($?CCHOME)) setenv CCHOME "/usr/bin/g++ "
if (!($?CCFLAGS)) setenv CCFLAGS " -fPIC -DLIN -DLININTEL -DCSFDB -DNO_EXCEPTION -funsigned-char -Wall -O3 -DNDEBUG -DNo_Exception "
if (!($?CCINC)) setenv CCINC "."
if (!($?STLPortHome)) then
setenv STLPortInclude "."
else
if (!($?STLPortInclude)) setenv STLPortInclude "$STLPortHome/stlport"
endif
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/jcas)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/jcas
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/.tmp)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/.tmp
if (!(-e ${SAMPLE_ROOT}/${STATION}/lib)) mkdir -p ${SAMPLE_ROOT}/${STATION}/lib
${CCHOME} ${CCFLAGS} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -I${STLPortInclude} -I${CCINC} -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -I${CASROOT}/drv/jcas/. -c ${CASROOT}/src/jcas/jcas.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/jcas/jcas.o
${CCHOME} ${CCFLAGS} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -I${STLPortInclude} -I${CCINC} -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -I${CASROOT}/drv/jcas/. -c ${CASROOT}/src/jcas/jcas_Object.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/jcas/jcas_Object.o
${CCHOME} ${CCFLAGS} -I${JAVAHOME}/include -I${JAVAHOME}/include/linux -I${STLPortInclude} -I${CCINC} -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -I${CASROOT}/drv/jcas/. -c ${CASROOT}/src/jcas/jcas_Transient.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/jcas/jcas_Transient.o

View File

@@ -1,102 +0,0 @@
if (!($?CCHOME)) set CCHOME = "/opt/DEV5_1/SUNWspro/bin/CC "
if (!($?CCFLAGS)) set CCFLAGS = " -PIC -xchip=ultra -xarch=v8 -Usun -DSOLARIS -DNO_CXX_EXCEPTION -vdelx -DCSFDB -O2 -DNo_Exception +w "
if (!($?CCINC)) setenv CCINC "/opt/DEV5_1/SUNWspro/SC4.2/include/CC"
if (!($?STLPortHome)) then
setenv STLPortInclude "."
else
if (!($?STLPortInclude)) setenv STLPortInclude "$STLPortHome/stlport"
endif
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni
if (!(-e ${SAMPLE_ROOT}/${STATION}/lib)) mkdir -p ${SAMPLE_ROOT}/${STATION}/lib
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_AIS_Drawer_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_AIS_Drawer_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_AIS_InteractiveContext_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_AIS_InteractiveContext_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_AIS_InteractiveObject_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_AIS_InteractiveObject_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_AIS_ListOfInteractive_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_AIS_ListOfInteractive_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_AIS_Shape_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_AIS_Shape_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Aspect_AspectMarker_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Aspect_AspectMarker_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Aspect_Background_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Aspect_Background_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Aspect_ColorMap_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Aspect_ColorMap_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Aspect_ColorScale_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Aspect_ColorScale_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Aspect_Driver_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Aspect_Driver_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Aspect_FontMap_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Aspect_FontMap_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Aspect_GraphicDevice_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Aspect_GraphicDevice_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Aspect_Grid_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Aspect_Grid_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Aspect_MarkMap_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Aspect_MarkMap_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Aspect_PixMap_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Aspect_PixMap_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Aspect_TypeMap_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Aspect_TypeMap_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Aspect_WidthMap_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Aspect_WidthMap_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Aspect_WindowDriver_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Aspect_WindowDriver_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Aspect_Window_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Aspect_Window_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Bnd_Box_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Bnd_Box_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Geom_Transformation_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Geom_Transformation_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_gp_Ax3_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_gp_Ax3_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_gp_Pnt_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_gp_Pnt_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Graphic2d_DisplayList_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Graphic2d_DisplayList_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Graphic2d_GraphicObject_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Graphic2d_GraphicObject_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Graphic2d_View_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Graphic2d_View_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Graphic3d_AspectMarker3d_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Graphic3d_AspectMarker3d_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Graphic3d_DataStructureManager_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Graphic3d_DataStructureManager_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Graphic3d_MaterialAspect_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Graphic3d_MaterialAspect_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Graphic3d_Plotter_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Graphic3d_Plotter_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Graphic3d_Structure_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Graphic3d_Structure_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Graphic3d_StructureManager_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Graphic3d_StructureManager_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Graphic3d_TextureEnv_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Graphic3d_TextureEnv_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Graphic3d_TextureRoot_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Graphic3d_TextureRoot_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Graphic3d_Vector_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Graphic3d_Vector_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Graphic3d_Vertex_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Graphic3d_Vertex_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_ISession2D_InteractiveContext_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_ISession2D_InteractiveContext_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_PlotMgt_PlotterDriver_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_PlotMgt_PlotterDriver_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Prs3d_BasicAspect_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Prs3d_BasicAspect_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Prs3d_Drawer_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Prs3d_Drawer_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Prs3d_LineAspect_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Prs3d_LineAspect_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Prs3d_Presentation_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Prs3d_Presentation_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Prs3d_Projector_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Prs3d_Projector_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_PrsMgr_PresentableObject_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_PrsMgr_PresentableObject_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_PrsMgr_Presentation_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_PrsMgr_Presentation_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_PrsMgr_PresentationManager2d_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_PrsMgr_PresentationManager2d_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_PrsMgr_PresentationManager3d_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_PrsMgr_PresentationManager3d_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_PrsMgr_PresentationManager_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_PrsMgr_PresentationManager_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_PrsMgr_Presentations_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_PrsMgr_Presentations_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Quantity_Color_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Quantity_Color_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Select2D_Projector_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Select2D_Projector_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_SelectBasics_EntityOwner_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_SelectBasics_EntityOwner_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_SelectMgr_EntityOwner_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_SelectMgr_EntityOwner_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_SelectMgr_Filter_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_SelectMgr_Filter_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_SelectMgr_ListOfFilter_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_SelectMgr_ListOfFilter_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_SelectMgr_SelectableObject_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_SelectMgr_SelectableObject_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_SelectMgr_Selection_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_SelectMgr_Selection_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_SelectMgr_SelectionManager_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_SelectMgr_SelectionManager_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_SelectMgr_SequenceOfOwner_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_SelectMgr_SequenceOfOwner_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_SelectMgr_ViewerSelector_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_SelectMgr_ViewerSelector_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Standard_Type_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Standard_Type_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_StdSelect_ViewerSelector3d_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_StdSelect_ViewerSelector3d_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_TColgp_Array1OfPnt2d_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_TColgp_Array1OfPnt2d_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_TCollection_AsciiString_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_TCollection_AsciiString_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_TCollection_BaseSequence_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_TCollection_BaseSequence_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_TCollection_BasicMap_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_TCollection_BasicMap_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_TCollection_ExtendedString_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_TCollection_ExtendedString_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_TColStd_Array2OfReal_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_TColStd_Array2OfReal_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_TColStd_ListOfInteger_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_TColStd_ListOfInteger_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_TColStd_ListOfTransient_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_TColStd_ListOfTransient_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_TColStd_MapOfTransient_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_TColStd_MapOfTransient_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_TopLoc_Location_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_TopLoc_Location_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_TopoDS_Shape_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_TopoDS_Shape_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_TopoDS_TShape_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_TopoDS_TShape_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_V2d_Viewer_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_V2d_Viewer_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_V2d_View_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_V2d_View_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_V3d_Light_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_V3d_Light_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_V3d_OrthographicView_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_V3d_OrthographicView_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_V3d_PerspectiveView_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_V3d_PerspectiveView_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_V3d_Plane_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_V3d_Plane_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_V3d_Viewer_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_V3d_Viewer_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_V3d_View_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_V3d_View_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Viewer_Viewer_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Viewer_Viewer_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Viewer_View_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Viewer_View_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Visual3d_View_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Visual3d_View_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/CASCADESamplesJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/CASCADESamplesJni/CASCADESamplesJni_Visual3d_ViewManager_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Visual3d_ViewManager_java.o

View File

@@ -1,142 +0,0 @@
if (!($?CCHOME)) setenv CCHOME "/opt/DEV5_1/SUNWspro/bin/CC "
if (!($?CCFLAGS)) setenv CCFLAGS " -xchip=ultra -xarch=v8 -G -mt "
if (!($?STLPortHome)) then
setenv STLPortLib "."
else
if (!($?STLPortLib_CC)) setenv STLPortLib_CC "stlport_gcc"
if (!($?STLPortLib)) setenv STLPortLib "$STLPortHome/lib"
setenv STLPortLib "$STLPortLib -l$STLPortLib_CC"
endif
${CCHOME} ${CCFLAGS} -o ${SAMPLE_ROOT}/${STATION}/lib//libCASCADESamplesJni.so \
-L${SAMPLE_ROOT}/${STATION}/lib \
-L${CASROOT}/${STATION}/lib -L${STLPortLib} \
\
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_AIS_Drawer_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_AIS_InteractiveContext_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_AIS_InteractiveObject_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_AIS_ListOfInteractive_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_AIS_Shape_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Aspect_AspectMarker_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Aspect_Background_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Aspect_ColorMap_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Aspect_ColorScale_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Aspect_Driver_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Aspect_FontMap_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Aspect_GraphicDevice_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Aspect_Grid_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Aspect_MarkMap_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Aspect_PixMap_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Aspect_TypeMap_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Aspect_WidthMap_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Aspect_WindowDriver_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Aspect_Window_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Bnd_Box_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Geom_Transformation_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_gp_Ax3_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_gp_Pnt_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Graphic2d_DisplayList_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Graphic2d_GraphicObject_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Graphic2d_View_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Graphic3d_AspectMarker3d_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Graphic3d_DataStructureManager_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Graphic3d_MaterialAspect_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Graphic3d_Plotter_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Graphic3d_Structure_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Graphic3d_StructureManager_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Graphic3d_TextureEnv_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Graphic3d_TextureRoot_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Graphic3d_Vector_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Graphic3d_Vertex_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_ISession2D_InteractiveContext_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_PlotMgt_PlotterDriver_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Prs3d_BasicAspect_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Prs3d_Drawer_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Prs3d_LineAspect_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Prs3d_Presentation_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Prs3d_Projector_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_PrsMgr_PresentableObject_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_PrsMgr_Presentation_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_PrsMgr_PresentationManager2d_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_PrsMgr_PresentationManager3d_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_PrsMgr_PresentationManager_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_PrsMgr_Presentations_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Quantity_Color_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Select2D_Projector_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_SelectBasics_EntityOwner_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_SelectMgr_EntityOwner_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_SelectMgr_Filter_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_SelectMgr_ListOfFilter_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_SelectMgr_SelectableObject_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_SelectMgr_Selection_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_SelectMgr_SelectionManager_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_SelectMgr_SequenceOfOwner_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_SelectMgr_ViewerSelector_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Standard_Type_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_StdSelect_ViewerSelector3d_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_TColgp_Array1OfPnt2d_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_TCollection_AsciiString_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_TCollection_BaseSequence_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_TCollection_BasicMap_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_TCollection_ExtendedString_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_TColStd_Array2OfReal_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_TColStd_ListOfInteger_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_TColStd_ListOfTransient_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_TColStd_MapOfTransient_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_TopLoc_Location_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_TopoDS_Shape_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_TopoDS_TShape_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_V2d_Viewer_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_V2d_View_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_V3d_Light_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_V3d_OrthographicView_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_V3d_PerspectiveView_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_V3d_Plane_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_V3d_Viewer_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_V3d_View_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Viewer_Viewer_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Viewer_View_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Visual3d_View_java.o \
${SAMPLE_ROOT}/${STATION}/obj/CASCADESamplesJni/CASCADESamplesJni_Visual3d_ViewManager_java.o \
\
-lTKjcas \
-lTKPrim \
-lTKFillet \
-lPTKernel \
-lTKPShape \
-lTKOffset \
-lTKShHealing \
-lTKXSBase \
-lTKIGES \
-lTKShapeSchema \
-lTKSTEP \
-lTKFeat \
-lTKSamples \
-lTKV3d \
-lTKernel \
-lTKGeomAlgo \
-lTKGeomBase \
-lTKBool \
-lTKTopAlgo \
-lTKBRep \
-lTKV2d \
-lTKService \
-lTKHLR \
-lTKG2d \
-lTKMath \
-lTKG3d \
-lsocket -lnsl -lsunmath -lm -ldl \
\
\
\
\
-L/usr/openwin/lib -lX11 -lXext -lXmu \
\
-L/usr/openwin/lib -ldps \
-lC -lc ;
set ld_status=$status
if ( $?LD_LIBRARY_PATH ) then
set ld_library_path=$LD_LIBRARY_PATH
endif

View File

@@ -1,20 +0,0 @@
if (!($?CCHOME)) set CCHOME = "/opt/DEV5_1/SUNWspro/bin/CC "
if (!($?CCFLAGS)) set CCFLAGS = " -PIC -xchip=ultra -xarch=v8 -Usun -DSOLARIS -DNO_CXX_EXCEPTION -vdelx -DCSFDB -O2 -DNo_Exception +w "
if (!($?CCINC)) set CCINC = "/opt/DEV5_1/SUNWspro/SC4.2/include/CC"
if (!($?STLPortHome)) then
setenv STLPortInclude "."
else
if (!($?STLPortInclude)) setenv STLPortInclude "$STLPortHome/stlport"
endif
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/ISession)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/ISession
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/.tmp)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/.tmp
if (!(-e ${SAMPLE_ROOT}/${STATION}/lib)) mkdir -p ${SAMPLE_ROOT}/${STATION}/lib
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/ISession/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/src/ISession/ISession_Point.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/ISession//ISession_Point.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/ISession/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/src/ISession/ISession_Curve.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/ISession//ISession_Curve.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/ISession/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/src/ISession/ISession_Surface.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/ISession//ISession_Surface.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/ISession/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/src/ISession/ISession_Text.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/ISession//ISession_Text.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/ISession/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/src/ISession/ISession_Direction.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/ISession//ISession_Direction.o

View File

@@ -1,21 +0,0 @@
if (!($?CCHOME)) setenv CCHOME "/opt/DEV5_1/SUNWspro/bin/CC "
if (!($?CCFLAGS)) setenv CCFLAGS " -PIC -xchip=ultra -xarch=v8 -Usun -DSOLARIS -DNO_CXX_EXCEPTION -vdelx -DCSFDB -O2 -DNo_Exception +w "
if (!($?CCINC)) setenv CCINC "/opt/DEV5_1/SUNWspro/SC4.2/include/CC"
if (!($?STLPortHome)) then
setenv STLPortInclude "."
else
if (!($?STLPortInclude)) setenv STLPortInclude "$STLPortHome/stlport"
endif
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/ISession2D)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/ISession2D
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/.tmp)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/.tmp
if (!(-e ${SAMPLE_ROOT}/${STATION}/lib)) mkdir -p ${SAMPLE_ROOT}/${STATION}/lib
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/ISession2D/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/src/ISession2D/ISession2D_InteractiveContext.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/ISession2D//ISession2D_InteractiveContext.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/ISession2D/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/src/ISession2D/ISession2D_SensitiveCurve.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/ISession2D//ISession2D_SensitiveCurve.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/ISession2D/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/src/ISession2D/ISession2D_Curve.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/ISession2D//ISession2D_Curve.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/ISession2D/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/src/ISession2D/ISession2D_ObjectOwner.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/ISession2D//ISession2D_ObjectOwner.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/ISession2D/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/src/ISession2D/ISession2D_Shape.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/ISession2D//ISession2D_Shape.o

View File

@@ -1,24 +0,0 @@
if (!($?CCHOME)) setenv CCHOME "/opt/DEV5_1/SUNWspro/bin/CC "
if (!($?CCFLAGS)) setenv CCFLAGS " -PIC -xchip=ultra -xarch=v8 -Usun -DSOLARIS -DNO_CXX_EXCEPTION -vdelx -DCSFDB -O2 -DNo_Exception +w "
if (!($?CCINC)) setenv CCINC "/opt/DEV5_1/SUNWspro/SC4.2/include/CC"
if (!($?STLPortHome)) then
setenv STLPortInclude "."
else
if (!($?STLPortInclude)) setenv STLPortInclude "$STLPortHome/stlport"
endif
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/SampleAISBasicJni)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/SampleAISBasicJni
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/.tmp)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/.tmp
if (!(-e ${SAMPLE_ROOT}/${STATION}/lib)) mkdir -p ${SAMPLE_ROOT}/${STATION}/lib
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleAISBasicJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleAISBasicJni/SampleAISBasicJni_AIS_InteractiveContext_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleAISBasicJni/SampleAISBasicJni_AIS_InteractiveContext_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleAISBasicJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleAISBasicJni/SampleAISBasicJni_SampleAISBasicPackage_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleAISBasicJni/SampleAISBasicJni_SampleAISBasicPackage_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleAISBasicJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleAISBasicJni/SampleAISBasicJni_TCollection_AsciiString_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleAISBasicJni/SampleAISBasicJni_TCollection_AsciiString_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleAISBasicJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleAISBasicJni/SampleAISBasicJni_UnitsAPI_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleAISBasicJni/SampleAISBasicJni_UnitsAPI_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleAISBasicJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleAISBasicJni/SampleAISBasicJni_V3d_Viewer_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleAISBasicJni/SampleAISBasicJni_V3d_Viewer_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleAISBasicJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleAISBasicJni/SampleAISBasicJni_V3d_View_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleAISBasicJni/SampleAISBasicJni_V3d_View_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleAISBasicJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleAISBasicJni/SampleAISBasicJni_Viewer_Viewer_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleAISBasicJni/SampleAISBasicJni_Viewer_Viewer_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleAISBasicJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleAISBasicJni/SampleAISBasicJni_Viewer_View_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleAISBasicJni/SampleAISBasicJni_Viewer_View_java.o

View File

@@ -1,66 +0,0 @@
if (!($?CCHOME)) setenv CCHOME "/opt/DEV5_1/SUNWspro/bin/CC "
if (!($?CCFLAGS)) setenv CCFLAGS " -xchip=ultra -xarch=v8 -G -mt "
if (!($?STLPortHome)) then
setenv STLPortLib "."
else
if (!($?STLPortLib_CC)) setenv STLPortLib_CC "stlport_gcc"
if (!($?STLPortLib)) setenv STLPortLib "$STLPortHome/lib"
setenv STLPortLib "$STLPortLib -l$STLPortLib_CC"
endif
${CCHOME} ${CCFLAGS} -o ${SAMPLE_ROOT}/${STATION}/lib//libSampleAISBasicJni.so \
-L${SAMPLE_ROOT}/${STATION}/lib \
-L${CASROOT}/${STATION}/lib -L${STLPortLib} \
\
${SAMPLE_ROOT}/${STATION}/obj/SampleAISBasicJni/SampleAISBasicJni_AIS_InteractiveContext_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleAISBasicJni/SampleAISBasicJni_SampleAISBasicPackage_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleAISBasicJni/SampleAISBasicJni_TCollection_AsciiString_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleAISBasicJni/SampleAISBasicJni_UnitsAPI_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleAISBasicJni/SampleAISBasicJni_V3d_Viewer_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleAISBasicJni/SampleAISBasicJni_V3d_View_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleAISBasicJni/SampleAISBasicJni_Viewer_Viewer_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleAISBasicJni/SampleAISBasicJni_Viewer_View_java.o \
\
-lTKFillet \
-lPTKernel \
-lTKPShape \
-lTKOffset \
-lTKShHealing \
-lTKXSBase \
-lTKIGES \
-lTKCDF \
-lTKPCAF \
-lTKShapeSchema \
-lTKSTEP \
-lTKFeat \
-lTKSamples \
-lTKPrim \
-lTKjcas \
-lTKV3d \
-lTKernel \
-lTKGeomAlgo \
-lTKGeomBase \
-lTKBool \
-lTKTopAlgo \
-lTKBRep \
-lTKHLR \
-lTKG2d \
-lTKV2d \
-lTKService \
-lTKMath \
-lTKG3d \
-lsocket -lnsl -lsunmath -lm -ldl \
\
\
\
\
-L/usr/openwin/lib -lX11 -lXext -lXmu \
\
-L/usr/openwin/lib -ldps \
-lC -lc ;
set ld_status=$status
if ( $?LD_LIBRARY_PATH ) then
set ld_library_path=$LD_LIBRARY_PATH
endif

View File

@@ -1,17 +0,0 @@
if (!($?CCHOME)) setenv CCHOME "/opt/DEV5_1/SUNWspro/bin/CC "
if (!($?CCFLAGS)) setenv CCFLAGS " -PIC -xchip=ultra -xarch=v8 -Usun -DSOLARIS -DNO_CXX_EXCEPTION -vdelx -DCSFDB -O2 -DNo_Exception +w "
if (!($?CCINC)) setenv CCINC "/opt/DEV5_1/SUNWspro/SC4.2/include/CC"
if (!($?STLPortHome)) then
setenv STLPortInclude "."
else
if (!($?STLPortInclude)) setenv STLPortInclude "$STLPortHome/stlport"
endif
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/SampleAISBasicPackage)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/SampleAISBasicPackage
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/.tmp)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/.tmp
if (!(-e ${SAMPLE_ROOT}/${STATION}/lib)) mkdir -p ${SAMPLE_ROOT}/${STATION}/lib
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleAISBasicPackage/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/src/SampleAISBasicPackage/SampleAISBasicPackage.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleAISBasicPackage//SampleAISBasicPackage.o

View File

@@ -1,24 +0,0 @@
if (!($?CCHOME)) setenv CCHOME "/opt/DEV5_1/SUNWspro/bin/CC "
if (!($?CCFLAGS)) setenv CCFLAGS " -PIC -xchip=ultra -xarch=v8 -Usun -DSOLARIS -DNO_CXX_EXCEPTION -vdelx -DCSFDB -O2 -DNo_Exception +w "
if (!($?CCINC)) setenv CCINC "/opt/DEV5_1/SUNWspro/SC4.2/include/CC"
if (!($?STLPortHome)) then
setenv STLPortInclude "."
else
if (!($?STLPortInclude)) setenv STLPortInclude "$STLPortHome/stlport"
endif
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/SampleAISDisplayModeJni)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/SampleAISDisplayModeJni
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/.tmp)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/.tmp
if (!(-e ${SAMPLE_ROOT}/${STATION}/lib)) mkdir -p ${SAMPLE_ROOT}/${STATION}/lib
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleAISDisplayModeJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleAISDisplayModeJni/SampleAISDisplayModeJni_AIS_InteractiveContext_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleAISDisplayModeJni/SampleAISDisplayModeJni_AIS_InteractiveContext_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleAISDisplayModeJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleAISDisplayModeJni/SampleAISDisplayModeJni_Quantity_Color_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleAISDisplayModeJni/SampleAISDisplayModeJni_Quantity_Color_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleAISDisplayModeJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleAISDisplayModeJni/SampleAISDisplayModeJni_SampleAISDisplayModePackage_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleAISDisplayModeJni/SampleAISDisplayModeJni_SampleAISDisplayModePackage_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleAISDisplayModeJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleAISDisplayModeJni/SampleAISDisplayModeJni_TCollection_AsciiString_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleAISDisplayModeJni/SampleAISDisplayModeJni_TCollection_AsciiString_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleAISDisplayModeJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleAISDisplayModeJni/SampleAISDisplayModeJni_V3d_Viewer_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleAISDisplayModeJni/SampleAISDisplayModeJni_V3d_Viewer_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleAISDisplayModeJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleAISDisplayModeJni/SampleAISDisplayModeJni_V3d_View_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleAISDisplayModeJni/SampleAISDisplayModeJni_V3d_View_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleAISDisplayModeJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleAISDisplayModeJni/SampleAISDisplayModeJni_Viewer_Viewer_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleAISDisplayModeJni/SampleAISDisplayModeJni_Viewer_Viewer_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleAISDisplayModeJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleAISDisplayModeJni/SampleAISDisplayModeJni_Viewer_View_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleAISDisplayModeJni/SampleAISDisplayModeJni_Viewer_View_java.o

View File

@@ -1,64 +0,0 @@
if (!($?CCHOME)) setenv CCHOME "/opt/DEV5_1/SUNWspro/bin/CC "
if (!($?CCFLAGS)) setenv CCFLAGS " -xchip=ultra -xarch=v8 -G -mt "
if (!($?STLPortHome)) then
setenv STLPortLib "."
else
if (!($?STLPortLib_CC)) setenv STLPortLib_CC "stlport_gcc"
if (!($?STLPortLib)) setenv STLPortLib "$STLPortHome/lib"
setenv STLPortLib "$STLPortLib -l$STLPortLib_CC"
endif
${CCHOME} ${CCFLAGS} -o ${SAMPLE_ROOT}/${STATION}/lib//libSampleAISDisplayModeJni.so \
-L${SAMPLE_ROOT}/${STATION}/lib \
-L${CASROOT}/${STATION}/lib -L${STLPortLib} \
\
${SAMPLE_ROOT}/${STATION}/obj/SampleAISDisplayModeJni/SampleAISDisplayModeJni_AIS_InteractiveContext_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleAISDisplayModeJni/SampleAISDisplayModeJni_Quantity_Color_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleAISDisplayModeJni/SampleAISDisplayModeJni_SampleAISDisplayModePackage_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleAISDisplayModeJni/SampleAISDisplayModeJni_TCollection_AsciiString_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleAISDisplayModeJni/SampleAISDisplayModeJni_V3d_Viewer_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleAISDisplayModeJni/SampleAISDisplayModeJni_V3d_View_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleAISDisplayModeJni/SampleAISDisplayModeJni_Viewer_Viewer_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleAISDisplayModeJni/SampleAISDisplayModeJni_Viewer_View_java.o \
\
-lTKjcas \
-lTKFillet \
-lPTKernel \
-lTKPShape \
-lTKOffset \
-lTKShHealing \
-lTKXSBase \
-lTKIGES \
-lTKShapeSchema \
-lTKSTEP \
-lTKFeat \
-lTKSamples \
-lTKV3d \
-lTKernel \
-lTKGeomAlgo \
-lTKGeomBase \
-lTKPrim \
-lTKBool \
-lTKTopAlgo \
-lTKBRep \
-lTKHLR \
-lTKG2d \
-lTKV2d \
-lTKService \
-lTKMath \
-lTKG3d \
-lsocket -lnsl -lsunmath -lm -ldl \
\
\
\
\
-L/usr/openwin/lib -lX11 -lXext -lXmu \
\
-L/usr/openwin/lib -ldps \
-lC -lc ;
set ld_status=$status
if ( $?LD_LIBRARY_PATH ) then
set ld_library_path=$LD_LIBRARY_PATH
endif

View File

@@ -1,17 +0,0 @@
if (!($?CCHOME)) setenv CCHOME "/opt/DEV5_1/SUNWspro/bin/CC "
if (!($?CCFLAGS)) setenv CCFLAGS " -PIC -xchip=ultra -xarch=v8 -Usun -DSOLARIS -DNO_CXX_EXCEPTION -vdelx -DCSFDB -O2 -DNo_Exception +w "
if (!($?CCINC)) setenv CCINC "/opt/DEV5_1/SUNWspro/SC4.2/include/CC"
if (!($?STLPortHome)) then
setenv STLPortInclude "."
else
if (!($?STLPortInclude)) setenv STLPortInclude "$STLPortHome/stlport"
endif
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/SampleAISDisplayModePackage)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/SampleAISDisplayModePackage
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/.tmp)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/.tmp
if (!(-e ${SAMPLE_ROOT}/${STATION}/lib)) mkdir -p ${SAMPLE_ROOT}/${STATION}/lib
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleAISDisplayModePackage/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/src/SampleAISDisplayModePackage/SampleAISDisplayModePackage.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleAISDisplayModePackage/SampleAISDisplayModePackage.o

View File

@@ -1,24 +0,0 @@
if (!($?CCHOME)) setenv CCHOME "/opt/DEV5_1/SUNWspro/bin/CC "
if (!($?CCFLAGS)) setenv CCFLAGS " -PIC -xchip=ultra -xarch=v8 -Usun -DSOLARIS -DNO_CXX_EXCEPTION -vdelx -DCSFDB -O2 -DNo_Exception +w "
if (!($?CCINC)) setenv CCINC "/opt/DEV5_1/SUNWspro/SC4.2/include/CC"
if (!($?STLPortHome)) then
setenv STLPortInclude "."
else
if (!($?STLPortInclude)) setenv STLPortInclude "$STLPortHome/stlport"
endif
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/SampleAISSelectJni)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/SampleAISSelectJni
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/.tmp)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/.tmp
if (!(-e ${SAMPLE_ROOT}/${STATION}/lib)) mkdir -p ${SAMPLE_ROOT}/${STATION}/lib
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleAISSelectJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleAISSelectJni/SampleAISSelectJni_AIS_InteractiveContext_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleAISSelectJni/SampleAISSelectJni_AIS_InteractiveContext_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleAISSelectJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleAISSelectJni/SampleAISSelectJni_Quantity_Color_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleAISSelectJni/SampleAISSelectJni_Quantity_Color_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleAISSelectJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleAISSelectJni/SampleAISSelectJni_SampleAISSelectPackage_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleAISSelectJni/SampleAISSelectJni_SampleAISSelectPackage_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleAISSelectJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleAISSelectJni/SampleAISSelectJni_TCollection_AsciiString_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleAISSelectJni/SampleAISSelectJni_TCollection_AsciiString_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleAISSelectJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleAISSelectJni/SampleAISSelectJni_V3d_Viewer_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleAISSelectJni/SampleAISSelectJni_V3d_Viewer_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleAISSelectJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleAISSelectJni/SampleAISSelectJni_V3d_View_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleAISSelectJni/SampleAISSelectJni_V3d_View_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleAISSelectJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleAISSelectJni/SampleAISSelectJni_Viewer_Viewer_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleAISSelectJni/SampleAISSelectJni_Viewer_Viewer_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleAISSelectJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleAISSelectJni/SampleAISSelectJni_Viewer_View_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleAISSelectJni/SampleAISSelectJni_Viewer_View_java.o

View File

@@ -1,66 +0,0 @@
if (!($?CCHOME)) setenv CCHOME "/opt/DEV5_1/SUNWspro/bin/CC "
if (!($?CCFLAGS)) setenv CCFLAGS " -xchip=ultra -xarch=v8 -G -mt "
if (!($?STLPortHome)) then
setenv STLPortLib "."
else
if (!($?STLPortLib_CC)) setenv STLPortLib_CC "stlport_gcc"
if (!($?STLPortLib)) setenv STLPortLib "$STLPortHome/lib"
setenv STLPortLib "$STLPortLib -l$STLPortLib_CC"
endif
${CCHOME} ${CCFLAGS} -o ${SAMPLE_ROOT}/${STATION}/lib//libSampleAISSelectJni.so \
-L${SAMPLE_ROOT}/${STATION}/lib \
-L${CASROOT}/${STATION}/lib -L${STLPortLib} \
\
${SAMPLE_ROOT}/${STATION}/obj/SampleAISSelectJni/SampleAISSelectJni_AIS_InteractiveContext_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleAISSelectJni/SampleAISSelectJni_Quantity_Color_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleAISSelectJni/SampleAISSelectJni_SampleAISSelectPackage_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleAISSelectJni/SampleAISSelectJni_TCollection_AsciiString_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleAISSelectJni/SampleAISSelectJni_V3d_Viewer_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleAISSelectJni/SampleAISSelectJni_V3d_View_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleAISSelectJni/SampleAISSelectJni_Viewer_Viewer_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleAISSelectJni/SampleAISSelectJni_Viewer_View_java.o \
\
-lPTKernel \
-lTKPShape \
-lTKOffset \
-lTKShHealing \
-lTKXSBase \
-lTKIGES \
-lTKCDF \
-lTKPCAF \
-lTKShapeSchema \
-lTKSTEP \
-lTKFeat \
-lTKSamples \
-lTKFillet \
-lTKGeomAlgo \
-lTKPrim \
-lTKBool \
-lTKjcas \
-lTKV3d \
-lTKernel \
-lTKGeomBase \
-lTKTopAlgo \
-lTKBRep \
-lTKHLR \
-lTKG2d \
-lTKV2d \
-lTKService \
-lTKMath \
-lTKG3d \
-lsocket -lnsl -lsunmath -lm -ldl \
\
\
\
\
-L/usr/openwin/lib -lX11 -lXext -lXmu \
\
-L/usr/openwin/lib -ldps \
-lC -lc ;
set ld_status=$status
if ( $?LD_LIBRARY_PATH ) then
set ld_library_path=$LD_LIBRARY_PATH
endif

View File

@@ -1,17 +0,0 @@
if (!($?CCHOME)) setenv CCHOME "/opt/DEV5_1/SUNWspro/bin/CC "
if (!($?CCFLAGS)) setenv CCFLAGS " -PIC -xchip=ultra -xarch=v8 -Usun -DSOLARIS -DNO_CXX_EXCEPTION -vdelx -DCSFDB -O2 -DNo_Exception +w "
if (!($?CCINC)) setenv CCINC "/opt/DEV5_1/SUNWspro/SC4.2/include/CC"
if (!($?STLPortHome)) then
setenv STLPortInclude "."
else
if (!($?STLPortInclude)) setenv STLPortInclude "$STLPortHome/stlport"
endif
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/SampleAISSelectPackage)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/SampleAISSelectPackage
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/.tmp)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/.tmp
if (!(-e ${SAMPLE_ROOT}/${STATION}/lib)) mkdir -p ${SAMPLE_ROOT}/${STATION}/lib
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleAISSelectPackage/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/src/SampleAISSelectPackage/SampleAISSelectPackage.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleAISSelectPackage/SampleAISSelectPackage.o

View File

@@ -1,22 +0,0 @@
if (!($?CCHOME)) setenv CCHOME "/opt/DEV5_1/SUNWspro/bin/CC "
if (!($?CCFLAGS)) setenv CCFLAGS " -PIC -xchip=ultra -xarch=v8 -Usun -DSOLARIS -DNO_CXX_EXCEPTION -vdelx -DCSFDB -O2 -DNo_Exception +w "
if (!($?CCINC)) setenv CCINC "/opt/DEV5_1/SUNWspro/SC4.2/include/CC"
if (!($?STLPortHome)) then
setenv STLPortInclude "."
else
if (!($?STLPortInclude)) setenv STLPortInclude "$STLPortHome/stlport"
endif
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/SampleDisplayAnimationJni)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/SampleDisplayAnimationJni
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/.tmp)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/.tmp
if (!(-e ${SAMPLE_ROOT}/${STATION}/lib)) mkdir -p ${SAMPLE_ROOT}/${STATION}/lib
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleDisplayAnimationJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleDisplayAnimationJni/SampleDisplayAnimationJni_AIS_InteractiveContext_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleDisplayAnimationJni/SampleDisplayAnimationJni_AIS_InteractiveContext_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleDisplayAnimationJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleDisplayAnimationJni/SampleDisplayAnimationJni_SampleDisplayAnimationPackage_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleDisplayAnimationJni/SampleDisplayAnimationJni_SampleDisplayAnimationPackage_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleDisplayAnimationJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleDisplayAnimationJni/SampleDisplayAnimationJni_V3d_Viewer_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleDisplayAnimationJni/SampleDisplayAnimationJni_V3d_Viewer_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleDisplayAnimationJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleDisplayAnimationJni/SampleDisplayAnimationJni_V3d_View_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleDisplayAnimationJni/SampleDisplayAnimationJni_V3d_View_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleDisplayAnimationJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleDisplayAnimationJni/SampleDisplayAnimationJni_Viewer_Viewer_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleDisplayAnimationJni/SampleDisplayAnimationJni_Viewer_Viewer_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleDisplayAnimationJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleDisplayAnimationJni/SampleDisplayAnimationJni_Viewer_View_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleDisplayAnimationJni/SampleDisplayAnimationJni_Viewer_View_java.o

View File

@@ -1,64 +0,0 @@
if (!($?CCHOME)) setenv CCHOME "/opt/DEV5_1/SUNWspro/bin/CC "
if (!($?CCFLAGS)) setenv CCFLAGS " -xchip=ultra -xarch=v8 -G -mt "
if (!($?STLPortHome)) then
setenv STLPortLib "."
else
if (!($?STLPortLib_CC)) setenv STLPortLib_CC "stlport_gcc"
if (!($?STLPortLib)) setenv STLPortLib "$STLPortHome/lib"
setenv STLPortLib "$STLPortLib -l$STLPortLib_CC"
endif
${CCHOME} ${CCFLAGS} -o ${SAMPLE_ROOT}/${STATION}/lib//libSampleDisplayAnimationJni.so \
-L${SAMPLE_ROOT}/${STATION}/lib \
-L${CASROOT}/${STATION}/lib -L${STLPortLib} \
\
${SAMPLE_ROOT}/${STATION}/obj/SampleDisplayAnimationJni/SampleDisplayAnimationJni_AIS_InteractiveContext_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleDisplayAnimationJni/SampleDisplayAnimationJni_SampleDisplayAnimationPackage_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleDisplayAnimationJni/SampleDisplayAnimationJni_V3d_Viewer_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleDisplayAnimationJni/SampleDisplayAnimationJni_V3d_View_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleDisplayAnimationJni/SampleDisplayAnimationJni_Viewer_Viewer_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleDisplayAnimationJni/SampleDisplayAnimationJni_Viewer_View_java.o \
\
-lTKjcas \
-lTKPrim \
-lTKFillet \
-lPTKernel \
-lTKPShape \
-lTKOffset \
-lTKShHealing \
-lTKXSBase \
-lTKIGES \
-lTKCDF \
-lTKPCAF \
-lTKShapeSchema \
-lTKSTEP \
-lTKFeat \
-lTKSamples \
-lTKV3d \
-lTKernel \
-lTKGeomAlgo \
-lTKGeomBase \
-lTKBool \
-lTKTopAlgo \
-lTKBRep \
-lTKHLR \
-lTKG2d \
-lTKV2d \
-lTKService \
-lTKMath \
-lTKG3d \
-lsocket -lnsl -lsunmath -lm -ldl \
\
\
\
\
-L/usr/openwin/lib -lX11 -lXext -lXmu \
\
-L/usr/openwin/lib -ldps \
-lC -lc ;
set ld_status=$status
if ( $?LD_LIBRARY_PATH ) then
set ld_library_path=$LD_LIBRARY_PATH
endif

View File

@@ -1,17 +0,0 @@
if (!($?CCHOME)) setenv CCHOME "/opt/DEV5_1/SUNWspro/bin/CC "
if (!($?CCFLAGS)) setenv CCFLAGS " -PIC -xchip=ultra -xarch=v8 -Usun -DSOLARIS -DNO_CXX_EXCEPTION -vdelx -DCSFDB -O2 -DNo_Exception +w "
if (!($?CCINC)) setenv CCINC "/opt/DEV5_1/SUNWspro/SC4.2/include/CC"
if (!($?STLPortHome)) then
setenv STLPortInclude "."
else
if (!($?STLPortInclude)) setenv STLPortInclude "$STLPortHome/stlport"
endif
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/SampleDisplayAnimationPackage)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/SampleDisplayAnimationPackage
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/.tmp)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/.tmp
if (!(-e ${SAMPLE_ROOT}/${STATION}/lib)) mkdir -p ${SAMPLE_ROOT}/${STATION}/lib
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleDisplayAnimationPackage/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/src/SampleDisplayAnimationPackage/SampleDisplayAnimationPackage.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleDisplayAnimationPackage/SampleDisplayAnimationPackage.o

View File

@@ -1,26 +0,0 @@
if (!($?CCHOME)) setenv CCHOME "/opt/DEV5_1/SUNWspro/bin/CC "
if (!($?CCFLAGS)) setenv CCFLAGS " -PIC -xchip=ultra -xarch=v8 -Usun -DSOLARIS -DNO_CXX_EXCEPTION -vdelx -DCSFDB -O2 -DNo_Exception +w "
if (!($?CCINC)) setenv CCINC "/opt/DEV5_1/SUNWspro/SC4.2/include/CC"
if (!($?STLPortHome)) then
setenv STLPortInclude "."
else
if (!($?STLPortInclude)) setenv STLPortInclude "$STLPortHome/stlport"
endif
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/SampleGeometryJni)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/SampleGeometryJni
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/.tmp)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/.tmp
if (!(-e ${SAMPLE_ROOT}/${STATION}/lib)) mkdir -p ${SAMPLE_ROOT}/${STATION}/lib
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleGeometryJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleGeometryJni/SampleGeometryJni_AIS_InteractiveContext_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleGeometryJni/SampleGeometryJni_AIS_InteractiveContext_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleGeometryJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleGeometryJni/SampleGeometryJni_ISession2D_InteractiveContext_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleGeometryJni/SampleGeometryJni_ISession2D_InteractiveContext_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleGeometryJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleGeometryJni/SampleGeometryJni_SampleGeometryPackage_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleGeometryJni/SampleGeometryJni_SampleGeometryPackage_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleGeometryJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleGeometryJni/SampleGeometryJni_TCollection_AsciiString_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleGeometryJni/SampleGeometryJni_TCollection_AsciiString_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleGeometryJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleGeometryJni/SampleGeometryJni_V2d_Viewer_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleGeometryJni/SampleGeometryJni_V2d_Viewer_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleGeometryJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleGeometryJni/SampleGeometryJni_V2d_View_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleGeometryJni/SampleGeometryJni_V2d_View_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleGeometryJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleGeometryJni/SampleGeometryJni_V3d_Viewer_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleGeometryJni/SampleGeometryJni_V3d_Viewer_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleGeometryJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleGeometryJni/SampleGeometryJni_V3d_View_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleGeometryJni/SampleGeometryJni_V3d_View_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleGeometryJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleGeometryJni/SampleGeometryJni_Viewer_Viewer_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleGeometryJni/SampleGeometryJni_Viewer_Viewer_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleGeometryJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleGeometryJni/SampleGeometryJni_Viewer_View_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleGeometryJni/SampleGeometryJni_Viewer_View_java.o

View File

@@ -1,66 +0,0 @@
if (!($?CCHOME)) setenv CCHOME "/opt/DEV5_1/SUNWspro/bin/CC "
if (!($?CCFLAGS)) setenv CCFLAGS " -xchip=ultra -xarch=v8 -G -mt "
if (!($?STLPortHome)) then
setenv STLPortLib "."
else
if (!($?STLPortLib_CC)) setenv STLPortLib_CC "stlport_gcc"
if (!($?STLPortLib)) setenv STLPortLib "$STLPortHome/lib"
setenv STLPortLib "$STLPortLib -l$STLPortLib_CC"
endif
${CCHOME} ${CCFLAGS} -o ${SAMPLE_ROOT}/${STATION}/lib//libSampleGeometryJni.so \
-L${SAMPLE_ROOT}/${STATION}/lib \
-L${CASROOT}/${STATION}/lib -L${STLPortLib} \
\
${SAMPLE_ROOT}/${STATION}/obj/SampleGeometryJni/SampleGeometryJni_AIS_InteractiveContext_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleGeometryJni/SampleGeometryJni_ISession2D_InteractiveContext_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleGeometryJni/SampleGeometryJni_SampleGeometryPackage_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleGeometryJni/SampleGeometryJni_TCollection_AsciiString_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleGeometryJni/SampleGeometryJni_V2d_Viewer_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleGeometryJni/SampleGeometryJni_V2d_View_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleGeometryJni/SampleGeometryJni_V3d_Viewer_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleGeometryJni/SampleGeometryJni_V3d_View_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleGeometryJni/SampleGeometryJni_Viewer_Viewer_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleGeometryJni/SampleGeometryJni_Viewer_View_java.o \
\
-lTKjcas \
-lTKPrim \
-lTKFillet \
-lPTKernel \
-lTKPShape \
-lTKOffset \
-lTKShHealing \
-lTKXSBase \
-lTKIGES \
-lTKShapeSchema \
-lTKSTEP \
-lTKFeat \
-lTKSamples \
-lTKGeomAlgo \
-lTKGeomBase \
-lTKV3d \
-lTKernel \
-lTKBool \
-lTKTopAlgo \
-lTKBRep \
-lTKV2d \
-lTKService \
-lTKHLR \
-lTKG2d \
-lTKMath \
-lTKG3d \
-lsocket -lnsl -lsunmath -lm -ldl \
\
\
\
\
-L/usr/openwin/lib -lX11 -lXext -lXmu \
\
-L/usr/openwin/lib -ldps \
-lC -lc ;
set ld_status=$status
if ( $?LD_LIBRARY_PATH ) then
set ld_library_path=$LD_LIBRARY_PATH
endif

View File

@@ -1,17 +0,0 @@
if (!($?CCHOME)) setenv CCHOME "/opt/DEV5_1/SUNWspro/bin/CC "
if (!($?CCFLAGS)) setenv CCFLAGS " -PIC -xchip=ultra -xarch=v8 -Usun -DSOLARIS -DNO_CXX_EXCEPTION -vdelx -DCSFDB -O2 -DNo_Exception +w "
if (!($?CCINC)) setenv CCINC "/opt/DEV5_1/SUNWspro/SC4.2/include/CC"
if (!($?STLPortHome)) then
setenv STLPortInclude "."
else
if (!($?STLPortInclude)) setenv STLPortInclude "$STLPortHome/stlport"
endif
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/SampleGeometryPackage)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/SampleGeometryPackage
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/.tmp)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/.tmp
if (!(-e ${SAMPLE_ROOT}/${STATION}/lib)) mkdir -p ${SAMPLE_ROOT}/${STATION}/lib
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleGeometryPackage/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/src/SampleGeometryPackage/SampleGeometryPackage.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleGeometryPackage/SampleGeometryPackage.o

View File

@@ -1,56 +0,0 @@
if (!($?CCHOME)) setenv CCHOME "/opt/DEV5_1/SUNWspro/bin/CC "
if (!($?CCFLAGS)) setenv CCFLAGS " -PIC -xchip=ultra -xarch=v8 -Usun -DSOLARIS -DNO_CXX_EXCEPTION -vdelx -DCSFDB -O2 -DNo_Exception +w "
if (!($?CCINC)) setenv CCINC "/opt/DEV5_1/SUNWspro/SC4.2/include/CC"
if (!($?STLPortHome)) then
setenv STLPortInclude "."
else
if (!($?STLPortInclude)) setenv STLPortInclude "$STLPortHome/stlport"
endif
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/.tmp)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/.tmp
if (!(-e ${SAMPLE_ROOT}/${STATION}/lib)) mkdir -p ${SAMPLE_ROOT}/${STATION}/lib
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_AIS_InteractiveContext_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_AIS_InteractiveContext_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_Aspect_Background_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_Background_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_Aspect_ColorCubeColorMap_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_ColorCubeColorMap_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_Aspect_ColorMapEntry_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_ColorMapEntry_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_Aspect_ColorMap_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_ColorMap_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_Aspect_ColorRampColorMap_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_ColorRampColorMap_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_Aspect_Driver_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_Driver_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_Aspect_FontMapEntry_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_FontMapEntry_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_Aspect_FontMap_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_FontMap_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_Aspect_FontStyle_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_FontStyle_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_Aspect_GenericColorMap_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_GenericColorMap_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_Aspect_GraphicDevice_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_GraphicDevice_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_Aspect_LineStyle_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_LineStyle_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_Aspect_MarkerStyle_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_MarkerStyle_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_Aspect_MarkMapEntry_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_MarkMapEntry_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_Aspect_MarkMap_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_MarkMap_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_Aspect_TypeMapEntry_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_TypeMapEntry_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_Aspect_TypeMap_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_TypeMap_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_Aspect_WidthMapEntry_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_WidthMapEntry_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_Aspect_WidthMap_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_WidthMap_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_Aspect_WindowDriver_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_WindowDriver_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_Aspect_Window_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_Window_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_ISession2D_InteractiveContext_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_ISession2D_InteractiveContext_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_Quantity_Color_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Quantity_Color_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_SampleHLRPackage_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_SampleHLRPackage_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_Standard_Type_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Standard_Type_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_TCollection_AsciiString_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_TCollection_AsciiString_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_TCollection_ExtendedString_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_TCollection_ExtendedString_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_TColQuantity_Array1OfLength_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_TColQuantity_Array1OfLength_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_TColQuantity_HArray1OfLength_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_TColQuantity_HArray1OfLength_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_TColStd_Array1OfBoolean_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_TColStd_Array1OfBoolean_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_TColStd_Array1OfReal_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_TColStd_Array1OfReal_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_TShort_Array1OfShortReal_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_TShort_Array1OfShortReal_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_V2d_DefaultMap_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_V2d_DefaultMap_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_V2d_Viewer_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_V2d_Viewer_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_V2d_View_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_V2d_View_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_V3d_Viewer_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_V3d_Viewer_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_V3d_View_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_V3d_View_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_Viewer_Viewer_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Viewer_Viewer_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleHLRJni/SampleHLRJni_Viewer_View_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Viewer_View_java.o

View File

@@ -1,98 +0,0 @@
if (!($?CCHOME)) setenv CCHOME "/opt/DEV5_1/SUNWspro/bin/CC "
if (!($?CCFLAGS)) setenv CCFLAGS " -xchip=ultra -xarch=v8 -G -mt "
if (!($?STLPortHome)) then
setenv STLPortLib "."
else
if (!($?STLPortLib_CC)) setenv STLPortLib_CC "stlport_gcc"
if (!($?STLPortLib)) setenv STLPortLib "$STLPortHome/lib"
setenv STLPortLib "$STLPortLib -l$STLPortLib_CC"
endif
${CCHOME} ${CCFLAGS} -o ${SAMPLE_ROOT}/${STATION}/lib//libSampleHLRJni.so \
-L${SAMPLE_ROOT}/${STATION}/lib \
-L${CASROOT}/${STATION}/lib -L${STLPortLib} \
\
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_AIS_InteractiveContext_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_Background_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_ColorCubeColorMap_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_ColorMapEntry_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_ColorMap_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_ColorRampColorMap_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_Driver_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_FontMapEntry_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_FontMap_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_FontStyle_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_GenericColorMap_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_GraphicDevice_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_LineStyle_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_MarkerStyle_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_MarkMapEntry_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_MarkMap_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_TypeMapEntry_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_TypeMap_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_WidthMapEntry_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_WidthMap_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_WindowDriver_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Aspect_Window_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_ISession2D_InteractiveContext_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Quantity_Color_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_SampleHLRPackage_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Standard_Type_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_TCollection_AsciiString_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_TCollection_ExtendedString_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_TColQuantity_Array1OfLength_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_TColQuantity_HArray1OfLength_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_TColStd_Array1OfBoolean_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_TColStd_Array1OfReal_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_TShort_Array1OfShortReal_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_V2d_DefaultMap_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_V2d_Viewer_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_V2d_View_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_V3d_Viewer_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_V3d_View_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Viewer_Viewer_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRJni/SampleHLRJni_Viewer_View_java.o \
\
-lTKjcas \
-lTKPrim \
-lTKFillet \
-lPTKernel \
-lTKPShape \
-lTKOffset \
-lTKShHealing \
-lTKXSBase \
-lTKIGES \
-lTKCDF \
-lTKPCAF \
-lTKShapeSchema \
-lTKSTEP \
-lTKFeat \
-lTKSamples \
-lTKV3d \
-lTKernel \
-lTKGeomAlgo \
-lTKGeomBase \
-lTKBool \
-lTKTopAlgo \
-lTKBRep \
-lTKV2d \
-lTKService \
-lTKHLR \
-lTKG2d \
-lTKMath \
-lTKG3d \
-lsocket -lnsl -lsunmath -lm -ldl \
\
\
\
\
-L/usr/openwin/lib -lX11 -lXext -lXmu \
\
-L/usr/openwin/lib -ldps \
-lC -lc ;
set ld_status=$status
if ( $?LD_LIBRARY_PATH ) then
set ld_library_path=$LD_LIBRARY_PATH
endif

View File

@@ -1,17 +0,0 @@
if (!($?CCHOME)) setenv CCHOME "/opt/DEV5_1/SUNWspro/bin/CC "
if (!($?CCFLAGS)) setenv CCFLAGS " -PIC -xchip=ultra -xarch=v8 -Usun -DSOLARIS -DNO_CXX_EXCEPTION -vdelx -DCSFDB -O2 -DNo_Exception +w "
if (!($?CCINC)) setenv CCINC "/opt/DEV5_1/SUNWspro/SC4.2/include/CC"
if (!($?STLPortHome)) then
setenv STLPortInclude "."
else
if (!($?STLPortInclude)) setenv STLPortInclude "$STLPortHome/stlport"
endif
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRPackage)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRPackage
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/.tmp)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/.tmp
if (!(-e ${SAMPLE_ROOT}/${STATION}/lib)) mkdir -p ${SAMPLE_ROOT}/${STATION}/lib
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleHLRPackage/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/src/SampleHLRPackage/SampleHLRPackage.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleHLRPackage/SampleHLRPackage.o

View File

@@ -1,23 +0,0 @@
if (!($?CCHOME)) setenv CCHOME "/opt/DEV5_1/SUNWspro/bin/CC "
if (!($?CCFLAGS)) setenv CCFLAGS " -PIC -xchip=ultra -xarch=v8 -Usun -DSOLARIS -DNO_CXX_EXCEPTION -vdelx -DCSFDB -O2 -DNo_Exception +w "
if (!($?CCINC)) setenv CCINC "/opt/DEV5_1/SUNWspro/SC4.2/include/CC"
if (!($?STLPortHome)) then
setenv STLPortInclude "."
else
if (!($?STLPortInclude)) setenv STLPortInclude "$STLPortHome/stlport"
endif
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/SampleImportExportJni)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/SampleImportExportJni
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/.tmp)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/.tmp
if (!(-e ${SAMPLE_ROOT}/${STATION}/lib)) mkdir -p ${SAMPLE_ROOT}/${STATION}/lib
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleImportExportJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleImportExportJni/SampleImportExportJni_AIS_InteractiveContext_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleImportExportJni/SampleImportExportJni_AIS_InteractiveContext_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleImportExportJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleImportExportJni/SampleImportExportJni_SampleImportExportPackage_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleImportExportJni/SampleImportExportJni_SampleImportExportPackage_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleImportExportJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleImportExportJni/SampleImportExportJni_TCollection_AsciiString_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleImportExportJni/SampleImportExportJni_TCollection_AsciiString_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleImportExportJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleImportExportJni/SampleImportExportJni_V3d_Viewer_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleImportExportJni/SampleImportExportJni_V3d_Viewer_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleImportExportJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleImportExportJni/SampleImportExportJni_V3d_View_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleImportExportJni/SampleImportExportJni_V3d_View_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleImportExportJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleImportExportJni/SampleImportExportJni_Viewer_Viewer_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleImportExportJni/SampleImportExportJni_Viewer_Viewer_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleImportExportJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleImportExportJni/SampleImportExportJni_Viewer_View_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleImportExportJni/SampleImportExportJni_Viewer_View_java.o

View File

@@ -1,64 +0,0 @@
if (!($?CCHOME)) setenv CCHOME "/opt/DEV5_1/SUNWspro/bin/CC "
if (!($?CCFLAGS)) setenv CCFLAGS " -xchip=ultra -xarch=v8 -G -mt "
if (!($?STLPortHome)) then
setenv STLPortLib "."
else
if (!($?STLPortLib_CC)) setenv STLPortLib_CC "stlport_gcc"
if (!($?STLPortLib)) setenv STLPortLib "$STLPortHome/lib"
setenv STLPortLib "$STLPortLib -l$STLPortLib_CC"
endif
${CCHOME} ${CCFLAGS} -o ${SAMPLE_ROOT}/${STATION}/lib//libSampleImportExportJni.so \
-L${SAMPLE_ROOT}/${STATION}/lib \
-L${CASROOT}/${STATION}/lib -L${STLPortLib} \
\
${SAMPLE_ROOT}/${STATION}/obj/SampleImportExportJni/SampleImportExportJni_AIS_InteractiveContext_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleImportExportJni/SampleImportExportJni_SampleImportExportPackage_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleImportExportJni/SampleImportExportJni_TCollection_AsciiString_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleImportExportJni/SampleImportExportJni_V3d_Viewer_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleImportExportJni/SampleImportExportJni_V3d_View_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleImportExportJni/SampleImportExportJni_Viewer_Viewer_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleImportExportJni/SampleImportExportJni_Viewer_View_java.o \
\
-lTKFillet \
-lTKFeat \
-lTKSamples \
-lTKPShape \
-lTKPCAF \
-lTKCDF \
-lTKernel \
-lTKIGES \
-lPTKernel \
-lTKjcas \
-lTKSTEP \
-lTKXSBase \
-lTKShHealing \
-lTKOffset \
-lTKBool \
-lTKGeomBase \
-lTKTopAlgo \
-lTKPrim \
-lTKGeomAlgo \
-lTKV3d \
-lTKBRep \
-lTKHLR \
-lTKG2d \
-lTKV2d \
-lTKService \
-lTKMath \
-lTKG3d \
-lsocket -lnsl -lsunmath -lm -ldl \
\
\
\
\
-L/usr/openwin/lib -lX11 -lXext -lXmu \
\
-L/usr/openwin/lib -ldps \
-lC -lc ;
set ld_status=$status
if ( $?LD_LIBRARY_PATH ) then
set ld_library_path=$LD_LIBRARY_PATH
endif

View File

@@ -1,17 +0,0 @@
if (!($?CCHOME)) setenv CCHOME "/opt/DEV5_1/SUNWspro/bin/CC "
if (!($?CCFLAGS)) setenv CCFLAGS " -PIC -xchip=ultra -xarch=v8 -Usun -DSOLARIS -DNO_CXX_EXCEPTION -vdelx -DCSFDB -O2 -DNo_Exception +w "
if (!($?CCINC)) setenv CCINC "/opt/DEV5_1/SUNWspro/SC4.2/include/CC"
if (!($?STLPortHome)) then
setenv STLPortInclude "."
else
if (!($?STLPortInclude)) setenv STLPortInclude "$STLPortHome/stlport"
endif
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/SampleImportExportPackage)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/SampleImportExportPackage
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/.tmp)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/.tmp
if (!(-e ${SAMPLE_ROOT}/${STATION}/lib)) mkdir -p ${SAMPLE_ROOT}/${STATION}/lib
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleImportExportPackage/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/src/SampleImportExportPackage/SampleImportExportPackage.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleImportExportPackage/SampleImportExportPackage.o

View File

@@ -1,18 +0,0 @@
if (!($?CCHOME)) setenv CCHOME "/opt/DEV5_1/SUNWspro/bin/CC "
if (!($?CCFLAGS)) setenv CCFLAGS " -PIC -xchip=ultra -xarch=v8 -Usun -DSOLARIS -DNO_CXX_EXCEPTION -vdelx -DCSFDB -O2 -DNo_Exception +w "
if (!($?CCINC)) setenv CCINC "/opt/DEV5_1/SUNWspro/SC4.2/include/CC"
if (!($?STLPortHome)) then
setenv STLPortInclude "."
else
if (!($?STLPortInclude)) setenv STLPortInclude "$STLPortHome/stlport"
endif
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/SampleNativePaint)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/SampleNativePaint
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/.tmp)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/.tmp
if (!(-e ${SAMPLE_ROOT}/${STATION}/lib)) mkdir -p ${SAMPLE_ROOT}/${STATION}/lib
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleNativePaint/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/src/SampleNativePaint/CASCADEView2d.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleNativePaint/CASCADEView2d.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleNativePaint/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/src/SampleNativePaint/CASCADEView3d.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleNativePaint/CASCADEView3d.o

View File

@@ -1,46 +0,0 @@
if (!($?CCHOME)) setenv CCHOME "/opt/DEV5_1/SUNWspro/bin/CC "
if (!($?CCFLAGS)) setenv CCFLAGS " -PIC -xchip=ultra -xarch=v8 -Usun -DSOLARIS -DNO_CXX_EXCEPTION -vdelx -DCSFDB -O2 -DNo_Exception +w "
if (!($?CCINC)) setenv CCINC "/opt/DEV5_1/SUNWspro/SC4.2/include/CC"
if (!($?STLPortHome)) then
setenv STLPortInclude "."
else
if (!($?STLPortInclude)) setenv STLPortInclude "$STLPortHome/stlport"
endif
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/.tmp)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/.tmp
if (!(-e ${SAMPLE_ROOT}/${STATION}/lib)) mkdir -p ${SAMPLE_ROOT}/${STATION}/lib
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleViewer3DJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleViewer3DJni/SampleViewer3DJni_AIS_InteractiveContext_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_AIS_InteractiveContext_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleViewer3DJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleViewer3DJni/SampleViewer3DJni_AlienImage_AlienImage_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_AlienImage_AlienImage_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleViewer3DJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleViewer3DJni/SampleViewer3DJni_Aspect_Array1OfEdge_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_Aspect_Array1OfEdge_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleViewer3DJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleViewer3DJni/SampleViewer3DJni_Aspect_GraphicDriver_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_Aspect_GraphicDriver_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleViewer3DJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_Array1OfVertexC_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_Array1OfVertexC_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleViewer3DJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_Array1OfVertex_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_Array1OfVertex_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleViewer3DJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_Array1OfVertexNC_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_Array1OfVertexNC_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleViewer3DJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_Array1OfVertexN_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_Array1OfVertexN_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleViewer3DJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_Array1OfVertexNT_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_Array1OfVertexNT_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleViewer3DJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_Array2OfVertex_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_Array2OfVertex_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleViewer3DJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_Array2OfVertexN_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_Array2OfVertexN_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleViewer3DJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_Array2OfVertexNT_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_Array2OfVertexNT_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleViewer3DJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_GraphicDriver_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_GraphicDriver_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleViewer3DJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_HArray1OfBytes_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_HArray1OfBytes_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleViewer3DJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_Vector_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_Vector_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleViewer3DJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_Vertex_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_Vertex_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleViewer3DJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_VertexNC_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_VertexNC_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleViewer3DJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_VertexN_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_VertexN_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleViewer3DJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleViewer3DJni/SampleViewer3DJni_SampleViewer3DPackage_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_SampleViewer3DPackage_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleViewer3DJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleViewer3DJni/SampleViewer3DJni_Standard_Type_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_Standard_Type_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleViewer3DJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleViewer3DJni/SampleViewer3DJni_TCollection_AsciiString_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_TCollection_AsciiString_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleViewer3DJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleViewer3DJni/SampleViewer3DJni_TCollection_ExtendedString_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_TCollection_ExtendedString_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleViewer3DJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleViewer3DJni/SampleViewer3DJni_TColStd_Array1OfInteger_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_TColStd_Array1OfInteger_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleViewer3DJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleViewer3DJni/SampleViewer3DJni_TColStd_Array1OfReal_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_TColStd_Array1OfReal_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleViewer3DJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleViewer3DJni/SampleViewer3DJni_TColStd_Array2OfReal_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_TColStd_Array2OfReal_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleViewer3DJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleViewer3DJni/SampleViewer3DJni_TColStd_HArray1OfReal_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_TColStd_HArray1OfReal_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleViewer3DJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleViewer3DJni/SampleViewer3DJni_V3d_Viewer_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_V3d_Viewer_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleViewer3DJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleViewer3DJni/SampleViewer3DJni_V3d_View_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_V3d_View_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleViewer3DJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleViewer3DJni/SampleViewer3DJni_Viewer_Viewer_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_Viewer_Viewer_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleViewer3DJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SampleViewer3DJni/SampleViewer3DJni_Viewer_View_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_Viewer_View_java.o

View File

@@ -1,75 +0,0 @@
if (!($?CCHOME)) setenv CCHOME "/opt/DEV5_1/SUNWspro/bin/CC "
if (!($?CCFLAGS)) setenv CCFLAGS " -xchip=ultra -xarch=v8 -G -mt "
if (!($?STLPortHome)) then
setenv STLPortLib "."
else
if (!($?STLPortLib_CC)) setenv STLPortLib_CC "stlport_gcc"
if (!($?STLPortLib)) setenv STLPortLib "$STLPortHome/lib"
setenv STLPortLib "$STLPortLib -l$STLPortLib_CC"
endif
${CCHOME} ${CCFLAGS} -o ${SAMPLE_ROOT}/${STATION}/lib//libSampleViewer3DJni.so \
-L${SAMPLE_ROOT}/${STATION}/lib \
-L${CASROOT}/${STATION}/lib -L${STLPortLib} \
\
${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_AIS_InteractiveContext_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_AlienImage_AlienImage_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_Aspect_Array1OfEdge_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_Aspect_GraphicDriver_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_Array1OfVertexC_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_Array1OfVertex_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_Array1OfVertexNC_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_Array1OfVertexN_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_Array1OfVertexNT_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_Array2OfVertex_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_Array2OfVertexN_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_Array2OfVertexNT_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_GraphicDriver_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_HArray1OfBytes_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_Vector_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_Vertex_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_VertexNC_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_Graphic3d_VertexN_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_SampleViewer3DPackage_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_Standard_Type_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_TCollection_AsciiString_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_TCollection_ExtendedString_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_TColStd_Array1OfInteger_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_TColStd_Array1OfReal_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_TColStd_Array2OfReal_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_TColStd_HArray1OfReal_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_V3d_Viewer_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_V3d_View_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_Viewer_Viewer_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DJni/SampleViewer3DJni_Viewer_View_java.o \
\
-lTKjcas \
-lTKSamples2 \
-lTKPrim \
-lTKV3d \
-lTKernel \
-lTKGeomAlgo \
-lTKGeomBase \
-lTKBool \
-lTKTopAlgo \
-lTKBRep \
-lTKHLR \
-lTKG2d \
-lTKV2d \
-lTKService \
-lTKMath \
-lTKG3d \
-lsocket -lnsl -lsunmath -lm -ldl \
\
\
\
\
-L/usr/openwin/lib -lX11 -lXext -lXmu \
-L/usr/openwin/lib -ldps \
-lC -lc ;
set ld_status=$status
if ( $?LD_LIBRARY_PATH ) then
set ld_library_path=$LD_LIBRARY_PATH
endif

View File

@@ -1,17 +0,0 @@
if (!($?CCHOME)) setenv CCHOME "/opt/DEV5_1/SUNWspro/bin/CC "
if (!($?CCFLAGS)) setenv CCFLAGS " -PIC -xchip=ultra -xarch=v8 -Usun -DSOLARIS -DNO_CXX_EXCEPTION -vdelx -DCSFDB -O2 -DNo_Exception +w "
if (!($?CCINC)) setenv CCINC "/opt/DEV5_1/SUNWspro/SC4.2/include/CC"
if (!($?STLPortHome)) then
setenv STLPortInclude "."
else
if (!($?STLPortInclude)) setenv STLPortInclude "$STLPortHome/stlport"
endif
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DPackage)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DPackage
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/.tmp)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/.tmp
if (!(-e ${SAMPLE_ROOT}/${STATION}/lib)) mkdir -p ${SAMPLE_ROOT}/${STATION}/lib
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SampleViewer3DPackage/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/src/SampleViewer3DPackage/SampleViewer3DPackage.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DPackage/SampleViewer3DPackage.o

View File

@@ -1,23 +0,0 @@
if (!($?CCHOME)) setenv CCHOME "/opt/DEV5_1/SUNWspro/bin/CC "
if (!($?CCFLAGS)) setenv CCFLAGS " -PIC -xchip=ultra -xarch=v8 -Usun -DSOLARIS -DNO_CXX_EXCEPTION -vdelx -DCSFDB -O2 -DNo_Exception +w "
if (!($?CCINC)) setenv CCINC "/opt/DEV5_1/SUNWspro/SC4.2/include/CC"
if (!($?STLPortHome)) then
setenv STLPortInclude "."
else
if (!($?STLPortInclude)) setenv STLPortInclude "$STLPortHome/stlport"
endif
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/SamplesTopologyJni)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/SamplesTopologyJni
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/.tmp)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/.tmp
if (!(-e ${SAMPLE_ROOT}/${STATION}/lib)) mkdir -p ${SAMPLE_ROOT}/${STATION}/lib
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SamplesTopologyJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SamplesTopologyJni/SamplesTopologyJni_AIS_InteractiveContext_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SamplesTopologyJni/SamplesTopologyJni_AIS_InteractiveContext_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SamplesTopologyJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SamplesTopologyJni/SamplesTopologyJni_SamplesTopologyPackage_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SamplesTopologyJni/SamplesTopologyJni_SamplesTopologyPackage_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SamplesTopologyJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SamplesTopologyJni/SamplesTopologyJni_TCollection_AsciiString_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SamplesTopologyJni/SamplesTopologyJni_TCollection_AsciiString_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SamplesTopologyJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SamplesTopologyJni/SamplesTopologyJni_V3d_Viewer_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SamplesTopologyJni/SamplesTopologyJni_V3d_Viewer_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SamplesTopologyJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SamplesTopologyJni/SamplesTopologyJni_V3d_View_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SamplesTopologyJni/SamplesTopologyJni_V3d_View_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SamplesTopologyJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SamplesTopologyJni/SamplesTopologyJni_Viewer_Viewer_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SamplesTopologyJni/SamplesTopologyJni_Viewer_Viewer_java.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SamplesTopologyJni/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/drv/SamplesTopologyJni/SamplesTopologyJni_Viewer_View_java.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SamplesTopologyJni/SamplesTopologyJni_Viewer_View_java.o

View File

@@ -1,65 +0,0 @@
if (!($?CCHOME)) setenv CCHOME "/opt/DEV5_1/SUNWspro/bin/CC "
if (!($?CCFLAGS)) setenv CCFLAGS "-xchip=ultra -xarch=v8 -G -mt "
if (!($?STLPortHome)) then
setenv STLPortLib "."
else
if (!($?STLPortLib_CC)) setenv STLPortLib_CC "stlport_gcc"
if (!($?STLPortLib)) setenv STLPortLib "$STLPortHome/lib"
setenv STLPortLib "$STLPortLib -l$STLPortLib_CC"
endif
${CCHOME} ${CCFLAGS} -o ${SAMPLE_ROOT}/${STATION}/lib//libSamplesTopologyJni.so \
-L${SAMPLE_ROOT}/${STATION}/lib \
-L${CASROOT}/${STATION}/lib -L${STLPortLib} \
\
${SAMPLE_ROOT}/${STATION}/obj/SamplesTopologyJni/SamplesTopologyJni_AIS_InteractiveContext_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SamplesTopologyJni/SamplesTopologyJni_SamplesTopologyPackage_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SamplesTopologyJni/SamplesTopologyJni_TCollection_AsciiString_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SamplesTopologyJni/SamplesTopologyJni_V3d_Viewer_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SamplesTopologyJni/SamplesTopologyJni_V3d_View_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SamplesTopologyJni/SamplesTopologyJni_Viewer_Viewer_java.o \
${SAMPLE_ROOT}/${STATION}/obj/SamplesTopologyJni/SamplesTopologyJni_Viewer_View_java.o \
\
-lTKjcas \
-lPTKernel \
-lTKPShape \
-lTKShHealing \
-lTKXSBase \
-lTKIGES \
-lTKCDF \
-lTKPCAF \
-lTKShapeSchema \
-lTKSTEP \
-lTKSamples \
-lTKFeat \
-lTKOffset \
-lTKBool \
-lTKTopAlgo \
-lTKGeomBase \
-lTKFillet \
-lTKGeomAlgo \
-lTKPrim \
-lTKV3d \
-lTKernel \
-lTKBRep \
-lTKHLR \
-lTKV2d \
-lTKService \
-lTKG2d \
-lTKMath \
-lTKG3d \
-lsocket -lnsl -lsunmath -lm -ldl \
\
\
\
\
-L/usr/openwin/lib -lX11 -lXext -lXmu \
\
-L/usr/openwin/lib -ldps \
-lC -lc ;
set ld_status=$status
if ( $?LD_LIBRARY_PATH ) then
set ld_library_path=$LD_LIBRARY_PATH
endif

View File

@@ -1,17 +0,0 @@
if (!($?CCHOME)) setenv CCHOME "/opt/DEV5_1/SUNWspro/bin/CC "
if (!($?CCFLAGS)) setenv CCFLAGS " -PIC -xchip=ultra -xarch=v8 -Usun -DSOLARIS -DNO_CXX_EXCEPTION -vdelx -DCSFDB -O2 -DNo_Exception +w "
if (!($?CCINC)) setenv CCINC "/opt/DEV5_1/SUNWspro/SC4.2/include/CC"
if (!($?STLPortHome)) then
setenv STLPortInclude "."
else
if (!($?STLPortInclude)) setenv STLPortInclude "$STLPortHome/stlport"
endif
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/SamplesTopologyPackage)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/SamplesTopologyPackage
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/.tmp)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/.tmp
if (!(-e ${SAMPLE_ROOT}/${STATION}/lib)) mkdir -p ${SAMPLE_ROOT}/${STATION}/lib
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/SamplesTopologyPackage/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/src/SamplesTopologyPackage/SamplesTopologyPackage.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/SamplesTopologyPackage/SamplesTopologyPackage.o

View File

@@ -1,78 +0,0 @@
if (!($?CCHOME)) setenv CCHOME "/opt/DEV5_1/SUNWspro/bin/CC "
if (!($?CCFLAGS)) setenv CCFLAGS " -xchip=ultra -xarch=v8 -G -mt "
if (!($?STLPortHome)) then
setenv STLPortLib "."
else
if (!($?STLPortLib_CC)) setenv STLPortLib_CC "stlport_gcc"
if (!($?STLPortLib)) setenv STLPortLib "$STLPortHome/lib"
setenv STLPortLib "$STLPortLib -l$STLPortLib_CC"
endif
${CCHOME} ${CCFLAGS} -o ${SAMPLE_ROOT}/${STATION}/lib//libTKNativePaint.so \
-L${SAMPLE_ROOT}/${STATION}/lib \
-L${CASROOT}/${STATION}/lib -L${STLPortLib} \
${SAMPLE_ROOT}/${STATION}/obj/SampleNativePaint/CASCADEView3d.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleNativePaint/CASCADEView2d.o \
\
-lTKernel \
-lTKMath \
-lTKGeomBase \
-lTKG2d \
-lTKG3d \
-lTKBRep \
-lTKGeomAlgo \
-lTKTopAlgo \
-lTKPrim \
-lTKHLR \
-lTKService \
-lTKV2d \
-lTKV3d \
-lTKjcas \
\
-L${JAVAHOME}/jre/lib/sparc -ljawt \
\
-lC -lc ;
set ld_status=$status
if ( $?LD_LIBRARY_PATH ) then
set ld_library_path=$LD_LIBRARY_PATH
endif
if ( $?LD_LIBRARY_PATH ) then
setenv LD_LIBRARY_PATH ${SAMPLE_ROOT}/${STATION}/lib:${CASROOT}/${STATION}/lib::${LD_LIBRARY_PATH}
else
setenv LD_LIBRARY_PATH ${SAMPLE_ROOT}/${STATION}/lib:${CASROOT}/${STATION}/lib:
endif
echo "Check of undefined symbols with LD_LIBRARY_PATH : $LD_LIBRARY_PATH"
/usr/ccs/bin/ld -o /dev/null \
\
${SAMPLE_ROOT}/${STATION}/lib//libTKNativePaint.so\
-lTKernel \
-lTKMath \
-lTKGeomBase \
-lTKG2d \
-lTKG3d \
-lTKBRep \
-lTKGeomAlgo \
-lTKTopAlgo \
-lTKPrim \
-lTKHLR \
-lTKService \
-lTKV2d \
-lTKV3d \
-lTKjcas \
\
-L${JAVAHOME}/jre/lib/sparc -ljawt \
\
;
if ( $status ) then
echo "Check failed"
else
echo "Check successed"
endif
if ( $?ld_library_path ) then
setenv LD_LIBRARY_PATH $ld_library_path
else
unsetenv LD_LIBRARY_PATH
endif
set status=$ld_status

View File

@@ -1,66 +0,0 @@
if (!($?CCHOME)) setenv CCHOME "/opt/DEV5_1/SUNWspro/bin/CC "
if (!($?CCFLAGS)) setenv CCFLAGS " -xchip=ultra -xarch=v8 -G -mt "
if (!($?STLPortHome)) then
setenv STLPortLib "."
else
if (!($?STLPortLib_CC)) setenv STLPortLib_CC "stlport_gcc"
if (!($?STLPortLib)) setenv STLPortLib "$STLPortHome/lib"
setenv STLPortLib "$STLPortLib -l$STLPortLib_CC"
endif
${CCHOME} ${CCFLAGS} -o ${SAMPLE_ROOT}/${STATION}/lib//libTKSamples.so \
-L${SAMPLE_ROOT}/${STATION}/lib \
-L${CASROOT}/${STATION}/lib -L${STLPortLib} \
\
${SAMPLE_ROOT}/${STATION}/obj/SampleAISBasicPackage/SampleAISBasicPackage.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleAISDisplayModePackage/SampleAISDisplayModePackage.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleAISSelectPackage/SampleAISSelectPackage.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleDisplayAnimationPackage/SampleDisplayAnimationPackage.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleGeometryPackage/SampleGeometryPackage.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleHLRPackage/SampleHLRPackage.o \
${SAMPLE_ROOT}/${STATION}/obj/SampleImportExportPackage/SampleImportExportPackage.o \
${SAMPLE_ROOT}/${STATION}/obj/SamplesTopologyPackage/SamplesTopologyPackage.o \
${SAMPLE_ROOT}/${STATION}/obj/User/User_Cylinder.o \
${SAMPLE_ROOT}/${STATION}/obj/ISession/ISession_Point.o \
${SAMPLE_ROOT}/${STATION}/obj/ISession/ISession_Curve.o \
${SAMPLE_ROOT}/${STATION}/obj/ISession/ISession_Surface.o \
${SAMPLE_ROOT}/${STATION}/obj/ISession/ISession_Text.o \
${SAMPLE_ROOT}/${STATION}/obj/ISession/ISession_Direction.o \
${SAMPLE_ROOT}/${STATION}/obj/ISession2D/ISession2D_InteractiveContext.o \
${SAMPLE_ROOT}/${STATION}/obj/ISession2D/ISession2D_SensitiveCurve.o \
${SAMPLE_ROOT}/${STATION}/obj/ISession2D/ISession2D_Curve.o \
${SAMPLE_ROOT}/${STATION}/obj/ISession2D/ISession2D_ObjectOwner.o \
${SAMPLE_ROOT}/${STATION}/obj/ISession2D/ISession2D_Shape.o \
\
-lTKernel \
-lTKBool \
-lTKGeomAlgo \
-lTKXSBase \
-lTKIGES \
-lTKFeat \
-lTKMath \
-lTKG3d \
-lTKG2d \
-lTKOffset \
-lTKGeomBase \
-lTKTopAlgo \
-lTKV3d \
-lTKService \
-lPTKernel \
-lTKShapeSchema \
-lTKShHealing \
-lTKBRep \
-lTKFillet \
-lTKHLR \
-lTKV2d \
-lTKPShape \
-lTKSTEP \
-lTKPrim \
-lsocket -lnsl -lsunmath -lm -ldl \
-L/usr/openwin/lib -lX11 -lXext -lXmu \
\
\
\
\
-lC -lc ;

View File

@@ -1,69 +0,0 @@
if (!($?CCHOME)) setenv CCHOME "/opt/DEV5_1/SUNWspro/bin/CC "
if (!($?CCFLAGS)) setenv CCFLAGS " -xchip=ultra -xarch=v8 -G -mt "
if (!($?STLPortHome)) then
setenv STLPortLib "."
else
if (!($?STLPortLib_CC)) setenv STLPortLib_CC "stlport_gcc"
if (!($?STLPortLib)) setenv STLPortLib "$STLPortHome/lib"
setenv STLPortLib "$STLPortLib -l$STLPortLib_CC"
endif
${CCHOME} ${CCFLAGS} -o ${SAMPLE_ROOT}/${STATION}/lib//libTKSamples2.so \
-L${SAMPLE_ROOT}/${STATION}/lib \
-L${CASROOT}/${STATION}/lib -L${STLPortLib} \
\
${SAMPLE_ROOT}/${STATION}/obj/SampleViewer3DPackage/SampleViewer3DPackage.o \
\
-lTKMath \
-lTKernel \
-lTKService \
-lTKV3d \
-lTKG2d \
-lTKV2d \
-lTKBRep \
-lTKGeomBase \
-lTKTopAlgo \
-lTKG3d \
-lTKPrim \
-lsocket -lnsl -lsunmath -lm -ldl \
\
-L/usr/openwin/lib -lX11 -lXext -lXmu \
-lC -lc ;
set ld_status=$status
if ( $?LD_LIBRARY_PATH ) then
set ld_library_path=$LD_LIBRARY_PATH
endif
if ( $?LD_LIBRARY_PATH ) then
setenv LD_LIBRARY_PATH ${SAMPLE_ROOT}/${STATION}/lib:${CASROOT}/${STATION}/lib::${LD_LIBRARY_PATH}
else
setenv LD_LIBRARY_PATH ${SAMPLE_ROOT}/${STATION}/lib:${CASROOT}/${STATION}/lib:
endif
echo "Check of undefined symbols with LD_LIBRARY_PATH : $LD_LIBRARY_PATH"
/usr/ccs/bin/ld -o /dev/null \
\
${SAMPLE_ROOT}/${STATION}/lib//libTKSamples2.so\
-lTKMath \
-lTKernel \
-lTKService \
-lTKV3d \
-lTKG2d \
-lTKV2d \
-lTKBRep \
-lTKGeomBase \
-lTKTopAlgo \
-lTKG3d \
-lTKPrim \
;
if ( $status ) then
echo "Check failed"
else
echo "Check successed"
endif
if ( $?ld_library_path ) then
setenv LD_LIBRARY_PATH $ld_library_path
else
unsetenv LD_LIBRARY_PATH
endif
set status=$ld_status

View File

@@ -1,49 +0,0 @@
if (!($?CCHOME)) setenv CCHOME "/opt/DEV5_1/SUNWspro/bin/CC "
if (!($?CCFLAGS)) setenv CCFLAGS "-xchip=ultra -xarch=v8 -G -mt "
if (!($?STLPortHome)) then
setenv STLPortLib "."
else
if (!($?STLPortLib_CC)) setenv STLPortLib_CC "stlport_gcc"
if (!($?STLPortLib)) setenv STLPortLib "$STLPortHome/lib"
setenv STLPortLib "$STLPortLib -l$STLPortLib_CC"
endif
${CCHOME} ${CCFLAGS} -o ${SAMPLE_ROOT}/${STATION}/lib//libTKjcas.so \
-L${SAMPLE_ROOT}/${STATION}/lib \
-L${CASROOT}/${STATION}/lib -L${STLPortLib} \
\
${SAMPLE_ROOT}/${STATION}/obj/jcas/jcas.o \
${SAMPLE_ROOT}/${STATION}/obj/jcas/jcas_Object.o \
${SAMPLE_ROOT}/${STATION}/obj/jcas/jcas_Transient.o \
\
-lTKernel \
-lsocket -lnsl -lsunmath -lm -ldl \
-lC -lc ;
set ld_status=$status
if ( $?LD_LIBRARY_PATH ) then
set ld_library_path=$LD_LIBRARY_PATH
endif
if ( $?LD_LIBRARY_PATH ) then
setenv LD_LIBRARY_PATH ${SAMPLE_ROOT}/${STATION}/lib:${CASROOT}/${STATION}/lib::${LD_LIBRARY_PATH}
else
setenv LD_LIBRARY_PATH ${SAMPLE_ROOT}/${STATION}/lib:${CASROOT}/${STATION}/lib:
endif
echo "Check of undefined symbols with LD_LIBRARY_PATH : $LD_LIBRARY_PATH"
/usr/ccs/bin/ld -o /dev/null \
\
${SAMPLE_ROOT}/${STATION}/lib//libTKjcas.so\
-lTKernel \
;
if ( $status ) then
echo "Check failed"
else
echo "Check successed"
endif
if ( $?ld_library_path ) then
setenv LD_LIBRARY_PATH $ld_library_path
else
unsetenv LD_LIBRARY_PATH
endif
set status=$ld_status

View File

@@ -1,17 +0,0 @@
if (!($?CCHOME)) setenv CCHOME "/opt/DEV5_1/SUNWspro/bin/CC "
if (!($?CCFLAGS)) setenv CCFLAGS " -PIC -xchip=ultra -xarch=v8 -Usun -DSOLARIS -DNO_CXX_EXCEPTION -vdelx -DCSFDB -O2 -DNo_Exception +w "
if (!($?CCINC)) setenv CCINC "/opt/DEV5_1/SUNWspro/SC4.2/include/CC"
if (!($?STLPortHome)) then
setenv STLPortInclude "."
else
if (!($?STLPortInclude)) setenv STLPortInclude "$STLPortHome/stlport"
endif
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/User)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/User
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/.tmp)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/.tmp
if (!(-e ${SAMPLE_ROOT}/${STATION}/lib)) mkdir -p ${SAMPLE_ROOT}/${STATION}/lib
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${SAMPLE_ROOT}/drv/User/. -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -c ${SAMPLE_ROOT}/src/User/User_Cylinder.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/User/User_Cylinder.o

View File

@@ -1,19 +0,0 @@
if (!($?CCHOME)) setenv CCHOME "/opt/DEV5_1/SUNWspro/bin/CC "
if (!($?CCFLAGS)) setenv CCFLAGS " -PIC -xchip=ultra -xarch=v8 -Usun -DSOLARIS -DNO_CXX_EXCEPTION -vdelx -DCSFDB -O2 -DNo_Exception +w "
if (!($?CCINC)) setenv CCINC "/opt/DEV5_1/SUNWspro/SC4.2/include/CC"
if (!($?STLPortHome)) then
setenv STLPortInclude "."
else
if (!($?STLPortInclude)) setenv STLPortInclude "$STLPortHome/stlport"
endif
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/jcas)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/jcas
if (!(-e ${SAMPLE_ROOT}/${STATION}/obj/.tmp)) mkdir -p ${SAMPLE_ROOT}/${STATION}/obj/.tmp
if (!(-e ${SAMPLE_ROOT}/${STATION}/lib)) mkdir -p ${SAMPLE_ROOT}/${STATION}/lib
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -I${CASROOT}/drv/jcas/. -c ${CASROOT}/src/jcas/jcas.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/jcas/jcas.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -I${CASROOT}/drv/jcas/. -c ${CASROOT}/src/jcas/jcas_Object.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/jcas/jcas_Object.o
${CCHOME} ${CCFLAGS} -I${STLPortInclude} -I${CCINC} -I${JAVAHOME}/include -I${JAVAHOME}/include/solaris -DHAVE_WOK_CONFIG_H -DHAVE_CONFIG_H -I${SAMPLE_ROOT}/inc -I${CASROOT}/inc -I${CASROOT}/src/WOKTclLib -I${CASROOT}/drv/jcas/. -c ${CASROOT}/src/jcas/jcas_Transient.cxx -o ${SAMPLE_ROOT}/${STATION}/obj/jcas/jcas_Transient.o

File diff suppressed because it is too large Load Diff

Some files were not shown because too many files have changed in this diff Show More