Changeset 737 in Sophya for trunk/SophyaLib/Mgr/mkmf
- Timestamp:
- Feb 22, 2000, 5:31:27 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Mgr/mkmf
r663 r737 1 1 #!/bin/csh 2 # $Id: mkmf,v 1. 6 1999-11-29 12:48:11ansari Exp $2 # $Id: mkmf,v 1.7 2000-02-22 16:31:26 ansari Exp $ 3 3 4 4 # Librairie cfitsio 5 if( ! $? CFITSIODIR ) then6 echo ' cfitsio library: CFITSIODIR variable need to be set'5 if( ! $?EXTLIBDIR ) then 6 echo 'EXTLIBDIR library: EXTLIBDIR variable need to be set' 7 7 endif 8 8
Note:
See TracChangeset
for help on using the changeset viewer.