This file is indexed.

/usr/share/awesome/lib/obvious/Makefile is in awesome-extra 2017110501.

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
LUA_INCLUDES=/usr/include/

lib/unicode/native.so: lib/unicode/native.o
	$(CXX) -o $@ -shared $^ $(shell pkg-config --libs icu-uc)

lib/unicode/native.o: lib/unicode/native.cc
	$(CXX) -o $@ -fPIC -c $^ -I$(LUA_INCLUDES) $(shell pkg-config --cflags icu-uc)

clean:
	rm -f lib/unicode/*.o lib/unicode/*.so