Changeset 226 in Sophya for trunk/SophyaLib/Mgr/mkmf
- Timestamp:
- Apr 13, 1999, 5:11:11 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Mgr/mkmf
r218 r226 1 1 #!/bin/csh 2 # $Id: mkmf,v 1. 1.1.1 1999-04-09 17:55:32ansari Exp $2 # $Id: mkmf,v 1.2 1999-04-13 15:11:11 ansari Exp $ 3 3 4 4 # creation de MakefileUser.h a partir de Makefile.h … … 30 30 # pour instantiation automatique/manuels 31 31 32 cxxlibs: Blitz SysTools NTools 32 cxxlibs: Blitz SysTools NTools Samba 33 33 34 34 EOF … … 36 36 37 37 # Attention, ne pas changer l'ordre de libnames dependances cxx 38 set libnames = (Blitz SysTools NTools )38 set libnames = (Blitz SysTools NTools Samba) 39 39 set i = 1 40 40 set j = $#libnames ; @ j--
Note:
See TracChangeset
for help on using the changeset viewer.