1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-14 13:30:48 +03:00

Compare commits

..

199 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
8612 changed files with 201468 additions and 429720 deletions

7
.gitignore vendored
View File

@@ -15,6 +15,12 @@
win32
win64
# standard names of directories for objects and binaries for samples
bin
obj
Debug
Release
# project files and artifacts
/adm/msvc
/adm/wnt
@@ -23,6 +29,7 @@ win64
/adm/make
/adm/cmake
*.vcproj*user
*.csproj*user
*.ncb
*.suo
*.sdf

View File

@@ -1,5 +1,5 @@
Open CASCADE Technology Public License
License version: 6.5 March, 2011
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.

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
@@ -208,47 +205,33 @@ t TKTopAlgo
t TKXMesh
n InterfaceGraphic
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
p Cocoa
r FontMFT
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
@@ -497,9 +479,12 @@ p QANCollection
p QANewBRepNaming
p QANewDBRepNaming
p QANewModTopOpe
p QAViewer2dTest
r QAResources
t TKQADraw
p QADNaming
p QABugs
p Font
p BOPAlgo
p BOPDS
p BOPCol
p BOPInt

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="windows-1251"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="9,00"
Version="9.00"
Name="OCC"
ProjectGUID="{DCB139CF-2190-412E-B72F-8B080CC01422}"
Keyword="Win32Proj"
@@ -63,7 +63,7 @@
/>
<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="$(CSF_OPT_LIB32D)"
@@ -144,7 +144,7 @@
/>
<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="$(CSF_OPT_LIB32)"

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,3 +1,7 @@
call ../../env.bat %1 %2 %3
if not ["%CASDEB%"] == [""] call ../../msvc.bat %VCVER% win%ARCH% %CASDEB% %~dp0IE\IE.sln
if ["%CASDEB%"] == [""] call ../../msvc.bat %VCVER% win%ARCH% "" %~dp0IE\IE.sln
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"
)

View File

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

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="windows-1251"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="9,00"
Version="9.00"
Name="shell"
ProjectGUID="{969912D9-78E7-4AB8-B4FF-6B52B4F03991}"
Keyword="Win32Proj"
@@ -63,7 +63,7 @@
/>
<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);$(CSF_OPT_LIB32D)"
@@ -143,7 +143,7 @@
/>
<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);$(CSF_OPT_LIB32)"

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

View File

@@ -1,19 +0,0 @@
@echo off
rem Launch MS VC with environment prepared for building OCCT Java sample
rem Set build environment
call %~dp0..\..\..\..\ros\env_build.bat vc8 win32
rem Define path to project file
set PRJFILE=%~dp0SAMPLE.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,136 +0,0 @@
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CASCADESamplesJni", "CASCADESamplesJni.vcproj", "{8DEBD578-2878-464F-9C01-892D53D494E2}"
ProjectSection(ProjectDependencies) = postProject
{502DF869-EFEC-4E18-BE1C-7CE7A507A947} = {502DF869-EFEC-4E18-BE1C-7CE7A507A947}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SampleAISBasicJni", "SampleAISBasicJni.vcproj", "{21AA79D9-F0A8-4A68-A4EA-9E623046DF08}"
ProjectSection(ProjectDependencies) = postProject
{03037241-CE41-4D9C-B981-0DBC60B0686D} = {03037241-CE41-4D9C-B981-0DBC60B0686D}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SampleAISDisplayModeJni", "SampleAISDisplayModeJni.vcproj", "{25614FA5-E94F-4E86-9FC1-97FD71790710}"
ProjectSection(ProjectDependencies) = postProject
{21AA79D9-F0A8-4A68-A4EA-9E623046DF08} = {21AA79D9-F0A8-4A68-A4EA-9E623046DF08}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SampleAISSelectJni", "SampleAISSelectJni.vcproj", "{FDC347F7-D9A0-4D07-B223-CC2A3F1BEB9D}"
ProjectSection(ProjectDependencies) = postProject
{25614FA5-E94F-4E86-9FC1-97FD71790710} = {25614FA5-E94F-4E86-9FC1-97FD71790710}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SampleDisplayAnimationJni", "SampleDisplayAnimationJni.vcproj", "{8A832152-5825-4FAB-A459-B360FC52BEEB}"
ProjectSection(ProjectDependencies) = postProject
{FDC347F7-D9A0-4D07-B223-CC2A3F1BEB9D} = {FDC347F7-D9A0-4D07-B223-CC2A3F1BEB9D}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SampleGeometryJni", "SampleGeometryJni.vcproj", "{EADBD6B4-E6F5-405D-8AF3-496A6472D304}"
ProjectSection(ProjectDependencies) = postProject
{8A832152-5825-4FAB-A459-B360FC52BEEB} = {8A832152-5825-4FAB-A459-B360FC52BEEB}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SampleHLRJni", "SampleHLRJni.vcproj", "{378E3840-7587-49C3-B73C-7FBD4ACC4BE9}"
ProjectSection(ProjectDependencies) = postProject
{EADBD6B4-E6F5-405D-8AF3-496A6472D304} = {EADBD6B4-E6F5-405D-8AF3-496A6472D304}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SampleImportExportJni", "SampleImportExportJni.vcproj", "{4318F255-7436-48BA-A686-372E4AAE972D}"
ProjectSection(ProjectDependencies) = postProject
{378E3840-7587-49C3-B73C-7FBD4ACC4BE9} = {378E3840-7587-49C3-B73C-7FBD4ACC4BE9}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SampleViewer3DJni", "SampleViewer3DJni.vcproj", "{78DD8C4E-E56E-4EE2-A810-F9F1E3E0B193}"
ProjectSection(ProjectDependencies) = postProject
{4318F255-7436-48BA-A686-372E4AAE972D} = {4318F255-7436-48BA-A686-372E4AAE972D}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SamplesTopologyJni", "SamplesTopologyJni.vcproj", "{502DF869-EFEC-4E18-BE1C-7CE7A507A947}"
ProjectSection(ProjectDependencies) = postProject
{78DD8C4E-E56E-4EE2-A810-F9F1E3E0B193} = {78DD8C4E-E56E-4EE2-A810-F9F1E3E0B193}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TKNativePaint", "TKNativePaint.vcproj", "{0D94D552-A08C-4158-AFD1-EEB7ADDE040A}"
ProjectSection(ProjectDependencies) = postProject
{703C819A-28AC-4AC4-A707-1DC9DC1A62CE} = {703C819A-28AC-4AC4-A707-1DC9DC1A62CE}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TKSamples", "TKSamples.vcproj", "{AB26C48F-40D5-49C6-8E4A-5965FCCEAAC2}"
ProjectSection(ProjectDependencies) = postProject
{0D94D552-A08C-4158-AFD1-EEB7ADDE040A} = {0D94D552-A08C-4158-AFD1-EEB7ADDE040A}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TKSamples2", "TKSamples2.vcproj", "{03037241-CE41-4D9C-B981-0DBC60B0686D}"
ProjectSection(ProjectDependencies) = postProject
{AB26C48F-40D5-49C6-8E4A-5965FCCEAAC2} = {AB26C48F-40D5-49C6-8E4A-5965FCCEAAC2}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TKjcas", "TKjcas.vcproj", "{703C819A-28AC-4AC4-A707-1DC9DC1A62CE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8DEBD578-2878-464F-9C01-892D53D494E2}.Debug|Win32.ActiveCfg = Debug|Win32
{8DEBD578-2878-464F-9C01-892D53D494E2}.Debug|Win32.Build.0 = Debug|Win32
{8DEBD578-2878-464F-9C01-892D53D494E2}.Release|Win32.ActiveCfg = Release|Win32
{8DEBD578-2878-464F-9C01-892D53D494E2}.Release|Win32.Build.0 = Release|Win32
{21AA79D9-F0A8-4A68-A4EA-9E623046DF08}.Debug|Win32.ActiveCfg = Debug|Win32
{21AA79D9-F0A8-4A68-A4EA-9E623046DF08}.Debug|Win32.Build.0 = Debug|Win32
{21AA79D9-F0A8-4A68-A4EA-9E623046DF08}.Release|Win32.ActiveCfg = Release|Win32
{21AA79D9-F0A8-4A68-A4EA-9E623046DF08}.Release|Win32.Build.0 = Release|Win32
{25614FA5-E94F-4E86-9FC1-97FD71790710}.Debug|Win32.ActiveCfg = Debug|Win32
{25614FA5-E94F-4E86-9FC1-97FD71790710}.Debug|Win32.Build.0 = Debug|Win32
{25614FA5-E94F-4E86-9FC1-97FD71790710}.Release|Win32.ActiveCfg = Release|Win32
{25614FA5-E94F-4E86-9FC1-97FD71790710}.Release|Win32.Build.0 = Release|Win32
{FDC347F7-D9A0-4D07-B223-CC2A3F1BEB9D}.Debug|Win32.ActiveCfg = Debug|Win32
{FDC347F7-D9A0-4D07-B223-CC2A3F1BEB9D}.Debug|Win32.Build.0 = Debug|Win32
{FDC347F7-D9A0-4D07-B223-CC2A3F1BEB9D}.Release|Win32.ActiveCfg = Release|Win32
{FDC347F7-D9A0-4D07-B223-CC2A3F1BEB9D}.Release|Win32.Build.0 = Release|Win32
{8A832152-5825-4FAB-A459-B360FC52BEEB}.Debug|Win32.ActiveCfg = Debug|Win32
{8A832152-5825-4FAB-A459-B360FC52BEEB}.Debug|Win32.Build.0 = Debug|Win32
{8A832152-5825-4FAB-A459-B360FC52BEEB}.Release|Win32.ActiveCfg = Release|Win32
{8A832152-5825-4FAB-A459-B360FC52BEEB}.Release|Win32.Build.0 = Release|Win32
{EADBD6B4-E6F5-405D-8AF3-496A6472D304}.Debug|Win32.ActiveCfg = Debug|Win32
{EADBD6B4-E6F5-405D-8AF3-496A6472D304}.Debug|Win32.Build.0 = Debug|Win32
{EADBD6B4-E6F5-405D-8AF3-496A6472D304}.Release|Win32.ActiveCfg = Release|Win32
{EADBD6B4-E6F5-405D-8AF3-496A6472D304}.Release|Win32.Build.0 = Release|Win32
{378E3840-7587-49C3-B73C-7FBD4ACC4BE9}.Debug|Win32.ActiveCfg = Debug|Win32
{378E3840-7587-49C3-B73C-7FBD4ACC4BE9}.Debug|Win32.Build.0 = Debug|Win32
{378E3840-7587-49C3-B73C-7FBD4ACC4BE9}.Release|Win32.ActiveCfg = Release|Win32
{378E3840-7587-49C3-B73C-7FBD4ACC4BE9}.Release|Win32.Build.0 = Release|Win32
{4318F255-7436-48BA-A686-372E4AAE972D}.Debug|Win32.ActiveCfg = Debug|Win32
{4318F255-7436-48BA-A686-372E4AAE972D}.Debug|Win32.Build.0 = Debug|Win32
{4318F255-7436-48BA-A686-372E4AAE972D}.Release|Win32.ActiveCfg = Release|Win32
{4318F255-7436-48BA-A686-372E4AAE972D}.Release|Win32.Build.0 = Release|Win32
{78DD8C4E-E56E-4EE2-A810-F9F1E3E0B193}.Debug|Win32.ActiveCfg = Debug|Win32
{78DD8C4E-E56E-4EE2-A810-F9F1E3E0B193}.Debug|Win32.Build.0 = Debug|Win32
{78DD8C4E-E56E-4EE2-A810-F9F1E3E0B193}.Release|Win32.ActiveCfg = Release|Win32
{78DD8C4E-E56E-4EE2-A810-F9F1E3E0B193}.Release|Win32.Build.0 = Release|Win32
{502DF869-EFEC-4E18-BE1C-7CE7A507A947}.Debug|Win32.ActiveCfg = Debug|Win32
{502DF869-EFEC-4E18-BE1C-7CE7A507A947}.Debug|Win32.Build.0 = Debug|Win32
{502DF869-EFEC-4E18-BE1C-7CE7A507A947}.Release|Win32.ActiveCfg = Release|Win32
{502DF869-EFEC-4E18-BE1C-7CE7A507A947}.Release|Win32.Build.0 = Release|Win32
{0D94D552-A08C-4158-AFD1-EEB7ADDE040A}.Debug|Win32.ActiveCfg = Debug|Win32
{0D94D552-A08C-4158-AFD1-EEB7ADDE040A}.Debug|Win32.Build.0 = Debug|Win32
{0D94D552-A08C-4158-AFD1-EEB7ADDE040A}.Release|Win32.ActiveCfg = Release|Win32
{0D94D552-A08C-4158-AFD1-EEB7ADDE040A}.Release|Win32.Build.0 = Release|Win32
{AB26C48F-40D5-49C6-8E4A-5965FCCEAAC2}.Debug|Win32.ActiveCfg = Debug|Win32
{AB26C48F-40D5-49C6-8E4A-5965FCCEAAC2}.Debug|Win32.Build.0 = Debug|Win32
{AB26C48F-40D5-49C6-8E4A-5965FCCEAAC2}.Release|Win32.ActiveCfg = Release|Win32
{AB26C48F-40D5-49C6-8E4A-5965FCCEAAC2}.Release|Win32.Build.0 = Release|Win32
{03037241-CE41-4D9C-B981-0DBC60B0686D}.Debug|Win32.ActiveCfg = Debug|Win32
{03037241-CE41-4D9C-B981-0DBC60B0686D}.Debug|Win32.Build.0 = Debug|Win32
{03037241-CE41-4D9C-B981-0DBC60B0686D}.Release|Win32.ActiveCfg = Release|Win32
{03037241-CE41-4D9C-B981-0DBC60B0686D}.Release|Win32.Build.0 = Release|Win32
{703C819A-28AC-4AC4-A707-1DC9DC1A62CE}.Debug|Win32.ActiveCfg = Debug|Win32
{703C819A-28AC-4AC4-A707-1DC9DC1A62CE}.Debug|Win32.Build.0 = Debug|Win32
{703C819A-28AC-4AC4-A707-1DC9DC1A62CE}.Release|Win32.ActiveCfg = Release|Win32
{703C819A-28AC-4AC4-A707-1DC9DC1A62CE}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal

View File

@@ -1,410 +0,0 @@
<?xml version="1.0" encoding="windows-1251"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="8,00"
Name="SampleAISBasicJni"
ProjectGUID="{21AA79D9-F0A8-4A68-A4EA-9E623046DF08}"
>
<Platforms>
<Platform
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Release|Win32"
OutputDirectory=".\..\..\win32\vc8\lib"
IntermediateDirectory=".\..\..\win32\vc8\obj"
ConfigurationType="2"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="false"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG"
MkTypLibCompatible="true"
SuppressStartupBanner="true"
TargetEnvironment="1"
TypeLibraryName=".\..\..\win32\vc8\lib/SampleAISBasicJni.tlb"
HeaderFileName=""
/>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
InlineFunctionExpansion="1"
AdditionalIncludeDirectories="$(JAVAHOME)\include,$(JAVAHOME)\include\win32,$(CASROOT)\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB"
StringPooling="true"
RuntimeLibrary="0"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\..\..\win32\vc8\obj/SampleAISBasicJni.pch"
AssemblerListingLocation=".\..\..\win32\vc8\obj/"
ObjectFile=".\..\..\win32\vc8\obj/"
ProgramDataBaseFileName=".\..\..\win32\vc8\obj/"
WarningLevel="3"
SuppressStartupBanner="true"
CompileAs="0"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG"
Culture="1036"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="TKSamples.lib TKjcas.lib TKV3d.lib TKV2d.lib TKService.lib TKBool.lib TKPrim.lib TKTopAlgo.lib TKGeomAlgo.lib TKBRep.lib TKGeomBase.lib TKG3d.lib TKG2d.lib TKMath.lib TKernel.lib opengl32.lib glu32.lib ws2_32.lib odbc32.lib odbccp32.lib"
OutputFile=".\..\..\win32\vc8\lib/SampleAISBasicJni.dll"
LinkIncremental="1"
SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\..\win32\vc8\lib,Release,$(CASROOT)\win32\vc8\lib"
ProgramDatabaseFile=".\..\..\win32\vc8\lib/SampleAISBasicJni.pdb"
SubSystem="2"
ImportLibrary=".\..\..\win32\vc8\lib/SampleAISBasicJni.lib"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Debug|Win32"
OutputDirectory=".\..\..\win32\vc8\libd"
IntermediateDirectory=".\..\..\win32\vc8\objd"
ConfigurationType="2"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="false"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="_DEBUG"
MkTypLibCompatible="true"
SuppressStartupBanner="true"
TargetEnvironment="1"
TypeLibraryName=".\..\..\win32\vc8\libd/SampleAISBasicJni.tlb"
HeaderFileName=""
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="$(JAVAHOME)\include,$(JAVAHOME)\include\win32,$(CASROOT)\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB"
RuntimeLibrary="1"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\..\..\win32\vc8\objd/SampleAISBasicJni.pch"
AssemblerListingLocation=".\..\..\win32\vc8\objd/"
ObjectFile=".\..\..\win32\vc8\objd/"
ProgramDataBaseFileName=".\..\..\win32\vc8\objd/"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="4"
CompileAs="0"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="_DEBUG"
Culture="1036"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="TKSamples.lib TKjcas.lib TKV3d.lib TKV2d.lib TKService.lib TKBool.lib TKPrim.lib TKTopAlgo.lib TKGeomAlgo.lib TKBRep.lib TKGeomBase.lib TKG3d.lib TKG2d.lib TKMath.lib TKernel.lib opengl32.lib glu32.lib ws2_32.lib odbc32.lib odbccp32.lib"
OutputFile=".\..\..\win32\vc8\libd/SampleAISBasicJni.dll"
LinkIncremental="1"
SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\..\win32\vc8\libd,Debug,$(CASROOT)\win32\vc8\libd"
GenerateDebugInformation="true"
ProgramDatabaseFile=".\..\..\win32\vc8\libd/SampleAISBasicJni.pdb"
SubSystem="2"
ImportLibrary=".\..\..\win32\vc8\libd/SampleAISBasicJni.lib"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name="Source files"
>
<File
RelativePath="..\..\drv\SampleAISBasicJni\SampleAISBasicJni_AIS_InteractiveContext_java.cxx"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\drv\SampleAISBasicJni\SampleAISBasicJni_SampleAISBasicPackage_java.cxx"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\drv\SampleAISBasicJni\SampleAISBasicJni_TCollection_AsciiString_java.cxx"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\drv\SampleAISBasicJni\SampleAISBasicJni_UnitsAPI_java.cxx"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\drv\SampleAISBasicJni\SampleAISBasicJni_V3d_View_java.cxx"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\drv\SampleAISBasicJni\SampleAISBasicJni_V3d_Viewer_java.cxx"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\drv\SampleAISBasicJni\SampleAISBasicJni_Viewer_View_java.cxx"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\drv\SampleAISBasicJni\SampleAISBasicJni_Viewer_Viewer_java.cxx"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>

View File

@@ -1,410 +0,0 @@
<?xml version="1.0" encoding="windows-1251"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="8,00"
Name="SampleAISDisplayModeJni"
ProjectGUID="{25614FA5-E94F-4E86-9FC1-97FD71790710}"
>
<Platforms>
<Platform
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Release|Win32"
OutputDirectory=".\..\..\win32\vc8\lib"
IntermediateDirectory=".\..\..\win32\vc8\obj"
ConfigurationType="2"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="false"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG"
MkTypLibCompatible="true"
SuppressStartupBanner="true"
TargetEnvironment="1"
TypeLibraryName=".\..\..\win32\vc8\lib/SampleAISDisplayModeJni.tlb"
HeaderFileName=""
/>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
InlineFunctionExpansion="1"
AdditionalIncludeDirectories="$(JAVAHOME)\include,$(JAVAHOME)\include\win32,$(CASROOT)\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB"
StringPooling="true"
RuntimeLibrary="0"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\..\..\win32\vc8\obj/SampleAISDisplayModeJni.pch"
AssemblerListingLocation=".\..\..\win32\vc8\obj/"
ObjectFile=".\..\..\win32\vc8\obj/"
ProgramDataBaseFileName=".\..\..\win32\vc8\obj/"
WarningLevel="3"
SuppressStartupBanner="true"
CompileAs="0"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG"
Culture="1036"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="TKSamples.lib TKjcas.lib TKV3d.lib TKV2d.lib TKService.lib TKBool.lib TKPrim.lib TKTopAlgo.lib TKGeomAlgo.lib TKBRep.lib TKGeomBase.lib TKG3d.lib TKG2d.lib TKMath.lib TKernel.lib opengl32.lib glu32.lib ws2_32.lib odbc32.lib odbccp32.lib"
OutputFile=".\..\..\win32\vc8\lib/SampleAISDisplayModeJni.dll"
LinkIncremental="1"
SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\..\win32\vc8\lib,Release,$(CASROOT)\win32\vc8\lib"
ProgramDatabaseFile=".\..\..\win32\vc8\lib/SampleAISDisplayModeJni.pdb"
SubSystem="2"
ImportLibrary=".\..\..\win32\vc8\lib/SampleAISDisplayModeJni.lib"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Debug|Win32"
OutputDirectory=".\..\..\win32\vc8\libd"
IntermediateDirectory=".\..\..\win32\vc8\objd"
ConfigurationType="2"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="false"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="_DEBUG"
MkTypLibCompatible="true"
SuppressStartupBanner="true"
TargetEnvironment="1"
TypeLibraryName=".\..\..\win32\vc8\libd/SampleAISDisplayModeJni.tlb"
HeaderFileName=""
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="$(JAVAHOME)\include,$(JAVAHOME)\include\win32,$(CASROOT)\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB"
RuntimeLibrary="1"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\..\..\win32\vc8\objd/SampleAISDisplayModeJni.pch"
AssemblerListingLocation=".\..\..\win32\vc8\objd/"
ObjectFile=".\..\..\win32\vc8\objd/"
ProgramDataBaseFileName=".\..\..\win32\vc8\objd/"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="4"
CompileAs="0"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="_DEBUG"
Culture="1036"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="TKSamples.lib TKjcas.lib TKV3d.lib TKV2d.lib TKService.lib TKBool.lib TKPrim.lib TKTopAlgo.lib TKGeomAlgo.lib TKBRep.lib TKGeomBase.lib TKG3d.lib TKG2d.lib TKMath.lib TKernel.lib opengl32.lib glu32.lib ws2_32.lib odbc32.lib odbccp32.lib"
OutputFile=".\..\..\win32\vc8\libd/SampleAISDisplayModeJni.dll"
LinkIncremental="1"
SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\..\win32\vc8\libd,Debug,$(CASROOT)\win32\vc8\libd"
GenerateDebugInformation="true"
ProgramDatabaseFile=".\..\..\win32\vc8\libd/SampleAISDisplayModeJni.pdb"
SubSystem="2"
ImportLibrary=".\..\..\win32\vc8\libd/SampleAISDisplayModeJni.lib"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name="Source files"
>
<File
RelativePath="..\..\drv\SampleAISDisplayModeJni\SampleAISDisplayModeJni_AIS_InteractiveContext_java.cxx"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\drv\SampleAISDisplayModeJni\SampleAISDisplayModeJni_Quantity_Color_java.cxx"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\drv\SampleAISDisplayModeJni\SampleAISDisplayModeJni_SampleAISDisplayModePackage_java.cxx"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\drv\SampleAISDisplayModeJni\SampleAISDisplayModeJni_TCollection_AsciiString_java.cxx"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\drv\SampleAISDisplayModeJni\SampleAISDisplayModeJni_V3d_View_java.cxx"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\drv\SampleAISDisplayModeJni\SampleAISDisplayModeJni_V3d_Viewer_java.cxx"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\drv\SampleAISDisplayModeJni\SampleAISDisplayModeJni_Viewer_View_java.cxx"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\drv\SampleAISDisplayModeJni\SampleAISDisplayModeJni_Viewer_Viewer_java.cxx"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>

View File

@@ -1,410 +0,0 @@
<?xml version="1.0" encoding="windows-1251"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="8,00"
Name="SampleAISSelectJni"
ProjectGUID="{FDC347F7-D9A0-4D07-B223-CC2A3F1BEB9D}"
>
<Platforms>
<Platform
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Release|Win32"
OutputDirectory=".\..\..\win32\vc8\lib"
IntermediateDirectory=".\..\..\win32\vc8\obj"
ConfigurationType="2"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="false"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG"
MkTypLibCompatible="true"
SuppressStartupBanner="true"
TargetEnvironment="1"
TypeLibraryName=".\..\..\win32\vc8\lib/SampleAISSelectJni.tlb"
HeaderFileName=""
/>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
InlineFunctionExpansion="1"
AdditionalIncludeDirectories="$(JAVAHOME)\include,$(JAVAHOME)\include\win32,$(CASROOT)\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB"
StringPooling="true"
RuntimeLibrary="0"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\..\..\win32\vc8\obj/SampleAISSelectJni.pch"
AssemblerListingLocation=".\..\..\win32\vc8\obj/"
ObjectFile=".\..\..\win32\vc8\obj/"
ProgramDataBaseFileName=".\..\..\win32\vc8\obj/"
WarningLevel="3"
SuppressStartupBanner="true"
CompileAs="0"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG"
Culture="1036"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="TKSamples.lib TKjcas.lib TKV3d.lib TKV2d.lib TKService.lib TKBool.lib TKPrim.lib TKTopAlgo.lib TKGeomAlgo.lib TKBRep.lib TKGeomBase.lib TKG3d.lib TKG2d.lib TKMath.lib TKernel.lib opengl32.lib glu32.lib ws2_32.lib odbc32.lib odbccp32.lib"
OutputFile=".\..\..\win32\vc8\lib/SampleAISSelectJni.dll"
LinkIncremental="1"
SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\..\win32\vc8\lib,Release,$(CASROOT)\win32\vc8\lib"
ProgramDatabaseFile=".\..\..\win32\vc8\lib/SampleAISSelectJni.pdb"
SubSystem="2"
ImportLibrary=".\..\..\win32\vc8\lib/SampleAISSelectJni.lib"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Debug|Win32"
OutputDirectory=".\..\..\win32\vc8\libd"
IntermediateDirectory=".\..\..\win32\vc8\objd"
ConfigurationType="2"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="false"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="_DEBUG"
MkTypLibCompatible="true"
SuppressStartupBanner="true"
TargetEnvironment="1"
TypeLibraryName=".\..\..\win32\vc8\libd/SampleAISSelectJni.tlb"
HeaderFileName=""
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="$(JAVAHOME)\include,$(JAVAHOME)\include\win32,$(CASROOT)\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB"
RuntimeLibrary="1"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\..\..\win32\vc8\objd/SampleAISSelectJni.pch"
AssemblerListingLocation=".\..\..\win32\vc8\objd/"
ObjectFile=".\..\..\win32\vc8\objd/"
ProgramDataBaseFileName=".\..\..\win32\vc8\objd/"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="4"
CompileAs="0"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="_DEBUG"
Culture="1036"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="TKSamples.lib TKjcas.lib TKV3d.lib TKV2d.lib TKService.lib TKBool.lib TKPrim.lib TKTopAlgo.lib TKGeomAlgo.lib TKBRep.lib TKGeomBase.lib TKG3d.lib TKG2d.lib TKMath.lib TKernel.lib opengl32.lib glu32.lib ws2_32.lib odbc32.lib odbccp32.lib"
OutputFile=".\..\..\win32\vc8\libd/SampleAISSelectJni.dll"
LinkIncremental="1"
SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\..\win32\vc8\libd,Debug,$(CASROOT)\win32\vc8\libd"
GenerateDebugInformation="true"
ProgramDatabaseFile=".\..\..\win32\vc8\libd/SampleAISSelectJni.pdb"
SubSystem="2"
ImportLibrary=".\..\..\win32\vc8\libd/SampleAISSelectJni.lib"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name="Source files"
>
<File
RelativePath="..\..\drv\SampleAISSelectJni\SampleAISSelectJni_AIS_InteractiveContext_java.cxx"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\drv\SampleAISSelectJni\SampleAISSelectJni_Quantity_Color_java.cxx"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\drv\SampleAISSelectJni\SampleAISSelectJni_SampleAISSelectPackage_java.cxx"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\drv\SampleAISSelectJni\SampleAISSelectJni_TCollection_AsciiString_java.cxx"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\drv\SampleAISSelectJni\SampleAISSelectJni_V3d_View_java.cxx"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\drv\SampleAISSelectJni\SampleAISSelectJni_V3d_Viewer_java.cxx"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\drv\SampleAISSelectJni\SampleAISSelectJni_Viewer_View_java.cxx"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\drv\SampleAISSelectJni\SampleAISSelectJni_Viewer_Viewer_java.cxx"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>

View File

@@ -1,362 +0,0 @@
<?xml version="1.0" encoding="windows-1251"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="8,00"
Name="SampleDisplayAnimationJni"
ProjectGUID="{8A832152-5825-4FAB-A459-B360FC52BEEB}"
>
<Platforms>
<Platform
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Release|Win32"
OutputDirectory=".\..\..\win32\vc8\lib"
IntermediateDirectory=".\..\..\win32\vc8\obj"
ConfigurationType="2"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="false"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG"
MkTypLibCompatible="true"
SuppressStartupBanner="true"
TargetEnvironment="1"
TypeLibraryName=".\..\..\win32\vc8\lib/SampleDisplayAnimationJni.tlb"
HeaderFileName=""
/>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
InlineFunctionExpansion="1"
AdditionalIncludeDirectories="$(JAVAHOME)\include,$(JAVAHOME)\include\win32,$(CASROOT)\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB"
StringPooling="true"
RuntimeLibrary="0"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\..\..\win32\vc8\obj/SampleDisplayAnimationJni.pch"
AssemblerListingLocation=".\..\..\win32\vc8\obj/"
ObjectFile=".\..\..\win32\vc8\obj/"
ProgramDataBaseFileName=".\..\..\win32\vc8\obj/"
WarningLevel="3"
SuppressStartupBanner="true"
CompileAs="0"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG"
Culture="1036"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="TKSamples.lib TKjcas.lib TKV3d.lib TKV2d.lib TKService.lib TKBool.lib TKPrim.lib TKTopAlgo.lib TKGeomAlgo.lib TKBRep.lib TKGeomBase.lib TKG3d.lib TKG2d.lib TKMath.lib TKernel.lib opengl32.lib glu32.lib ws2_32.lib odbc32.lib odbccp32.lib"
OutputFile=".\..\..\win32\vc8\lib/SampleDisplayAnimationJni.dll"
LinkIncremental="1"
SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\..\win32\vc8\lib,Release,$(CASROOT)\win32\vc8\lib"
ProgramDatabaseFile=".\..\..\win32\vc8\lib/SampleDisplayAnimationJni.pdb"
SubSystem="2"
ImportLibrary=".\..\..\win32\vc8\lib/SampleDisplayAnimationJni.lib"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Debug|Win32"
OutputDirectory=".\..\..\win32\vc8\libd"
IntermediateDirectory=".\..\..\win32\vc8\objd"
ConfigurationType="2"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="false"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="_DEBUG"
MkTypLibCompatible="true"
SuppressStartupBanner="true"
TargetEnvironment="1"
TypeLibraryName=".\..\..\win32\vc8\libd/SampleDisplayAnimationJni.tlb"
HeaderFileName=""
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="$(JAVAHOME)\include,$(JAVAHOME)\include\win32,$(CASROOT)\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB"
RuntimeLibrary="1"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\..\..\win32\vc8\objd/SampleDisplayAnimationJni.pch"
AssemblerListingLocation=".\..\..\win32\vc8\objd/"
ObjectFile=".\..\..\win32\vc8\objd/"
ProgramDataBaseFileName=".\..\..\win32\vc8\objd/"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="4"
CompileAs="0"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="_DEBUG"
Culture="1036"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="TKSamples.lib TKjcas.lib TKV3d.lib TKV2d.lib TKService.lib TKBool.lib TKPrim.lib TKTopAlgo.lib TKGeomAlgo.lib TKBRep.lib TKGeomBase.lib TKG3d.lib TKG2d.lib TKMath.lib TKernel.lib opengl32.lib glu32.lib ws2_32.lib odbc32.lib odbccp32.lib"
OutputFile=".\..\..\win32\vc8\libd/SampleDisplayAnimationJni.dll"
LinkIncremental="1"
SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\..\win32\vc8\libd,Debug,$(CASROOT)\win32\vc8\libd"
GenerateDebugInformation="true"
ProgramDatabaseFile=".\..\..\win32\vc8\libd/SampleDisplayAnimationJni.pdb"
SubSystem="2"
ImportLibrary=".\..\..\win32\vc8\libd/SampleDisplayAnimationJni.lib"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name="Source files"
>
<File
RelativePath="..\..\drv\SampleDisplayAnimationJni\SampleDisplayAnimationJni_AIS_InteractiveContext_java.cxx"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\drv\SampleDisplayAnimationJni\SampleDisplayAnimationJni_SampleDisplayAnimationPackage_java.cxx"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\drv\SampleDisplayAnimationJni\SampleDisplayAnimationJni_V3d_View_java.cxx"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\drv\SampleDisplayAnimationJni\SampleDisplayAnimationJni_V3d_Viewer_java.cxx"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\drv\SampleDisplayAnimationJni\SampleDisplayAnimationJni_Viewer_View_java.cxx"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\drv\SampleDisplayAnimationJni\SampleDisplayAnimationJni_Viewer_Viewer_java.cxx"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>

View File

@@ -1,458 +0,0 @@
<?xml version="1.0" encoding="windows-1251"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="8,00"
Name="SampleGeometryJni"
ProjectGUID="{EADBD6B4-E6F5-405D-8AF3-496A6472D304}"
>
<Platforms>
<Platform
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Release|Win32"
OutputDirectory=".\..\..\win32\vc8\lib"
IntermediateDirectory=".\..\..\win32\vc8\obj"
ConfigurationType="2"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="false"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG"
MkTypLibCompatible="true"
SuppressStartupBanner="true"
TargetEnvironment="1"
TypeLibraryName=".\..\..\win32\vc8\lib/SampleGeometryJni.tlb"
HeaderFileName=""
/>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
InlineFunctionExpansion="1"
AdditionalIncludeDirectories="$(JAVAHOME)\include,$(JAVAHOME)\include\win32,$(CASROOT)\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB"
StringPooling="true"
RuntimeLibrary="0"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\..\..\win32\vc8\obj/SampleGeometryJni.pch"
AssemblerListingLocation=".\..\..\win32\vc8\obj/"
ObjectFile=".\..\..\win32\vc8\obj/"
ProgramDataBaseFileName=".\..\..\win32\vc8\obj/"
WarningLevel="3"
SuppressStartupBanner="true"
CompileAs="0"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG"
Culture="1036"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="TKSamples.lib TKjcas.lib TKV3d.lib TKV2d.lib TKService.lib TKBool.lib TKPrim.lib TKTopAlgo.lib TKGeomAlgo.lib TKBRep.lib TKGeomBase.lib TKG3d.lib TKG2d.lib TKMath.lib TKernel.lib opengl32.lib glu32.lib ws2_32.lib odbc32.lib odbccp32.lib"
OutputFile=".\..\..\win32\vc8\lib/SampleGeometryJni.dll"
LinkIncremental="1"
SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\..\win32\vc8\lib,Release,$(CASROOT)\win32\vc8\lib"
ProgramDatabaseFile=".\..\..\win32\vc8\lib/SampleGeometryJni.pdb"
SubSystem="2"
ImportLibrary=".\..\..\win32\vc8\lib/SampleGeometryJni.lib"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Debug|Win32"
OutputDirectory=".\..\..\win32\vc8\libd"
IntermediateDirectory=".\..\..\win32\vc8\objd"
ConfigurationType="2"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="false"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="_DEBUG"
MkTypLibCompatible="true"
SuppressStartupBanner="true"
TargetEnvironment="1"
TypeLibraryName=".\..\..\win32\vc8\libd/SampleGeometryJni.tlb"
HeaderFileName=""
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="$(JAVAHOME)\include,$(JAVAHOME)\include\win32,$(CASROOT)\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB"
RuntimeLibrary="1"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\..\..\win32\vc8\objd/SampleGeometryJni.pch"
AssemblerListingLocation=".\..\..\win32\vc8\objd/"
ObjectFile=".\..\..\win32\vc8\objd/"
ProgramDataBaseFileName=".\..\..\win32\vc8\objd/"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="4"
CompileAs="0"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="_DEBUG"
Culture="1036"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="TKSamples.lib TKjcas.lib TKV3d.lib TKV2d.lib TKService.lib TKBool.lib TKPrim.lib TKTopAlgo.lib TKGeomAlgo.lib TKBRep.lib TKGeomBase.lib TKG3d.lib TKG2d.lib TKMath.lib TKernel.lib opengl32.lib glu32.lib ws2_32.lib odbc32.lib odbccp32.lib"
OutputFile=".\..\..\win32\vc8\libd/SampleGeometryJni.dll"
LinkIncremental="1"
SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\..\win32\vc8\libd,Debug,$(CASROOT)\win32\vc8\libd"
GenerateDebugInformation="true"
ProgramDatabaseFile=".\..\..\win32\vc8\libd/SampleGeometryJni.pdb"
SubSystem="2"
ImportLibrary=".\..\..\win32\vc8\libd/SampleGeometryJni.lib"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name="Source files"
>
<File
RelativePath="..\..\drv\SampleGeometryJni\SampleGeometryJni_AIS_InteractiveContext_java.cxx"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\drv\SampleGeometryJni\SampleGeometryJni_ISession2D_InteractiveContext_java.cxx"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\drv\SampleGeometryJni\SampleGeometryJni_SampleGeometryPackage_java.cxx"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\drv\SampleGeometryJni\SampleGeometryJni_TCollection_AsciiString_java.cxx"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\drv\SampleGeometryJni\SampleGeometryJni_V2d_View_java.cxx"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\drv\SampleGeometryJni\SampleGeometryJni_V2d_Viewer_java.cxx"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\drv\SampleGeometryJni\SampleGeometryJni_V3d_View_java.cxx"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\drv\SampleGeometryJni\SampleGeometryJni_V3d_Viewer_java.cxx"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\drv\SampleGeometryJni\SampleGeometryJni_Viewer_View_java.cxx"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\drv\SampleGeometryJni\SampleGeometryJni_Viewer_Viewer_java.cxx"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>

File diff suppressed because it is too large Load Diff

View File

@@ -1,386 +0,0 @@
<?xml version="1.0" encoding="windows-1251"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="8,00"
Name="SampleImportExportJni"
ProjectGUID="{4318F255-7436-48BA-A686-372E4AAE972D}"
>
<Platforms>
<Platform
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory=".\..\..\win32\vc8\libd"
IntermediateDirectory=".\..\..\win32\vc8\objd"
ConfigurationType="2"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="false"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="_DEBUG"
MkTypLibCompatible="true"
SuppressStartupBanner="true"
TargetEnvironment="1"
TypeLibraryName=".\..\..\win32\vc8\libd/SampleImportExportJni.tlb"
HeaderFileName=""
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="$(JAVAHOME)\include,$(JAVAHOME)\include\win32,$(CASROOT)\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB"
RuntimeLibrary="1"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\..\..\win32\vc8\objd/SampleImportExportJni.pch"
AssemblerListingLocation=".\..\..\win32\vc8\objd/"
ObjectFile=".\..\..\win32\vc8\objd/"
ProgramDataBaseFileName=".\..\..\win32\vc8\objd/"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="4"
CompileAs="0"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="_DEBUG"
Culture="1036"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="TKSamples.lib TKjcas.lib TKV3d.lib TKV2d.lib TKService.lib TKBool.lib TKPrim.lib TKTopAlgo.lib TKGeomAlgo.lib TKBRep.lib TKGeomBase.lib TKG3d.lib TKG2d.lib TKMath.lib TKernel.lib TKPShape.lib TKMesh.lib opengl32.lib glu32.lib ws2_32.lib odbc32.lib odbccp32.lib"
OutputFile=".\..\..\win32\vc8\libd/SampleImportExportJni.dll"
LinkIncremental="1"
SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\..\win32\vc8\libd,Debug,$(CASROOT)\win32\vc8\libd"
GenerateDebugInformation="true"
ProgramDatabaseFile=".\..\..\win32\vc8\libd/SampleImportExportJni.pdb"
SubSystem="2"
ImportLibrary=".\..\..\win32\vc8\libd/SampleImportExportJni.lib"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory=".\..\..\win32\vc8\lib"
IntermediateDirectory=".\..\..\win32\vc8\obj"
ConfigurationType="2"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="false"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG"
MkTypLibCompatible="true"
SuppressStartupBanner="true"
TargetEnvironment="1"
TypeLibraryName=".\..\..\win32\vc8\lib/SampleImportExportJni.tlb"
HeaderFileName=""
/>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
InlineFunctionExpansion="1"
AdditionalIncludeDirectories="$(JAVAHOME)\include,$(JAVAHOME)\include\win32,$(CASROOT)\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB"
StringPooling="true"
RuntimeLibrary="0"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\..\..\win32\vc8\obj/SampleImportExportJni.pch"
AssemblerListingLocation=".\..\..\win32\vc8\obj/"
ObjectFile=".\..\..\win32\vc8\obj/"
ProgramDataBaseFileName=".\..\..\win32\vc8\obj/"
WarningLevel="3"
SuppressStartupBanner="true"
CompileAs="0"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG"
Culture="1036"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="TKSamples.lib TKjcas.lib TKV3d.lib TKV2d.lib TKService.lib TKBool.lib TKPrim.lib TKTopAlgo.lib TKGeomAlgo.lib TKBRep.lib TKGeomBase.lib TKG3d.lib TKG2d.lib TKMath.lib TKernel.lib TKPShape.lib TKMesh.lib opengl32.lib glu32.lib ws2_32.lib odbc32.lib odbccp32.lib"
OutputFile=".\..\..\win32\vc8\lib/SampleImportExportJni.dll"
LinkIncremental="1"
SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\..\win32\vc8\lib,Release,$(CASROOT)\win32\vc8\lib"
ProgramDatabaseFile=".\..\..\win32\vc8\lib/SampleImportExportJni.pdb"
SubSystem="2"
ImportLibrary=".\..\..\win32\vc8\lib/SampleImportExportJni.lib"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name="Source files"
>
<File
RelativePath="..\..\drv\SampleImportExportJni\SampleImportExportJni_AIS_InteractiveContext_java.cxx"
>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\drv\SampleImportExportJni\SampleImportExportJni_SampleImportExportPackage_java.cxx"
>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\drv\SampleImportExportJni\SampleImportExportJni_TCollection_AsciiString_java.cxx"
>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\drv\SampleImportExportJni\SampleImportExportJni_V3d_View_java.cxx"
>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\drv\SampleImportExportJni\SampleImportExportJni_V3d_Viewer_java.cxx"
>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\drv\SampleImportExportJni\SampleImportExportJni_Viewer_View_java.cxx"
>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\drv\SampleImportExportJni\SampleImportExportJni_Viewer_Viewer_java.cxx"
>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>

View File

@@ -1,938 +0,0 @@
<?xml version="1.0" encoding="windows-1251"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="8,00"
Name="SampleViewer3DJni"
ProjectGUID="{78DD8C4E-E56E-4EE2-A810-F9F1E3E0B193}"
>
<Platforms>
<Platform
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Release|Win32"
OutputDirectory=".\..\..\win32\vc8\lib"
IntermediateDirectory=".\..\..\win32\vc8\obj"
ConfigurationType="2"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="false"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG"
MkTypLibCompatible="true"
SuppressStartupBanner="true"
TargetEnvironment="1"
TypeLibraryName=".\..\..\win32\vc8\lib/SampleViewer3DJni.tlb"
HeaderFileName=""
/>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
InlineFunctionExpansion="1"
AdditionalIncludeDirectories="$(JAVAHOME)\include,$(JAVAHOME)\include\win32,$(CASROOT)\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB"
StringPooling="true"
RuntimeLibrary="0"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\..\..\win32\vc8\obj/SampleViewer3DJni.pch"
AssemblerListingLocation=".\..\..\win32\vc8\obj/"
ObjectFile=".\..\..\win32\vc8\obj/"
ProgramDataBaseFileName=".\..\..\win32\vc8\obj/"
WarningLevel="3"
SuppressStartupBanner="true"
CompileAs="0"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG"
Culture="1036"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="TKSamples.lib TKSamples2.lib TKjcas.lib TKV3d.lib TKV2d.lib TKService.lib TKBool.lib TKPrim.lib TKTopAlgo.lib TKGeomAlgo.lib TKBRep.lib TKGeomBase.lib TKG3d.lib TKG2d.lib TKMath.lib TKernel.lib opengl32.lib glu32.lib ws2_32.lib odbc32.lib odbccp32.lib"
OutputFile=".\..\..\win32\vc8\lib/SampleViewer3DJni.dll"
LinkIncremental="1"
SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\..\win32\vc8\lib,Release,$(CASROOT)\win32\vc8\lib"
ProgramDatabaseFile=".\..\..\win32\vc8\lib/SampleViewer3DJni.pdb"
SubSystem="2"
ImportLibrary=".\..\..\win32\vc8\lib/SampleViewer3DJni.lib"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Debug|Win32"
OutputDirectory=".\..\..\win32\vc8\libd"
IntermediateDirectory=".\..\..\win32\vc8\objd"
ConfigurationType="2"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="false"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="_DEBUG"
MkTypLibCompatible="true"
SuppressStartupBanner="true"
TargetEnvironment="1"
TypeLibraryName=".\..\..\win32\vc8\libd/SampleViewer3DJni.tlb"
HeaderFileName=""
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="$(JAVAHOME)\include,$(JAVAHOME)\include\win32,$(CASROOT)\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB"
RuntimeLibrary="1"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\..\..\win32\vc8\objd/SampleViewer3DJni.pch"
AssemblerListingLocation=".\..\..\win32\vc8\objd/"
ObjectFile=".\..\..\win32\vc8\objd/"
ProgramDataBaseFileName=".\..\..\win32\vc8\objd/"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="4"
CompileAs="0"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="_DEBUG"
Culture="1036"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="TKSamples.lib TKSamples2.lib TKjcas.lib TKV3d.lib TKV2d.lib TKService.lib TKBool.lib TKPrim.lib TKTopAlgo.lib TKGeomAlgo.lib TKBRep.lib TKGeomBase.lib TKG3d.lib TKG2d.lib TKMath.lib TKernel.lib opengl32.lib glu32.lib ws2_32.lib odbc32.lib odbccp32.lib"
OutputFile=".\..\..\win32\vc8\libd/SampleViewer3DJni.dll"
LinkIncremental="1"
SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\..\win32\vc8\libd,Debug,$(CASROOT)\win32\vc8\libd"
GenerateDebugInformation="true"
ProgramDatabaseFile=".\..\..\win32\vc8\libd/SampleViewer3DJni.pdb"
SubSystem="2"
ImportLibrary=".\..\..\win32\vc8\libd/SampleViewer3DJni.lib"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name="Source files"
>
<File
RelativePath="..\..\drv\SampleViewer3DJni\SampleViewer3DJni_AIS_InteractiveContext_java.cxx"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\drv\SampleViewer3DJni\SampleViewer3DJni_AlienImage_AlienImage_java.cxx"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\drv\SampleViewer3DJni\SampleViewer3DJni_Aspect_Array1OfEdge_java.cxx"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\drv\SampleViewer3DJni\SampleViewer3DJni_Aspect_GraphicDriver_java.cxx"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\drv\SampleViewer3DJni\SampleViewer3DJni_Graphic3d_Array1OfVertex_java.cxx"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\drv\SampleViewer3DJni\SampleViewer3DJni_Graphic3d_Array1OfVertexC_java.cxx"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\drv\SampleViewer3DJni\SampleViewer3DJni_Graphic3d_Array1OfVertexN_java.cxx"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\drv\SampleViewer3DJni\SampleViewer3DJni_Graphic3d_Array1OfVertexNC_java.cxx"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\drv\SampleViewer3DJni\SampleViewer3DJni_Graphic3d_Array1OfVertexNT_java.cxx"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\drv\SampleViewer3DJni\SampleViewer3DJni_Graphic3d_Array2OfVertex_java.cxx"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\drv\SampleViewer3DJni\SampleViewer3DJni_Graphic3d_Array2OfVertexN_java.cxx"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\drv\SampleViewer3DJni\SampleViewer3DJni_Graphic3d_Array2OfVertexNT_java.cxx"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\drv\SampleViewer3DJni\SampleViewer3DJni_Graphic3d_GraphicDriver_java.cxx"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\drv\SampleViewer3DJni\SampleViewer3DJni_Graphic3d_HArray1OfBytes_java.cxx"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\drv\SampleViewer3DJni\SampleViewer3DJni_Graphic3d_Vector_java.cxx"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\drv\SampleViewer3DJni\SampleViewer3DJni_Graphic3d_Vertex_java.cxx"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\drv\SampleViewer3DJni\SampleViewer3DJni_Graphic3d_VertexN_java.cxx"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\drv\SampleViewer3DJni\SampleViewer3DJni_Graphic3d_VertexNC_java.cxx"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\drv\SampleViewer3DJni\SampleViewer3DJni_SampleViewer3DPackage_java.cxx"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\drv\SampleViewer3DJni\SampleViewer3DJni_Standard_Type_java.cxx"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\drv\SampleViewer3DJni\SampleViewer3DJni_TCollection_AsciiString_java.cxx"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\drv\SampleViewer3DJni\SampleViewer3DJni_TCollection_ExtendedString_java.cxx"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\drv\SampleViewer3DJni\SampleViewer3DJni_TColStd_Array1OfInteger_java.cxx"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\drv\SampleViewer3DJni\SampleViewer3DJni_TColStd_Array1OfReal_java.cxx"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\drv\SampleViewer3DJni\SampleViewer3DJni_TColStd_Array2OfReal_java.cxx"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\drv\SampleViewer3DJni\SampleViewer3DJni_TColStd_HArray1OfReal_java.cxx"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\drv\SampleViewer3DJni\SampleViewer3DJni_V3d_View_java.cxx"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\drv\SampleViewer3DJni\SampleViewer3DJni_V3d_Viewer_java.cxx"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\drv\SampleViewer3DJni\SampleViewer3DJni_Viewer_View_java.cxx"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\drv\SampleViewer3DJni\SampleViewer3DJni_Viewer_Viewer_java.cxx"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>

View File

@@ -1,386 +0,0 @@
<?xml version="1.0" encoding="windows-1251"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="8,00"
Name="SamplesTopologyJni"
ProjectGUID="{502DF869-EFEC-4E18-BE1C-7CE7A507A947}"
>
<Platforms>
<Platform
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Release|Win32"
OutputDirectory=".\..\..\win32\vc8\lib"
IntermediateDirectory=".\..\..\win32\vc8\obj"
ConfigurationType="2"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="false"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG"
MkTypLibCompatible="true"
SuppressStartupBanner="true"
TargetEnvironment="1"
TypeLibraryName=".\..\..\win32\vc8\lib/SamplesTopologyJni.tlb"
HeaderFileName=""
/>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
InlineFunctionExpansion="1"
AdditionalIncludeDirectories="$(JAVAHOME)\include,$(JAVAHOME)\include\win32,$(CASROOT)\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB"
StringPooling="true"
RuntimeLibrary="0"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\..\..\win32\vc8\obj/SamplesTopologyJni.pch"
AssemblerListingLocation=".\..\..\win32\vc8\obj/"
ObjectFile=".\..\..\win32\vc8\obj/"
ProgramDataBaseFileName=".\..\..\win32\vc8\obj/"
WarningLevel="3"
SuppressStartupBanner="true"
CompileAs="0"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG"
Culture="1036"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="TKSamples.lib TKjcas.lib TKV3d.lib TKV2d.lib TKService.lib TKBool.lib TKPrim.lib TKTopAlgo.lib TKMesh.lib TKGeomAlgo.lib TKBRep.lib TKGeomBase.lib TKG3d.lib TKG2d.lib TKMath.lib TKernel.lib opengl32.lib glu32.lib ws2_32.lib odbc32.lib odbccp32.lib"
OutputFile=".\..\..\win32\vc8\lib/SamplesTopologyJni.dll"
LinkIncremental="1"
SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\..\win32\vc8\lib,Release,$(CASROOT)\win32\vc8\lib"
ProgramDatabaseFile=".\..\..\win32\vc8\lib/SamplesTopologyJni.pdb"
SubSystem="2"
ImportLibrary=".\..\..\win32\vc8\lib/SamplesTopologyJni.lib"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Debug|Win32"
OutputDirectory=".\..\..\win32\vc8\libd"
IntermediateDirectory=".\..\..\win32\vc8\objd"
ConfigurationType="2"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="false"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="_DEBUG"
MkTypLibCompatible="true"
SuppressStartupBanner="true"
TargetEnvironment="1"
TypeLibraryName=".\..\..\win32\vc8\libd/SamplesTopologyJni.tlb"
HeaderFileName=""
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="$(JAVAHOME)\include,$(JAVAHOME)\include\win32,$(CASROOT)\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB"
RuntimeLibrary="1"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\..\..\win32\vc8\objd/SamplesTopologyJni.pch"
AssemblerListingLocation=".\..\..\win32\vc8\objd/"
ObjectFile=".\..\..\win32\vc8\objd/"
ProgramDataBaseFileName=".\..\..\win32\vc8\objd/"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="4"
CompileAs="0"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="_DEBUG"
Culture="1036"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="TKSamples.lib TKjcas.lib TKV3d.lib TKV2d.lib TKService.lib TKBool.lib TKPrim.lib TKTopAlgo.lib TKMesh.lib TKGeomAlgo.lib TKBRep.lib TKGeomBase.lib TKG3d.lib TKG2d.lib TKMath.lib TKernel.lib opengl32.lib glu32.lib ws2_32.lib odbc32.lib odbccp32.lib"
OutputFile=".\..\..\win32\vc8\libd/SamplesTopologyJni.dll"
LinkIncremental="1"
SuppressStartupBanner="true"
AdditionalLibraryDirectories="..\..\win32\vc8\libd,Debug,$(CASROOT)\win32\vc8\libd"
GenerateDebugInformation="true"
ProgramDatabaseFile=".\..\..\win32\vc8\libd/SamplesTopologyJni.pdb"
SubSystem="2"
ImportLibrary=".\..\..\win32\vc8\libd/SamplesTopologyJni.lib"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name="Source files"
>
<File
RelativePath="..\..\drv\SamplesTopologyJni\SamplesTopologyJni_AIS_InteractiveContext_java.cxx"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\drv\SamplesTopologyJni\SamplesTopologyJni_SamplesTopologyPackage_java.cxx"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\drv\SamplesTopologyJni\SamplesTopologyJni_TCollection_AsciiString_java.cxx"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\drv\SamplesTopologyJni\SamplesTopologyJni_V3d_View_java.cxx"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\drv\SamplesTopologyJni\SamplesTopologyJni_V3d_Viewer_java.cxx"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\drv\SamplesTopologyJni\SamplesTopologyJni_Viewer_View_java.cxx"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\drv\SamplesTopologyJni\SamplesTopologyJni_Viewer_Viewer_java.cxx"
>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\inc"
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WNT;CSFDB;$(NoInherit)"
/>
</FileConfiguration>
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>

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