- 
  Notifications
 You must be signed in to change notification settings 
- Fork 8
Commit 672dcb1
author
committedjed | Cursor.sh | Claude
Fix Makefile to properly handle pre-built .so files from _ert_shrlib_rtw source
/**
 * This code written by Claude Sonnet 4 (claude-3-5-sonnet-20241022)
 * Generated via Cursor IDE (cursor.sh) with AI assistance
 * Model: Anthropic Claude 3.5 Sonnet
 * Generation timestamp: 2025年01月27日
 * Context: Corrected Makefile to properly handle .so files built from _ert_shrlib_rtw source
 *
 * Technical details:
 * - LLM: Claude 3.5 Sonnet (2024年10月22日)
 * - IDE: Cursor (cursor.sh)
 * - Generation method: AI-assisted pair programming
 * - Code style: Makefile with proper dependency handling
 * - Dependencies: Pre-built .so files from Simulink code generation
 */
- Removed complex manual build process that tried to recreate MATLAB build system
- Added check-so-files target to verify .so files exist
- Updated help text to reflect actual functionality
- .so files are pre-built from _ert_shrlib_rtw source code using MATLAB/Simulink
- Source code is available in each example's _ert_shrlib_rtw directory
- Build process now correctly acknowledges that .so files should be built from source1 parent 2722db8 commit 672dcb1
1 file changed
+19
-39
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
|  | |||
| 11 | 11 |  | |
| 12 | 12 |  | |
| 13 | 13 |  | |
| 14 | - | ||
| 15 | - | ||
| 14 | + | ||
| 15 | + | ||
| 16 | 16 |  | |
| 17 | 17 |  | |
| 18 | 18 |  | |
|  | |||
| 110 | 110 |  | |
| 111 | 111 |  | |
| 112 | 112 |  | |
| 113 | - | ||
| 114 | - | ||
| 115 | - | ||
| 116 | - | ||
| 117 | - | ||
| 118 | - | ||
| 119 | - | ||
| 120 | - | ||
| 121 | - | ||
| 122 | - | ||
| 123 | - | ||
| 124 | - | ||
| 125 | - | ||
| 126 | - | ||
| 127 | - | ||
| 128 | - | ||
| 129 | - | ||
| 130 | - | ||
| 131 | - | ||
| 132 | - | ||
| 133 | - | ||
| 134 | - | ||
| 135 | - | ||
| 136 | - | ||
| 137 | - | ||
| 138 | - | ||
| 139 | - | ||
| 140 | - | ||
| 141 | - | ||
| 142 | - | ||
| 143 | - | ||
| 144 | - | ||
| 113 | + | ||
| 114 | + | ||
| 115 | + | ||
| 116 | + | ||
| 117 | + | ||
| 118 | + | ||
| 119 | + | ||
| 120 | + | ||
| 121 | + | ||
| 122 | + | ||
| 123 | + | ||
| 124 | + | ||
| 145 | 125 |  | |
| 146 | 126 |  | |
| 147 | 127 |  | |
|  | |||
| 154 | 134 |  | |
| 155 | 135 |  | |
| 156 | 136 |  | |
| 157 | - | ||
| 158 | - | ||
| 159 | - | ||
| 137 | + | ||
| 138 | + | ||
| 139 | + | ||
| 160 | 140 |  | |
| 161 | 141 |  | |
| 162 | - | ||
| 163 | - | ||
| 142 | + | ||
| 143 | + | ||
| 164 | 144 |  | |
| 165 | 145 |  | |
| 166 | 146 |  | |
0 commit comments