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


Ignore:
Timestamp:
Feb 25, 2000, 7:34:49 PM (26 years ago)
Author:
ansari
Message:

Mise en place nouveau schema de creation des Makefile et shared-libs , Reza 25/02/2000

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/Mgr/mkmflib

    r511 r740  
    11#!/bin/csh
    2 # $Id: mkmflib,v 1.3 1999-10-25 16:24:49 ansari Exp $
     2# $Id: mkmflib,v 1.4 2000-02-25 18:34:49 ansari Exp $
    33
    44cd ../$1
    55
    66if ( ! -f exclude ) touch exclude
     7if ( ! -f flags_compil ) touch flags_compil
     8if ( ! -f extlib_list ) touch extlib_list
     9if ( ! -f extslb_list ) touch extslb_list
     10
    711if ( ! $?TMPDIR ) set TMPDIR = /tmp
    812sort exclude >! $TMPDIR/exclude.sort
     
    3034end
    3135
     36set extlib_list = `cat extlib_list`
     37set hfcxxlibs = ($hfcxxlibs '-L$(EXTLIBPATH)' $extlib_list)
    3238
    3339rm -f GNUmakefile
    3440
     41cat flags_compil >> GNUmakefile
    3542echo 'include ../Mgr/Makefile.h' >> GNUmakefile
    3643
Note: See TracChangeset for help on using the changeset viewer.