|
138 | 138 |
|
139 | 139 | # ------------- Projects -------------
|
140 | 140 |
|
141 |
| - "org.yarp": { |
| 141 | + "org.prism": { |
142 | 142 | "dir": "src/yarp",
|
143 | 143 | "sourceDirs": ["java"],
|
144 | 144 | "jniHeaders": True,
|
|
219 | 219 | "ldflags": ["-pthread"],
|
220 | 220 | },
|
221 | 221 |
|
222 |
| - "org.yarp.libyarp": { |
| 222 | + "org.prism.libyarp": { |
223 | 223 | "class": "YARPNativeProject",
|
224 | 224 | "dir": "src/main/c/yarp",
|
225 | 225 | # "makeTarget": "all-no-debug", # Can use this to build without asserts
|
|
232 | 232 | "native": "shared_lib",
|
233 | 233 | "deliverable": "yarp",
|
234 | 234 | "buildDependencies": [
|
235 |
| - "org.yarp.libyarp", # librubyparser.a |
236 |
| - "org.yarp", # for the generated JNI header file |
| 235 | + "org.prism.libyarp", # librubyparser.a |
| 236 | + "org.prism", # for the generated JNI header file |
237 | 237 | ],
|
238 | 238 | "use_jdk_headers": True, # the generated JNI header includes jni.h
|
239 |
| - "cflags": ["-g", "-Wall", "-Werror", "-pthread", "-I<path:org.yarp.libyarp>/include"], |
| 239 | + "cflags": ["-g", "-Wall", "-Werror", "-pthread", "-I<path:org.prism.libyarp>/include"], |
240 | 240 | "ldflags": ["-pthread"],
|
241 |
| - "ldlibs": ["<path:org.yarp.libyarp>/build/librubyparser.a"], |
| 241 | + "ldlibs": ["<path:org.prism.libyarp>/build/librubyparser.a"], |
242 | 242 | "description": "JNI bindings for YARP"
|
243 | 243 | },
|
244 | 244 |
|
|
254 | 254 | ],
|
255 | 255 | "dependencies": [
|
256 | 256 | # Projects
|
257 |
| - "org.yarp", |
| 257 | + "org.prism", |
258 | 258 | # Distributions, keep in sync with TRUFFLERUBY.distDependencies
|
259 | 259 | "truffleruby:TRUFFLERUBY-ANNOTATIONS",
|
260 | 260 | "truffleruby:TRUFFLERUBY-SHARED",
|
|
0 commit comments