#$Id: Make1,v 19.23 2001/05/11 21:28:46 al Exp $
#------------------------------------------------------------------------
TARGET = modelgen
#------------------------------------------------------------------------
SRCS = mg_main.cc mg_out_h.cc mg_error.cc mg_in.cc \
mg_out_common.cc mg_out_dev.cc mg_out_lib.cc mg_out_model.cc mg_out_root.cc
#------------------------------------------------------------------------
OBJS = mg_main.o mg_out_h.o mg_error.o mg_in.o \
mg_out_common.o mg_out_dev.o mg_out_lib.o mg_out_model.o mg_out_root.o \
ap_construct.o ap_convert.o ap_get.o ap_match.o ap_skip.o 
#------------------------------------------------------------------------
HDRS = mg_.h mg_out.h
#------------------------------------------------------------------------
OTHER = Make1 Make.aux Make.depend TAGS
#------------------------------------------------------------------------
ALL = $(HDRS) $(SRCS) $(MODELS) $(OTHER)
#------------------------------------------------------------------------
DELETED = mg_out_cc_construct.cc mg_out_cc_parse.cc mg_out_cc_print.cc \
mg_out_cc.cc
#------------------------------------------------------------------------
#------------------------------------------------------------------------
