freebsd-dev/lib/libxo/Makefile
Phil Shafer 2db46b45f4 Allow proper builds of libxo's CSV encoder:
- Move libxo.a build to subdirectory (lib/libxo/libxo/Makefile)
- Add .WAIT target to delay encoder build til after libxo
- Use FILES to install encoder library as csv.enc
- Update import script to put xo_config.h in new location
2019-12-16 22:05:03 +00:00

11 lines
131 B
Makefile

# $FreeBSD$
.include <src.opts.mk>
HAS_TESTS=
SUBDIR.${MK_TESTS}+= tests
SUBDIR = libxo .WAIT encoder
.include <bsd.subdir.mk>