mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 23:04:20 +01:00
15 lines
374 B
Makefile
15 lines
374 B
Makefile
|
TOKUFRACTALTREE_LIBNAME = tokudb
|
||
|
|
||
|
setup:
|
||
|
cp ../include/db.h include/tokudb.h
|
||
|
cp ../include/db.h include
|
||
|
cp ../include/tdb-internal.h include
|
||
|
cp ../toku_include/toku_list.h include
|
||
|
cp ../lib/lib$(TOKUFRACTALTREE_LIBNAME).so lib
|
||
|
cp ../toku_include/toku_os.h include
|
||
|
cp ../linux/toku_os_types.h include
|
||
|
cp ../lib/libtokuportability.a lib
|
||
|
|
||
|
clean:
|
||
|
rm -f include/* lib/*
|