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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [insight/] [gdb/] [gdbtcl/] [plugins/] [rhabout/] [Makefile] - Rev 1767

Go to most recent revision | Compare with Previous | Blame | View Log

TCL_CFLAGS = -I/home/fnasser/DEVO/insight-sourceware/src/tcl/generic
TCL =  -L/home/fnasser/BUILD/insight-sourceware/native/tcl/unix -ltcl8.0

PRE=
POS= ".so"

rhabout: rhabout.c
        gcc -fPIC $(TCL_CFLAGS) -I. -o rhabout.o -c rhabout.c
        gcc -shared -o rhabout$(POS) rhabout.o $(TCL)

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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