GNUmakefile
332 Bytes
# Builds GDB for the BBPlayer
SUBDIRS = gdb
TARGET_ARCH = mips-linux
MAKEFILE = Makefile
$(MAKEFILE):
./configure --target=$(TARGET_ARCH)
default: $(MAKEFILE)
make -f Makefile
clean: $(MAKEFILE)
make -f Makefile clean
clobber: $(MAKEFILE)
make -f Makefile distclean
install: default
cp gdb/gdb $(ROOT)/usr/sbin/ique_gdb