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


Ignore:
Timestamp:
Sep 17, 2003, 2:20:44 PM (22 years ago)
Author:
cmv
Message:

chgt DPC...REP en SOPHYA...REP et EROSCXX en SOPHYACXX cmv 17/09/2003

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/Mgr/mkmf

    r2424 r2437  
    11#!/bin/csh
    2 # $Id: mkmf,v 1.18 2003-08-28 14:26:09 cmv Exp $
     2# $Id: mkmf,v 1.19 2003-09-17 12:19:26 cmv Exp $
    33
    44#  Pour debugger
     
    9898echo '#--- Create directory and copy includes for install' >> GNUmakefile
    9999echo 'depend:' >> GNUmakefile
    100 echo 'ifdef DPCDEVREP' >> GNUmakefile
    101 echo 'ifdef EROSCXX' >> GNUmakefile
     100echo 'ifdef SOPHYADEVREP' >> GNUmakefile
     101echo 'ifdef SOPHYACXX' >> GNUmakefile
    102102echo '  @echo "Sophya will be installed under:"' >> GNUmakefile
    103 echo '  @echo "  $(DPCDEVREP)/Include" ' >> GNUmakefile
    104 echo '  @echo "  $(DPCDEVREP)/`uname`-$(EROSCXX)" ' >> GNUmakefile
     103echo '  @echo "  $(SOPHYADEVREP)/Include" ' >> GNUmakefile
     104echo '  @echo "  $(SOPHYADEVREP)/`uname`-$(SOPHYACXX)" ' >> GNUmakefile
    105105echo '  if [ -d Mgr ] ; then cd Mgr; \' >> GNUmakefile
    106 echo '  ./crerep_sophya $(DPCDEVREP) `uname`-$(EROSCXX); \' >> GNUmakefile
     106echo '  ./crerep_sophya $(SOPHYADEVREP) `uname`-$(SOPHYACXX); \' >> GNUmakefile
    107107echo '  ./makefileuser.csh; \' >> GNUmakefile
    108108echo '  ./mkmflien -copy ; \' >> GNUmakefile
    109109echo '  fi' >> GNUmakefile
    110110echo 'else' >> GNUmakefile
    111 echo '  @echo "Variable EROSCXX must be define with setenv"' >> GNUmakefile
     111echo '  @echo "Variable SOPHYACXX must be define with setenv"' >> GNUmakefile
    112112echo 'endif' >> GNUmakefile
    113113echo 'else' >> GNUmakefile
    114 echo '  @echo "Variable DPCDEVREP must be define with setenv"' >> GNUmakefile
     114echo '  @echo "Variable SOPHYADEVREP must be define with setenv"' >> GNUmakefile
    115115echo 'endif' >> GNUmakefile
    116116echo '#--------------------------------------------------------------------' >> GNUmakefile
Note: See TracChangeset for help on using the changeset viewer.