head     1.1;
branch   1.1.1;
access   ;
symbols  ECOS_2_0:1.1.1.1 OPENCORES_ECOS_2_0:1.1.1;
locks    ; strict;
comment  @# @;


1.1
date     2004.02.14.13.36.29;  author phoenix;  state Exp;
branches 1.1.1.1;
next     ;

1.1.1.1
date     2004.02.14.13.36.29;  author phoenix;  state Exp;
branches ;
next     ;


desc
@@



1.1
log
@Initial revision
@
text
@#! /bin/sh

# This script will set up a Makefile fragment with 
# platform specifics.  This fragement can be used by
# the automatically generated Makefile (via the script
# 'build_Makefile')

# Copied from 'makefile' the "install" tree

HOME=${1-`pwd`}
if [ ! -d ${HOME}/install ]; then
  echo "Not an eCos install tree"
  echo "usage: <eCos_repository>/build_Make.params [<eCos_install_dir>]"
  exit
fi

cat <<EOF >Make.params

# Copied from 'makefile' in the "install" tree

EOF

grep export ${HOME}/makefile >>Make.params

cat <<EOF >>Make.params

#
# Target specific flags, etc.
#

EOF

cat ${HOME}/install/include/pkgconf/ecos.mak >>Make.params



@


1.1.1.1
log
@initial import of ecos-2.0
@
text
@@
