# Generated automatically from Makefile.in by configure.
# Makefile for the picard program.

prefix      = /usr/local
exec_prefix = ${prefix}

libdir     = ${exec_prefix}/lib
includedir = ${prefix}/include

srcdir = .

CC       = gcc
DEFS     =  
CPPFLAGS =  $(DEFS)
CFLAGS   = -g -O2
LIBS     = 
LDFLAGS  =  $(LIBS)

INSTALL         = /usr/bin/ginstall -c
INSTALL_PROGRAM = ${INSTALL}
INSTALL_DATA    = ${INSTALL} -m 644

RANLIB = ranlib

all: libenterprise.a

clean:
	rm -f a.out core *.o libenterprise.a

realclean: clean

distclean: clean
	rm -f confdefs.h config.status config.log config.cache conf.h
	rm -f Makefile
	rm -f configure

install: libenterprise.a enterprise.h
	$(INSTALL_PROGRAM) libenterprise.a $(libdir)
	$(INSTALL_DATA) enterprise.h $(includedir)

libenterprise.a: helm.o computer.o saucer.o
	ar cru $@ $?
	$(RANLIB) $@
