# This makefile was generated by gnu_gama_dep version 1.02
# for GNU Gama subproject 'gama-local' for the win32-msvc platform
#
# ------------------------------------------------------------------
#
CC         = cl
CFLAGS     =
CXX        = cl
CXXFLAGS   = -DGNU_gama_expat_1_1 -I../../.. /nologo /W1 /GX /O2 /D "WIN32" \
             /D "NDEBUG" /D "_MBCS" /D "_LIB" /Zp1 /MT /GR
OBJ        = obj
LIBR       = rem link -lib libgama.lib
RANLIB     = link -lib /out:libgama.lib *.obj
LINK       = link
LFLAGS     = /out:
LIBS       = kernel32.lib user32.lib gdi32.lib winspool.lib  \
             comdlg32.lib advapi32.lib shell32.lib ole32.lib \
             oleaut32.lib uuid.lib odbc32.lib odbccp32.lib   \
             /nodefaultlib:libc /nologo /subsystem:console   \
             /incremental:no /machine:I386
MAKE       = nmake
LIBGAMA    = libgama.lib
P_GAMA_L   = gama-local.exe
P_GAMA_G3  = gama-g3.exe
#
# ------------------------------------------------------------------
#

SRC=../../../
OBJDIR=

$(P_GAMA_L) : gama-local.$(OBJ) ../lib/$(LIBGAMA)
	$(LINK) $(LFLAGS)$(P_GAMA_L) gama-local.$(OBJ) $(LIBS) ../lib/$(LIBGAMA)

gama-local.$(OBJ) : ../../linux/gama-local/gama-local-main.h $(SRC)gamalib/angobs.h $(SRC)gamalib/bpoint.h $(SRC)gamalib/cluster.h $(SRC)gamalib/exception.h $(SRC)gamalib/float.h $(SRC)gamalib/language.h $(SRC)gamalib/linearization.h $(SRC)gamalib/local/acord.h $(SRC)gamalib/local/acord/reduce_observations.h $(SRC)gamalib/local/gamadata.h $(SRC)gamalib/local/lcoords.h $(SRC)gamalib/local/lpoint.h $(SRC)gamalib/local/network.h $(SRC)gamalib/local/network_gso.h $(SRC)gamalib/local/network_svd.h $(SRC)gamalib/local/pobs/bearing.h $(SRC)gamalib/local/pobs/format.h $(SRC)gamalib/local/results/text/adjusted_observations.h $(SRC)gamalib/local/results/text/adjusted_unknowns.h $(SRC)gamalib/local/results/text/approximate_coordinates.h $(SRC)gamalib/local/results/text/error_ellipses.h $(SRC)gamalib/local/results/text/fixed_points.h $(SRC)gamalib/local/results/text/general_parameters.h $(SRC)gamalib/local/results/text/network_description.h $(SRC)gamalib/local/results/text/outlying_abs_terms.h $(SRC)gamalib/local/results/text/reduced_observations.h $(SRC)gamalib/local/results/text/residuals_observations.h $(SRC)gamalib/local/results/text/test_linearization.h $(SRC)gamalib/local/results/text/underline.h $(SRC)gamalib/local/revision.h $(SRC)gamalib/ls/baseols.h $(SRC)gamalib/ls/olsgso.h $(SRC)gamalib/ls/olssvd.h $(SRC)gamalib/matvec.h $(SRC)gamalib/observation.h $(SRC)gamalib/pointid.h $(SRC)gamalib/revision.h $(SRC)gamalib/xml/adjusted/coordinates.h $(SRC)gamalib/xml/gkfparser.h $(SRC)gnu_gama/adj/adj.h $(SRC)gnu_gama/e3.h $(SRC)gnu_gama/ellipsoid.h $(SRC)gnu_gama/ellipsoids.h $(SRC)gnu_gama/exception.h $(SRC)gnu_gama/g3/g3_model.h $(SRC)gnu_gama/g3/g3_observation.h $(SRC)gnu_gama/g3/g3_parameter.h $(SRC)gnu_gama/g3/g3_point.h $(SRC)gnu_gama/gon2deg.h $(SRC)gnu_gama/intfloat.h $(SRC)gnu_gama/list.h $(SRC)gnu_gama/matvec.h $(SRC)gnu_gama/model.h $(SRC)gnu_gama/obsdata.h $(SRC)gnu_gama/outstream.h $(SRC)gnu_gama/pointbase.h $(SRC)gnu_gama/sparse/intlist.h $(SRC)gnu_gama/sparse/sbdiagonal.h $(SRC)gnu_gama/sparse/smatrix.h $(SRC)gnu_gama/statan.h $(SRC)gnu_gama/version.h $(SRC)gnu_gama/xml/baseparser.h $(SRC)gnu_gama/xml/dataobject.h $(SRC)gnu_gama/xml/encoding.h $(SRC)gnu_gama/xml_expat.h
	$(CXX) $(CXXFLAGS) -I. -c ../../linux/gama-local/gama-local.cpp

