/usr/share/doc/pgapack/test/Makefile is in pgapack 1.1.1-3.
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 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | # Generated automatically from Makefile.in by configure.
CC = gcc
FC = f77
PRECFLAGS = -g -O3 -fPIC -D_REENTRANT -Wall
PREFFLAGS = -w
CPPFLAGS = -I/build/buildd/pgapack-1.1.1/include -Dlinux -DWL=64 -DFORTRANUNDERSCORE -DFAKE_MPI
RM = /bin/rm -f
LDFLAGS = -s -L/build/buildd/pgapack-1.1.1/lib/linux -lpgag -lm
SHELL = /bin/sh
# "$@" expands to the target; "$?" expands to the dependency list
CFLAGS = -o $@ $? $(PRECFLAGS)
FFLAGS = -o $@ $? $(PREFFLAGS)
LINK.c = @echo " Compiling $@" ; $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS)
LINK.f = @if test -n "$(FC)"; \
then echo " Compiling $@" ; $(FC) $(FFLAGS) $(LDFLAGS); \
else \
echo "$@: Fortran compiler unavailable"; fi
default:
@make instverf
instverf: instverf.c
$(LINK.c)
clean:
@$(RM) instverf instverf.o
|