#

IMAGERYLIB2  = libortho.a

all: $(IMAGERYLIB2) 

OBJ =\
	ask_camera.o\
	ask_initial.o\
	cam.o\
	cam_info.o\
	camera.o\
	conz_points.o\
	elev.o\
	error.o\
	find_init.o\
	find_camera.o\
	fopen_camera.o\
	georef.o\
	group_elev.o\
	init.o\
	init_info.o\
	isnull.o\
	ls_cameras.o\
	ls_elev.o\
	m_zero.o\
	m_mult.o\
	m_inverse.o\
	m_copy.o\
	m_add.o\
	m_transpose.o\
	open_camera.o\
	orthoref.o\
	ref_points.o\
	title_camera.o\
	vask_block.o

all: $(IMAGERYLIB2) 

$(OBJ): orthophoto.h imagedefs.h

$(IMAGERYLIB2): ${OBJ}
	${AR}

ask_camera.o: imagedefs.h
ask_camera.o: orthophoto.h
ask_initial.o: orthophoto.h
ask_initial.o: imagedefs.h
cam.o: orthophoto.h
cam.o: imagedefs.h
cam_info.o: orthophoto.h
cam_info.o: imagedefs.h
camera.o: orthophoto.h
camera.o: imagedefs.h
conz_points.o: orthophoto.h
conz_points.o: imagedefs.h
elev.o: imagedefs.h
elev.o: orthophoto.h
error.o: orthophoto.h
error.o: imagedefs.h
find_camera.o: orthophoto.h
find_camera.o: imagedefs.h
find_init.o: imagedefs.h
find_init.o: orthophoto.h
fopen_camera.o: imagedefs.h
fopen_camera.o: orthophoto.h
georef.o: imagedefs.h
georef.o: orthophoto.h
group_elev.o: imagedefs.h
group_elev.o: orthophoto.h
init.o: imagedefs.h
init.o: orthophoto.h
init_info.o: orthophoto.h
init_info.o: imagedefs.h
initial.o: imagedefs.h
initial.o: orthophoto.h
ls_cameras.o: orthophoto.h
ls_cameras.o: imagedefs.h
ls_elev.o: imagedefs.h
ls_elev.o: orthophoto.h
open_camera.o: imagedefs.h
open_camera.o: orthophoto.h
orthoref.o: orthophoto.h
orthoref.o: imagedefs.h
orthoref.o: mat.h
orthoref.o: matrixdefs.h
ref_points.o: orthophoto.h
ref_points.o: imagedefs.h
title_camera.o: imagedefs.h
title_camera.o: orthophoto.h
vask_block.o: imagedefs.h
vask_block.o: orthophoto.h

isnull.o: mat.h
isnull.o: matrixdefs.h 
m_zero.o: mat.h
m_zero.o: matrixdefs.h
m_mult.o: mat.h
m_mult.o: matrixdefs.h
m_inverse.o: mat.h
m_inverse.o: matrixdefs.h
m_copy.o: mat.h
m_copy.o: matrixdefs.h
m_add.o: mat.h
m_add.o: matrixdefs.h
m_transpose.o: mat.h
m_transpose.o: matrixdefs.h


try: try.o $(IMAGERYLIB2)
	$(CC) try.o $(IMAGERYLIB2) $(GISLIB) $(VASK) -o try

$(IMAGERYLIB@) $(GISLIB) $(VASKLIB): #
