|
|
|||
File indexing completed on 2026-04-09 07:49:19
0001 #!/bin/bash -l 0002 0003 plog- 0004 name=SOPTICKS_LOG_Test 0005 bin=/tmp/$name 0006 0007 gcc $name.cc \ 0008 -std=c++11 \ 0009 -lstdc++ \ 0010 -I.. \ 0011 -DOPTICKS_SYSRAP \ 0012 -I$(plog-prefix)/include \ 0013 -L$(opticks-prefix)/lib -lSysRap \ 0014 -o $bin 0015 0016 [ $? -ne 0 ] && echo compile error && exit 1 0017 0018 $bin 0019 [ $? -ne 0 ] && echo run error && exit 2 0020 0021 0022 0023 exit 0
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|