# Generated automatically from Makefile.in by configure.
CC          = gcc
PRECFLAGS   = -g -O3 -fPIC -D_REENTRANT -Wall 
CPPFLAGS    = -I/build/buildd/pgapack-1.1.1/include -Dlinux -DWL=64 -DFORTRANUNDERSCORE -DFAKE_MPI 
FC          = f77
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)

LINK.c      = @echo "  Compiling $@" ; $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS)

default:
	@make classic
	@make dejong
	@make example
	@make maxbit
	@make maxchar
	@make maxint
	@make name
	@make namefull
	@make udtstr

classic: classic.c
	$(LINK.c)

dejong: dejong.c
	$(LINK.c)

example: example.c
	$(LINK.c)

maxbit: maxbit.c
	$(LINK.c)

maxchar: maxchar.c
	$(LINK.c)

maxint: maxint.c
	$(LINK.c)

name: name.c
	$(LINK.c)

namefull: namefull.c
	$(LINK.c)

udtstr: udtstr.c
	$(LINK.c)

clean: 
	@$(RM) classic dejong example maxbit maxchar maxint name namefull \
	       udtstr *.o
