mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-04-05 20:31:00 +08:00

Generated files config.guess config.sub depcomp install-sh ltmain.sh missing and ylwrap have been moved to build-aux/ Ran autoupdate Replaced AC_TRY_LINK/AC_TRY_COMPILE by AC_LINK_IFELSE/AC_COMPILE_IFELSE Droped -I$(top_srcdir)/include from CFLAGS since AC_CONFIG_HEADERS already adds the -I Fixed bison detection Added AM_PROG_AR as required by autoreconf -i -Wall Updated NEWS and .gitignore
51 lines
736 B
Plaintext
51 lines
736 B
Plaintext
*.o
|
|
*.lo
|
|
*.la
|
|
.deps/
|
|
.libs/
|
|
aclocal.m4
|
|
autom4te.cache/
|
|
build-aux/
|
|
config.log
|
|
config.status
|
|
configure
|
|
dumptypes.c
|
|
dumptypes.h
|
|
Makefile.in
|
|
Makefile
|
|
doc/*.1
|
|
include/config.h
|
|
include/config.h.in
|
|
include/mdbver.h
|
|
include/stamp-h1
|
|
libmdb.pc
|
|
libmdbsql.pc
|
|
libtool
|
|
mdbtools.spec
|
|
types.h
|
|
src/extras/mdb-hexdump
|
|
src/gmdb2/gmdb2
|
|
src/gmdb2/help/C/omf_timestamp
|
|
src/odbc/unittest
|
|
src/sql/lexer.c
|
|
src/sql/parser.c
|
|
src/sql/parser.h
|
|
src/util/mdb-array
|
|
src/util/mdb-export
|
|
src/util/mdb-header
|
|
src/util/mdb-import
|
|
src/util/mdb-parsecsv
|
|
src/util/mdb-prop
|
|
src/util/mdb-schema
|
|
src/util/mdb-sql
|
|
src/util/mdb-tables
|
|
src/util/mdb-ver
|
|
src/util/prcat
|
|
src/util/prdata
|
|
src/util/prdump
|
|
src/util/prindex
|
|
src/util/prkkd
|
|
src/util/prole
|
|
src/util/prtable
|
|
src/util/updrow
|