~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mystrings/Makefile.am

  • Committer: Brian Aker
  • Date: 2008-08-09 21:43:24 UTC
  • mfrom: (279.1.4 codestyle)
  • Revision ID: brian@tangent.org-20080809214324-jy2c15bx49naddsf
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
noinst_HEADERS =        my_uctype.h
26
26
 
27
27
 
28
 
# LTLIBOBJS contains strstr strtoll strtoull stpcpy IFF the don't exist on
 
28
# LTLIBOBJS contains strstr strtoll strtoull stpcpy stpncpy getpagesize
 
29
# IFF the don't exist on
29
30
# the target system. This helps prevent empty object file problems.
30
31
libmystrings_la_LIBADD = $(LTLIBOBJS)
31
 
libmystrings_la_SOURCES =       strxmov.c bmove_upp.c strappend.c strcont.c \
32
 
                                strend.c strfill.c strcend.c is_prefix.c \
33
 
                                strmake.c strnmov.c longlong2str.c \
34
 
                                my_strtoll10.c bmove512.c \
 
32
libmystrings_la_SOURCES =       strxmov.c bmove_upp.c \
 
33
                                strend.c strfill.c is_prefix.c \
 
34
                                strmake.c longlong2str.c \
 
35
                                my_strtoll10.c \
35
36
                                bchange.c strxnmov.c int2str.c str2int.c \
36
 
                                llstr.c strnlen.c \
 
37
                                llstr.c \
37
38
                                ctype.c ctype-simple.c ctype-mb.c \
38
39
                                ctype-big5.c ctype-cp932.c ctype-czech.c \
39
40
                                ctype-eucjpms.c ctype-euc_kr.c ctype-gb2312.c \
42
43
                                ctype-uca.c ctype-win1250ch.c ctype-bin.c \
43
44
                                ctype-latin1.c xml.c \
44
45
                                decimal.c ctype-extra.c str_alloc.c \
45
 
                                dtoa.c my_strchr.c
 
46
                                dtoa.c 
46
47