# $Id: makefile,v 1.1 1998/05/14 22:12:33 bsmith Exp bsmith $ 

ALL: try

PETSC_DIR = /tmp/bsmith/petsc

BOPT      = g_c++

CC        = CC
CFLAGS    = $(CPPFLAGS) $(FCONF) -D__SDIR__='"$(LOCDIR)"' \
            -I../include -I/home/petsc/mpich/include 


include $(PETSC_DIR)/bmake/$(PETSC_ARCH)/base

try: try.o cpp_inter.o c_inter.o
	$(CLINKER) -o try try.o cpp_inter.o c_inter.o $(SLES_LIB)

