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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [ecos-2.0/] [examples/] [build_Make.params] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1254 phoenix
#! /bin/sh
2
 
3
# This script will set up a Makefile fragment with
4
# platform specifics.  This fragement can be used by
5
# the automatically generated Makefile (via the script
6
# 'build_Makefile')
7
 
8
# Copied from 'makefile' the "install" tree
9
 
10
HOME=${1-`pwd`}
11
if [ ! -d ${HOME}/install ]; then
12
  echo "Not an eCos install tree"
13
  echo "usage: /build_Make.params []"
14
  exit
15
fi
16
 
17
cat <Make.params
18
 
19
# Copied from 'makefile' in the "install" tree
20
 
21
EOF
22
 
23
grep export ${HOME}/makefile >>Make.params
24
 
25
cat <>Make.params
26
 
27
#
28
# Target specific flags, etc.
29
#
30
 
31
EOF
32
 
33
cat ${HOME}/install/include/pkgconf/ecos.mak >>Make.params
34
 
35
 
36
 

powered by: WebSVN 2.1.0

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