mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 14:02:32 +01:00
5409997d49
rename *.t* to *-t* to be automake-friendly simplify Makefiles test_atomic.c: move to unittest, add GPL comment, fix warnings, convert to tap framework. configure: remove custom tests for available types, use AC_CHECK_TYPE instead x86-gcc.h: fix gcc -ansi errors while maintaining readability ignore: added *-t
11 lines
388 B
Makefile
11 lines
388 B
Makefile
|
|
AM_CPPFLAGS = @ZLIB_INCLUDES@ -I$(top_builddir)/include
|
|
AM_CPPFLAGS += -I$(top_srcdir)/include -I$(top_srcdir)/unittest/mytap
|
|
|
|
AM_LDFLAGS = -L$(top_builddir)/unittest/mytap -L$(top_builddir)/mysys
|
|
AM_LDFLAGS += -L$(top_builddir)/strings -L$(top_builddir)/dbug
|
|
|
|
LDADD = -lmytap -lmysys -ldbug -lmystrings
|
|
|
|
noinst_PROGRAMS = bitmap-t base64-t my_atomic-t
|
|
|