Skip to content

Commit

Permalink
Feature 1810 shapes (#2005)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHalleyGotway authored Jan 13, 2022
1 parent be7910e commit 1e13dea
Show file tree
Hide file tree
Showing 31 changed files with 2,102 additions and 372 deletions.
73 changes: 58 additions & 15 deletions met/docs/Users_Guide/tc-gen.rst

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion met/src/basic/vx_config/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ include ${top_srcdir}/Make-include
# Yacc/lex flags

AM_YFLAGS = --defines=config.tab.h -p config
#AM_LFLAGS = --prefix=config --outfile=lex.yy.c

# The library

Expand Down
1 change: 0 additions & 1 deletion met/src/libcode/vx_color/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ include ${top_srcdir}/Make-include
# YACC/LEX flags

AM_YFLAGS = --defines=color_parser_yacc.h -p color
#AM_LFLAGS = --prefix=color --outfile=lex.yy.c

# The library

Expand Down
28 changes: 10 additions & 18 deletions met/src/libcode/vx_gis/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,16 @@ include ${top_srcdir}/Make-include

noinst_LIBRARIES = libvx_gis.a

libvx_gis_a_SOURCES = shapetype_to_string.h \
shapetype_to_string.cc \
dbf_file.cc \
dbf_file.h \
shp_array.h \
shp_file.cc \
shp_file.h \
shp_point_record.cc \
shp_point_record.h \
shp_poly_record.cc \
shp_poly_record.h \
shp_types.h \
shx_file.cc \
shx_file.h




libvx_gis_a_SOURCES = \
shapetype_to_string.cc shapetype_to_string.h \
dbf_file.cc dbf_file.h \
shx_file.cc shx_file.h \
shp_file.cc shp_file.h \
shp_types.h \
shp_array.h \
shp_point_record.cc shp_point_record.h \
shp_poly_record.cc shp_poly_record.h \
vx_gis.h
libvx_gis_a_CPPFLAGS = ${MET_CPPFLAGS}

# If we are in development mode, generate the "to_string" files and
Expand Down
Loading

0 comments on commit 1e13dea

Please sign in to comment.