Changeset 480 in Sophya for trunk/SophyaLib/Mgr/mkmflib


Ignore:
Timestamp:
Oct 20, 1999, 12:25:32 PM (26 years ago)
Author:
ansari
Message:

MAJ / PEIDA 3.8 , Reza 20/10/99

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/Mgr/mkmflib

    r218 r480  
    11#!/bin/csh
    2 # $Id: mkmflib,v 1.1.1.1 1999-04-09 17:55:32 ansari Exp $
     2# $Id: mkmflib,v 1.2 1999-10-20 10:25:12 ansari Exp $
    33
    44cd ../$1
     
    4848echo $libf ':' \
    4949 `ls *.{c,cc} | comm -3 -1 $TMPDIR/exclude.sort - | sed -e 's/\.cc/.o/' | sed -e 's/\.c/.o/' | sed -e 's/^/$(OBJ)/'` >> GNUmakefile
    50 echo '  $(AR) $(ARFLAGS) $@ $?' >> GNUmakefile
     50echo '  $(ARCXX) $(ARCXXFLAGS) $@ $?' >> GNUmakefile
    5151#  Pour faire compiler les instantiations automatique de cxx (DEC)
    5252echo 'ifeq ($(CXX),cxx)' >> GNUmakefile
Note: See TracChangeset for help on using the changeset viewer.