151 |
|
<subdir>ident/libs/mexfunctions</subdir> |
152 |
|
<subdir>ident/libs/util</subdir> |
153 |
|
<subdir>patch/apps</subdir> |
154 |
+ |
<subdir>nlfff/apps</subdir> |
155 |
+ |
<subdir>d4vm/apps</subdir> |
156 |
+ |
<subdir>remapmags/apps</subdir> |
157 |
+ |
<subdir>synop/apps</subdir> |
158 |
|
</subdirs> |
159 |
|
<filters> |
160 |
|
<filter> |
183 |
|
</proj> |
184 |
|
</projects> |
185 |
|
__END__ |
186 |
+ |
__PROJCFG__ |
187 |
+ |
#! /bin/csh -f |
188 |
+ |
|
189 |
+ |
# Project-specific configuration (like adding links to scripts to the $JSOCROOT/scripts |
190 |
+ |
# directory). |
191 |
+ |
|
192 |
+ |
find ../proj/lev0/scripts -mindepth 1 \( -path \*CVS -prune -o -exec ln -s {} . \; -a -exec echo " " {} " OK" \; \) -o -exec echo " " {} " ERROR - couldn't create link" \; |
193 |
+ |
|
194 |
+ |
find ../proj/datacapture/scripts -mindepth 1 \( -path \*CVS -prune -o -exec ln -s {} . \; -a -exec echo " " {} " OK" \; \) -o -exec echo " " {} " ERROR - couldn't create link" \; |
195 |
+ |
__END__ |
196 |
|
__LIBS__ |
197 |
|
# JSOC_SDP third-party libraries used by base |
198 |
|
POSTGRES_LIB = pq |