# 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
