~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mystrings/Makefile.am

  • Committer: Monty Taylor
  • Date: 2008-08-09 02:24:34 UTC
  • mto: (266.1.8 codestyle)
  • mto: This revision was merged to the branch mainline in revision 279.
  • Revision ID: monty@inaugust.com-20080809022434-97na8pnugghskxip
Removed mystringslt conv lib and replaced it with a noinst lib.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
# along with this program; if not, write to the Free Software
14
14
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
15
15
 
16
 
# This file is public domain and comes with NO WARRANTY of any kind
17
 
pkglib_LTLIBRARIES =    libmystrings.la
18
 
libmystrings_la_LDFLAGS = -static
19
 
libmystrings_la_SOURCES = 
20
 
 
21
 
# Force C++ linking - dummy.cxx doesn't have to exist with EXTRA in the name
22
 
nodist_EXTRA_libmystrings_la_SOURCES = dummy.cxx
23
 
# This can't be listed here as $(top_builddir)/strings/libmystingslt.la
24
 
# or it breaks make's dependency track for -j builds
25
 
libmystrings_la_LIBADD = libmystringslt.la
26
 
 
27
 
noinst_LTLIBRARIES =    libmystringslt.la
 
16
noinst_LTLIBRARIES =    libmystrings.la
28
17
 
29
18
 
30
19
mystringsincludedir = ${includedir}/mystrings
38
27
 
39
28
# LTLIBOBJS contains strstr strtoll strtoull stpcpy IFF the don't exist on
40
29
# the target system. This helps prevent empty object file problems.
41
 
libmystringslt_la_LIBADD = $(LTLIBOBJS)
42
 
libmystringslt_la_SOURCES =     strxmov.c bmove_upp.c strappend.c strcont.c \
 
30
libmystrings_la_LIBADD = $(LTLIBOBJS)
 
31
libmystrings_la_SOURCES =       strxmov.c bmove_upp.c strappend.c strcont.c \
43
32
                                strend.c strfill.c strcend.c is_prefix.c \
44
33
                                strmake.c strnmov.c longlong2str.c \
45
34
                                my_strtoll10.c bmove512.c \