|
Lines 1-15
Link Here
|
| 1 |
--- sql/Makefile.in.orig Thu Aug 26 22:47:18 2004 |
1 |
--- sql/Makefile.in.orig Mon Dec 27 14:48:04 2004 |
| 2 |
+++ sql/Makefile.in Sun Sep 19 15:03:56 2004 |
2 |
+++ sql/Makefile.in Mon Dec 27 18:54:26 2004 |
| 3 |
@@ -378,7 +378,7 @@ |
3 |
@@ -126,7 +126,8 @@ |
| 4 |
gstream.cc spatial.cc sql_help.cc protocol_cursor.cc \ |
|
|
| 5 |
tztime.cc my_time.c \ |
| 6 |
examples/ha_example.cc examples/ha_archive.cc \ |
| 7 |
- examples/ha_tina.cc |
| 8 |
+ examples/ha_tina.cc mylibwrap.c |
| 9 |
|
| 10 |
|
| 11 |
gen_lex_hash_SOURCES = gen_lex_hash.cc |
| 12 |
@@ -450,7 +450,8 @@ |
| 13 |
pack.$(OBJEXT) stacktrace.$(OBJEXT) repl_failsafe.$(OBJEXT) \ |
4 |
pack.$(OBJEXT) stacktrace.$(OBJEXT) repl_failsafe.$(OBJEXT) \ |
| 14 |
gstream.$(OBJEXT) spatial.$(OBJEXT) sql_help.$(OBJEXT) \ |
5 |
gstream.$(OBJEXT) spatial.$(OBJEXT) sql_help.$(OBJEXT) \ |
| 15 |
protocol_cursor.$(OBJEXT) tztime.$(OBJEXT) my_time.$(OBJEXT) \ |
6 |
protocol_cursor.$(OBJEXT) tztime.$(OBJEXT) my_time.$(OBJEXT) \ |
|
Lines 17-25
Link Here
|
| 17 |
+ ha_example.$(OBJEXT) ha_archive.$(OBJEXT) ha_tina.$(OBJEXT) \ |
8 |
+ ha_example.$(OBJEXT) ha_archive.$(OBJEXT) ha_tina.$(OBJEXT) \ |
| 18 |
+ mylibwrap.$(OBJEXT) |
9 |
+ mylibwrap.$(OBJEXT) |
| 19 |
mysqld_OBJECTS = $(am_mysqld_OBJECTS) |
10 |
mysqld_OBJECTS = $(am_mysqld_OBJECTS) |
| 20 |
mysqld_DEPENDENCIES = $(top_builddir)/myisam/libmyisam.a \ |
11 |
mysqld_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) \ |
| 21 |
$(top_builddir)/myisammrg/libmyisammrg.a \ |
12 |
$(am__DEPENDENCIES_2) |
| 22 |
@@ -518,7 +519,8 @@ |
13 |
@@ -194,7 +195,8 @@ |
| 23 |
@AMDEP_TRUE@ ./$(DEPDIR)/stacktrace.Po ./$(DEPDIR)/strfunc.Po \ |
14 |
@AMDEP_TRUE@ ./$(DEPDIR)/stacktrace.Po ./$(DEPDIR)/strfunc.Po \ |
| 24 |
@AMDEP_TRUE@ ./$(DEPDIR)/table.Po ./$(DEPDIR)/thr_malloc.Po \ |
15 |
@AMDEP_TRUE@ ./$(DEPDIR)/table.Po ./$(DEPDIR)/thr_malloc.Po \ |
| 25 |
@AMDEP_TRUE@ ./$(DEPDIR)/time.Po ./$(DEPDIR)/tztime.Po \ |
16 |
@AMDEP_TRUE@ ./$(DEPDIR)/time.Po ./$(DEPDIR)/tztime.Po \ |
|
Lines 28-39
Link Here
|
| 28 |
+@AMDEP_TRUE@ ./$(DEPDIR)/mylibwrap.Po |
19 |
+@AMDEP_TRUE@ ./$(DEPDIR)/mylibwrap.Po |
| 29 |
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ |
20 |
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ |
| 30 |
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
21 |
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
| 31 |
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \ |
22 |
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \ |
| 32 |
@@ -748,6 +750,7 @@ |
23 |
@@ -552,7 +554,7 @@ |
|
|
24 |
gstream.cc spatial.cc sql_help.cc protocol_cursor.cc \ |
| 25 |
tztime.cc my_time.c \ |
| 26 |
examples/ha_example.cc examples/ha_archive.cc \ |
| 27 |
- examples/ha_tina.cc |
| 28 |
+ examples/ha_tina.cc mylibwrap.c |
| 29 |
|
| 30 |
gen_lex_hash_SOURCES = gen_lex_hash.cc |
| 31 |
gen_lex_hash_LDADD = $(LDADD) $(CXXLDFLAGS) |
| 32 |
@@ -776,6 +778,7 @@ |
| 33 |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tztime.Po@am__quote@ |
33 |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tztime.Po@am__quote@ |
| 34 |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/uniques.Po@am__quote@ |
34 |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/uniques.Po@am__quote@ |
| 35 |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unireg.Po@am__quote@ |
35 |
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unireg.Po@am__quote@ |
| 36 |
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mylibwrap.Po@am__quote@ |
36 |
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mylibwrap.Po@am__quote@ |
| 37 |
|
37 |
|
| 38 |
distclean-depend: |
38 |
.c.o: |
| 39 |
-rm -rf ./$(DEPDIR) |
39 |
@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ |