Changeset 823 in Sophya for trunk/SophyaLib/Mgr/mkmf


Ignore:
Timestamp:
Apr 6, 2000, 11:50:08 AM (25 years ago)
Author:
ansari
Message:

MAJ Makefile mkmf, etc ... Reza 06/04/2000

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/Mgr/mkmf

    r751 r823  
    11#!/bin/csh
    2 # $Id: mkmf,v 1.10 2000-03-02 10:57:51 ansari Exp $
     2# $Id: mkmf,v 1.11 2000-04-06 09:50:06 ansari Exp $
    33
    44#  Pour debugger
     
    6767
    6868echo 'LIBF = ' `sed -e 's/.*/$(LIB)lib&.a/' libdirs` >> GNUmakefile
    69 echo 'LIBS = -L$(LIB)' `sed -e 's/.*/-l&/' libdirs` '-lm' >> GNUmakefile
    70 echo 'LIBG = -L$(GLB) -lstdc++' >> GNUmakefile
    71 echo 'ifeq ($(HOSTTYPE), powerpc)' >> GNUmakefile
    72 echo '  LIBG = -L$(GLB)' >> GNUmakefile
    73 echo 'endif' >> GNUmakefile
     69# echo 'LIBS = -L$(LIB)' `sed -e 's/.*/-l&/' libdirs` '-lm' >> GNUmakefile
     70echo 'LIBS = -L$(LIB)' `sed -e 's/.*/-l&/' libdirs`  >> GNUmakefile
     71# echo 'LIBG = -L$(GLB) -lstdc++' >> GNUmakefile
     72# echo 'ifeq ($(HOSTTYPE), powerpc)' >> GNUmakefile
     73# echo '  LIBG = -L$(GLB)' >> GNUmakefile
     74# echo 'endif' >> GNUmakefile
    7475
    7576cat >> GNUmakefile <<EOF
Note: See TracChangeset for help on using the changeset viewer.