OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [ecos-2.0/] [examples/] [build_Make.params] - Diff between revs 1254 and 1765

Only display areas with differences | Details | Blame | View Log

Rev 1254 Rev 1765
#! /bin/sh
#! /bin/sh
# This script will set up a Makefile fragment with
# This script will set up a Makefile fragment with
# platform specifics.  This fragement can be used by
# platform specifics.  This fragement can be used by
# the automatically generated Makefile (via the script
# the automatically generated Makefile (via the script
# 'build_Makefile')
# 'build_Makefile')
# Copied from 'makefile' the "install" tree
# Copied from 'makefile' the "install" tree
HOME=${1-`pwd`}
HOME=${1-`pwd`}
if [ ! -d ${HOME}/install ]; then
if [ ! -d ${HOME}/install ]; then
  echo "Not an eCos install tree"
  echo "Not an eCos install tree"
  echo "usage: /build_Make.params []"
  echo "usage: /build_Make.params []"
  exit
  exit
fi
fi
cat <Make.params
cat <Make.params
# Copied from 'makefile' in the "install" tree
# Copied from 'makefile' in the "install" tree
EOF
EOF
grep export ${HOME}/makefile >>Make.params
grep export ${HOME}/makefile >>Make.params
cat <>Make.params
cat <>Make.params
#
#
# Target specific flags, etc.
# Target specific flags, etc.
#
#
EOF
EOF
cat ${HOME}/install/include/pkgconf/ecos.mak >>Make.params
cat ${HOME}/install/include/pkgconf/ecos.mak >>Make.params
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.