This file is indexed.

/usr/share/doc/gcc-arm-none-eabi/examples/src/qemu/Makefile is in gcc-arm-none-eabi 4.8.4-1+11-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
include ../makefile.conf
NAME=hello
STARTUP_DEFS=

LFLAGS=$(USE_NANO) $(USE_SEMIHOST) $(GC) $(MAP)

$(NAME)-$(CORE).axf: $(NAME).c
	$(CC) $^ $(CFLAGS) $(LFLAGS) -o $@

clean: 
	rm -f $(NAME)*.axf *.map