/usr/lib/tau/include/makefiles/GNUmakefile-i386-linux is in tau 2.17.3.1.dfsg-4.2.
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 | LSMARTS = -L$(TULIPDIR)/lib -lsmarts
INCLUDE = -I. -I../../include -I../../Smartslib
CXX = g++
CXXFLAGS = -g3 -D_REENTRANT -static $(INCLUDE) -DUSE_PTHREADS -DLINUX
CFLAGS = -g3 -D_RENTRANT -static -O $(INCLUDE) -DUSE_PTHREADS -DLINUX
LIBS =
LIB = ../../Smartslib/libsmarts.a
|