Skip to content

Commit

Permalink
#2238 Initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
Howard Soh committed Sep 8, 2022
1 parent a0012ab commit 5329029
Show file tree
Hide file tree
Showing 4 changed files with 674 additions and 0 deletions.
27 changes: 27 additions & 0 deletions src/basic/vx_util_math/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
## @start 1
## Makefile.am -- Process this file with automake to produce Makefile.in
## @end 1

MAINTAINERCLEANFILES = Makefile.in

# Include the project definitions

include ${top_srcdir}/Make-include

OPT_PYTHON_SOURCES =

# The library

noinst_LIBRARIES = libvx_util_math.a
libvx_util_math_a_SOURCES = so3.cc so3.h

libvx_util_math_a_CPPFLAGS = ${MET_CPPFLAGS}

# If we are in development mode, generate the "to_string" files and
# clean them up in a "make clean". We don't want to do either of these
# in a distribution because the enum_to_string utility isn't available.

# Build the library when making a distribution so that
# we can make chk4copyright to add the copyright notices.

dist-hook: $(noinst_LIBRARIES)
Loading

0 comments on commit 5329029

Please sign in to comment.