First Commit
Some checks failed
/ build_macos (push) Has been cancelled
/ build_windows (push) Has been cancelled
/ build_ubuntu (push) Has been cancelled

This commit is contained in:
2025-11-19 16:23:45 +07:00
commit dbdc5bcc4a
1791 changed files with 489451 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
SUBDIRS = include src test tools config doc
EXTRA_DIST = autogen.sh configitems README.md VERSION requirements.json
MAINTAINERCLEANFILES = \
Makefile.in aclocal.m4 config.h.in config.log configure stamp-h.in
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libpqxx.pc
TESTS = tools/lint
# Generate ChangeLog from git history. It goes all the way back through
# the project's git, bzr, svn, and cvs days.
dist-hook: ChangeLog
ChangeLog: configure.ac
git log --stat --name-only --date=short --abbrev-commit >$@
# We use README.md, but automake expects plain README.
README: README.md
ln -s $< $@