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


Ignore:
Timestamp:
Nov 27, 2001, 10:19:36 PM (24 years ago)
Author:
aubourg
Message:

darwin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/Mgr/mkmflib

    r1212 r1797  
    11#!/bin/csh
    2 # $Id: mkmflib,v 1.9 2000-09-29 22:46:38 ansari Exp $
     2# $Id: mkmflib,v 1.10 2001-11-27 21:19:36 aubourg Exp $
    33
    44cd ../$1
     
    5757echo $libf ':' \
    5858 `ls *.{c,cc} | comm -3 -1 $TMPDIR/exclude.sort - | sed -e 's/\.cc/.o/' | sed -e 's/\.c/.o/' | sed -e 's/^/$(OBJ)/'` >> GNUmakefile
    59 echo '  $(ARCXX) $(ARCXXFLAGS) $@ $?' >> GNUmakefile
     59echo '  $(ARCXX) $(ARCXXFLAGS) $@ $($(ARARGS))' >> GNUmakefile
    6060#  Pour faire compiler les instantiations automatique de cxx (DEC)
    6161echo 'ifeq ($(CXX),cxx)' >> GNUmakefile
Note: See TracChangeset for help on using the changeset viewer.