URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [insight/] [gdb/] [gdbtcl/] [plugins/] [rhabout/] [Makefile] - Rev 1765
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)