~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to dbug/Makefile.am

  • Committer: Brian Aker
  • Date: 2008-07-01 20:52:03 UTC
  • mfrom: (28.1.23 libtool-patch)
  • Revision ID: brian@tangent.org-20080701205203-3jm6ga57uzxy8k4t
Merge of taylor's work

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
16
16
# MA 02111-1307, USA
17
17
 
18
 
INCLUDES =              -I$(top_builddir)/include -I$(top_srcdir)/include
19
 
LDADD =                 libdbug.a ../mysys/libmysys.a ../strings/libmystrings.a
20
 
pkglib_LIBRARIES =      libdbug.a
 
18
AM_CPPFLAGS =              -I$(top_builddir)/include -I$(top_srcdir)/include
 
19
LDADD =                 libdbuglt.la $(top_builddir)/mysys/libmysyslt.la \
 
20
                        $(top_builddir)/strings/libmystringslt.la ${ZLIB_LIBS}
 
21
pkglib_LTLIBRARIES =    libdbug.la
 
22
libdbug_la_LDFLAGS =   -static
 
23
libdbug_la_SOURCES =    
 
24
libdbug_la_LIBADD =     libdbuglt.la
 
25
# Force C++ linking - dummy.cxx doesn't have to exist with EXTRA in the name
 
26
nodist_EXTRA_libdbug_la_SOURCES = dummy.cxx
 
27
 
 
28
noinst_LTLIBRARIES =    libdbuglt.la
21
29
noinst_HEADERS =        dbug_long.h
22
 
libdbug_a_SOURCES =     dbug.c sanity.c
 
30
libdbuglt_la_SOURCES =     dbug.c sanity.c
23
31
EXTRA_DIST =            CMakeLists.txt example1.c example2.c example3.c \
24
32
                        user.r monty.doc dbug_add_tags.pl \
25
33
                        my_main.c main.c factorial.c dbug_analyze.c \
61
69
                @RM@ -f $@
62
70
                @SED@ -e 's!\\!\\\\!g' $< > $@
63
71
 
64
 
# Don't update the files from bitkeeper
65
 
%::SCCS/s.%