Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
40bfe246
Commit
40bfe246
authored
May 12, 2006
by
msvensson@neptunus.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename cmakelists.txt -> CMakeLists.txt
parent
e672bdc8
Changes
24
Hide whitespace changes
Inline
Side-by-side
Showing
24 changed files
with
24 additions
and
24 deletions
+24
-24
Makefile.am
Makefile.am
+1
-1
client/Makefile.am
client/Makefile.am
+1
-1
dbug/Makefile.am
dbug/Makefile.am
+1
-1
extra/Makefile.am
extra/Makefile.am
+1
-1
extra/yassl/Makefile.am
extra/yassl/Makefile.am
+1
-1
extra/yassl/taocrypt/Makefile.am
extra/yassl/taocrypt/Makefile.am
+1
-1
libmysql/Makefile.am
libmysql/Makefile.am
+1
-1
mysys/Makefile.am
mysys/Makefile.am
+1
-1
regex/Makefile.am
regex/Makefile.am
+1
-1
server-tools/instance-manager/Makefile.am
server-tools/instance-manager/Makefile.am
+1
-1
sql/Makefile.am
sql/Makefile.am
+1
-1
storage/archive/Makefile.am
storage/archive/Makefile.am
+1
-1
storage/bdb/Makefile.in
storage/bdb/Makefile.in
+1
-1
storage/blackhole/Makefile.am
storage/blackhole/Makefile.am
+1
-1
storage/csv/Makefile.am
storage/csv/Makefile.am
+1
-1
storage/example/Makefile.am
storage/example/Makefile.am
+1
-1
storage/heap/Makefile.am
storage/heap/Makefile.am
+1
-1
storage/innobase/Makefile.am
storage/innobase/Makefile.am
+1
-1
storage/myisam/Makefile.am
storage/myisam/Makefile.am
+1
-1
storage/myisammrg/Makefile.am
storage/myisammrg/Makefile.am
+1
-1
strings/Makefile.am
strings/Makefile.am
+1
-1
tests/Makefile.am
tests/Makefile.am
+1
-1
vio/Makefile.am
vio/Makefile.am
+1
-1
zlib/Makefile.am
zlib/Makefile.am
+1
-1
No files found.
Makefile.am
View file @
40bfe246
...
...
@@ -20,7 +20,7 @@ AUTOMAKE_OPTIONS = foreign
# These are built from source in the Docs directory
EXTRA_DIST
=
INSTALL-SOURCE INSTALL-WIN-SOURCE
\
README COPYING EXCEPTIONS-CLIENT
cmakel
ists.txt
README COPYING EXCEPTIONS-CLIENT
CMakeL
ists.txt
SUBDIRS
=
.
include @docs_dirs@ @zlib_dir@
\
@readline_topdir@ sql-common
\
@thread_dirs@ pstack
\
...
...
client/Makefile.am
View file @
40bfe246
...
...
@@ -77,7 +77,7 @@ strings_src=decimal.c
DEFS
=
-DUNDEF_THREADS_HACK
\
-DDEFAULT_MYSQL_HOME
=
"
\"
$(prefix)
\"
"
\
-DDATADIR
=
"
\"
$(localstatedir)
\"
"
EXTRA_DIST
=
get_password.c
cmakel
ists.txt
EXTRA_DIST
=
get_password.c
CMakeL
ists.txt
link_sources
:
for
f
in
$(sql_src)
;
do
\
...
...
dbug/Makefile.am
View file @
40bfe246
...
...
@@ -20,7 +20,7 @@ LDADD = libdbug.a ../mysys/libmysys.a ../strings/libmystrings.a
pkglib_LIBRARIES
=
libdbug.a
noinst_HEADERS
=
dbug_long.h
libdbug_a_SOURCES
=
dbug.c sanity.c
EXTRA_DIST
=
cmakel
ists.txt example1.c example2.c example3.c
\
EXTRA_DIST
=
CMakeL
ists.txt example1.c example2.c example3.c
\
user.r monty.doc dbug_add_tags.pl
\
my_main.c main.c factorial.c dbug_analyze.c
NROFF_INC
=
example1.r example2.r example3.r main.r
\
...
...
extra/Makefile.am
View file @
40bfe246
...
...
@@ -40,7 +40,7 @@ $(top_builddir)/include/sql_state.h: $(top_builddir)/include/mysqld_error.h
bin_PROGRAMS
=
replace comp_err perror resolveip my_print_defaults
\
resolve_stack_dump mysql_waitpid innochecksum
noinst_PROGRAMS
=
charset2html
EXTRA_DIST
=
cmakel
ists.txt
EXTRA_DIST
=
CMakeL
ists.txt
perror.o
:
perror.c
$(COMPILE)
@ndbcluster_includes@
$(LM_CFLAGS)
-c
$<
...
...
extra/yassl/Makefile.am
View file @
40bfe246
SUBDIRS
=
taocrypt src testsuite
EXTRA_DIST
=
yassl.dsp yassl.dsw yassl.vcproj
$(
wildcard
mySTL/
*
.hpp
)
\
cmakel
ists.txt
CMakeL
ists.txt
extra/yassl/taocrypt/Makefile.am
View file @
40bfe246
SUBDIRS
=
src
test
benchmark
EXTRA_DIST
=
taocrypt.dsw taocrypt.dsp taocrypt.vcproj
cmakel
ists.txt
EXTRA_DIST
=
taocrypt.dsw taocrypt.dsp taocrypt.vcproj
CMakeL
ists.txt
libmysql/Makefile.am
View file @
40bfe246
...
...
@@ -31,7 +31,7 @@ include $(srcdir)/Makefile.shared
libmysqlclient_la_SOURCES
=
$(target_sources)
libmysqlclient_la_LIBADD
=
$(target_libadd)
$(yassl_las)
libmysqlclient_la_LDFLAGS
=
$(target_ldflags)
EXTRA_DIST
=
Makefile.shared libmysql.def dll.c mytest.c
cmakel
ists.txt
EXTRA_DIST
=
Makefile.shared libmysql.def dll.c mytest.c
CMakeL
ists.txt
noinst_HEADERS
=
client_settings.h
# This is called from the toplevel makefile
...
...
mysys/Makefile.am
View file @
40bfe246
...
...
@@ -57,7 +57,7 @@ libmysys_a_SOURCES = my_init.c my_getwd.c mf_getdate.c my_mmap.c \
my_windac.c my_access.c base64.c
EXTRA_DIST
=
thr_alarm.c thr_lock.c my_pthread.c my_thr_init.c
\
thr_mutex.c thr_rwlock.c
\
cmakel
ists.txt mf_soundex.c
\
CMakeL
ists.txt mf_soundex.c
\
my_conio.c my_wincond.c my_winsem.c my_winthread.c
libmysys_a_LIBADD
=
@THREAD_LOBJECTS@
# test_dir_DEPENDENCIES= $(LIBRARIES)
...
...
regex/Makefile.am
View file @
40bfe246
...
...
@@ -25,7 +25,7 @@ re_SOURCES = split.c debug.c main.c
re_LDFLAGS
=
@NOINST_LDFLAGS@
EXTRA_DIST
=
tests CHANGES COPYRIGHT WHATSNEW regexp.c
\
debug.ih engine.ih main.ih regcomp.ih regerror.ih
\
regex.3 regex.7
cmakel
ists.txt
regex.3 regex.7
CMakeL
ists.txt
test
:
re tests
./re < tests
...
...
server-tools/instance-manager/Makefile.am
View file @
40bfe246
...
...
@@ -88,7 +88,7 @@ mysqlmanager_LDADD= @CLIENT_EXTRA_LDFLAGS@ \
@openssl_libs@ @yassl_libs@ @ZLIB_LIBS@
EXTRA_DIST
=
WindowsService.cpp WindowsService.h IMService.cpp
\
IMService.h
cmakel
ists.txt
IMService.h
CMakeL
ists.txt
tags
:
ctags
-R
*
.h
*
.cc
...
...
sql/Makefile.am
View file @
40bfe246
...
...
@@ -122,7 +122,7 @@ DEFS = -DMYSQL_SERVER \
BUILT_SOURCES
=
sql_yacc.cc sql_yacc.h lex_hash.h
EXTRA_DIST
=
udf_example.cc
$(BUILT_SOURCES)
\
nt_servc.cc nt_servc.h message.mc
cmakel
ists.txt
nt_servc.cc nt_servc.h message.mc
CMakeL
ists.txt
CLEANFILES
=
lex_hash.h sql_yacc.cc sql_yacc.h
AM_YFLAGS
=
-d
...
...
storage/archive/Makefile.am
View file @
40bfe246
...
...
@@ -57,6 +57,6 @@ archive_test_LDADD = $(top_builddir)/mysys/libmysys.a \
archive_test_LDFLAGS
=
@NOINST_LDFLAGS@
EXTRA_DIST
=
cmakel
ists.txt
EXTRA_DIST
=
CMakeL
ists.txt
# Don't update the files from bitkeeper
%
::
SCCS/s.%
storage/bdb/Makefile.in
View file @
40bfe246
...
...
@@ -23,7 +23,7 @@ top_srcdir = @top_srcdir@
# distdir and top_distdir are set by the calling Makefile
bdb_build
=
build_unix
files
=
LICENSE Makefile Makefile.in README
cmakel
ists.txt
files
=
LICENSE Makefile Makefile.in README
CMakeL
ists.txt
subdirs
=
btree build_win32 clib common cxx db dbinc
\
dbinc_auto db185 db_archive db_checkpoint db_deadlock db_dump
\
db_dump185 db_hotbackup db_load db_printlog db_recover db_stat db_upgrade
\
...
...
storage/blackhole/Makefile.am
View file @
40bfe246
...
...
@@ -47,6 +47,6 @@ libblackhole_a_CFLAGS = $(AM_CFLAGS)
libblackhole_a_SOURCES
=
ha_blackhole.cc
EXTRA_DIST
=
cmakel
ists.txt
EXTRA_DIST
=
CMakeL
ists.txt
# Don't update the files from bitkeeper
%
::
SCCS/s.%
storage/csv/Makefile.am
View file @
40bfe246
...
...
@@ -41,6 +41,6 @@ noinst_LIBRARIES = @plugin_csv_static_target@
libcsv_a_CXXFLAGS
=
$(AM_CFLAGS)
libcsv_a_SOURCES
=
ha_tina.cc
EXTRA_DIST
=
cmakel
ists.txt
EXTRA_DIST
=
CMakeL
ists.txt
# Don't update the files from bitkeeper
%
::
SCCS/s.%
storage/example/Makefile.am
View file @
40bfe246
...
...
@@ -47,6 +47,6 @@ libexample_a_CFLAGS = $(AM_CFLAGS)
libexample_a_SOURCES
=
ha_example.cc
EXTRA_DIST
=
cmakel
ists.txt
EXTRA_DIST
=
CMakeL
ists.txt
# Don't update the files from bitkeeper
%
::
SCCS/s.%
storage/heap/Makefile.am
View file @
40bfe246
...
...
@@ -30,7 +30,7 @@ libheap_a_SOURCES = hp_open.c hp_extra.c hp_close.c hp_panic.c hp_info.c \
hp_rnext.c hp_rlast.c hp_rprev.c hp_clear.c
\
hp_rkey.c hp_block.c
\
hp_hash.c _check.c _rectest.c hp_static.c
EXTRA_DIST
=
cmakel
ists.txt
EXTRA_DIST
=
CMakeL
ists.txt
# Don't update the files from bitkeeper
%
::
SCCS/s.%
storage/innobase/Makefile.am
View file @
40bfe246
...
...
@@ -77,7 +77,7 @@ EXTRA_DIST = include/btr0btr.h include/btr0btr.ic include/btr0cur.h include/btr
include/ut0byte.h include/ut0byte.ic include/ut0dbg.h include/ut0lst.h
\
include/ut0mem.h include/ut0mem.ic include/ut0rnd.h include/ut0rnd.ic
\
include/ut0sort.h include/ut0ut.h include/ut0ut.ic include/ut0vec.h include/ut0vec.ic
\
cmakel
ists.txt
CMakeL
ists.txt
noinst_LIBRARIES
=
libinnobase.a
libinnobase_a_LIBADD
=
usr/libusr.a srv/libsrv.a dict/libdict.a
\
...
...
storage/myisam/Makefile.am
View file @
40bfe246
...
...
@@ -14,7 +14,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
EXTRA_DIST
=
mi_test_all.sh mi_test_all.res ft_stem.c
cmakel
ists.txt
EXTRA_DIST
=
mi_test_all.sh mi_test_all.res ft_stem.c
CMakeL
ists.txt
pkgdata_DATA
=
mi_test_all mi_test_all.res
INCLUDES
=
-I
$(top_builddir)
/include
-I
$(top_srcdir)
/include
...
...
storage/myisammrg/Makefile.am
View file @
40bfe246
...
...
@@ -23,7 +23,7 @@ libmyisammrg_a_SOURCES = myrg_open.c myrg_extra.c myrg_info.c myrg_locking.c \
myrg_rkey.c myrg_rfirst.c myrg_rlast.c myrg_rnext.c
\
myrg_rprev.c myrg_queue.c myrg_write.c myrg_range.c
\
myrg_rnext_same.c
EXTRA_DIST
=
cmakel
ists.txt
EXTRA_DIST
=
CMakeL
ists.txt
# Don't update the files from bitkeeper
%
::
SCCS/s.%
strings/Makefile.am
View file @
40bfe246
...
...
@@ -54,7 +54,7 @@ EXTRA_DIST = ctype-big5.c ctype-cp932.c ctype-czech.c ctype-eucjpms.c ctype-euc
bmove_upp-sparc.s strappend-sparc.s strend-sparc.s
\
strinstr-sparc.s strmake-sparc.s strmov-sparc.s
\
strnmov-sparc.s strstr-sparc.s strxmov-sparc.s
\
t_ctype.h my_strchr.c
cmakel
ists.txt
t_ctype.h my_strchr.c
CMakeL
ists.txt
libmystrings_a_LIBADD
=
conf_to_src_SOURCES
=
conf_to_src.c xml.c ctype.c bcmp.c
...
...
tests/Makefile.am
View file @
40bfe246
...
...
@@ -30,7 +30,7 @@ EXTRA_DIST = auto_increment.res auto_increment.tst \
grant.pl grant.res test_delayed_insert.pl
\
pmail.pl mail_to_db.pl table_types.pl
\
udf_test udf_test.res myisam-big-rows.tst
\
cmakel
ists.txt
CMakeL
ists.txt
bin_PROGRAMS
=
mysql_client_test
noinst_PROGRAMS
=
insert_test select_test thread_test
...
...
vio/Makefile.am
View file @
40bfe246
...
...
@@ -38,7 +38,7 @@ test_sslclient_LDADD= @CLIENT_EXTRA_LDFLAGS@ ../dbug/libdbug.a libvio.a \
../mysys/libmysys.a ../strings/libmystrings.a
\
$(openssl_libs)
$(yassl_libs)
libvio_a_SOURCES
=
vio.c viosocket.c viossl.c viosslfactories.c
EXTRA_DIST
=
cmakel
ists.txt
EXTRA_DIST
=
CMakeL
ists.txt
# Don't update the files from bitkeeper
%
::
SCCS/s.%
zlib/Makefile.am
View file @
40bfe246
...
...
@@ -29,4 +29,4 @@ libz_la_SOURCES= adler32.c compress.c crc32.c deflate.c gzio.c \
infback.c inffast.c inflate.c inftrees.c trees.c
\
uncompr.c zutil.c
EXTRA_DIST
=
README FAQ INDEX ChangeLog algorithm.txt zlib.3
cmakel
ists.txt
EXTRA_DIST
=
README FAQ INDEX ChangeLog algorithm.txt zlib.3
CMakeL
ists.txt
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment