# (c) Victor Yodaiken 1998, Released under GPL all: reader app clean: rm -f *.o include ../../../rtl.mk # either this conditional is needed, or arch/Makefile needs to be split up # into cflags and libgcc stuff -- Michael ifneq ($(ARCH),mips) LIBGCC := $(shell $(CC) -print-libgcc-file-name) else LIBGCC = libgcc.o libgcc.o: mips/libgcc2.c $(CC) $(CFLAGS) -DCROSS_COMPILE -DIN_GCC -I./include -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -c -DL_muldi3 mips/libgcc2.c -o libgcc.o endif LDFLAGS=-d #read activations from rtlinux. reader: reader.c gcc -I${INCLUDE} -o tracer reader.c app:CBS_app.c gcc -I${INCLUDE} -o CBS_app CBS_app.c #include $ (RTL_DIR)/Rules.make