~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to strings/Makefile.am

  • Committer: Monty Taylor
  • Date: 2008-07-14 01:11:02 UTC
  • mto: (77.6.2 glibclient-merge)
  • mto: This revision was merged to the branch mainline in revision 159.
  • Revision ID: monty@inaugust.com-20080714011102-am01v2f9xfpag7ua
Removed strinstr. It was only used twice in once place in mf_pack... and there
for a very small purpose. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
if ASSEMBLER_sparc32
36
36
# These file MUST all be on the same line!! Otherwise automake
37
37
# generats a very broken makefile
38
 
ASRCS           = 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
 
38
ASRCS           = bmove_upp-sparc.s strappend-sparc.s strend-sparc.s strmake-sparc.s strmov-sparc.s strnmov-sparc.s strstr-sparc.s
39
39
CSRCS   = strcont.c strfill.c strcend.c is_prefix.c longlong2str.c strxmov.c my_strtoll10.c 
40
40
else
41
41
#no assembler
42
42
ASRCS           =
43
43
# These file MUST all be on the same line!! Otherwise automake
44
44
# generats a very broken makefile
45
 
CSRCS   = strxmov.c bmove_upp.c strappend.c strcont.c strend.c strfill.c strcend.c is_prefix.c strstr.c strinstr.c strmake.c strnmov.c strmov.c longlong2str.c my_strtoll10.c
 
45
CSRCS   = strxmov.c bmove_upp.c strappend.c strcont.c strend.c strfill.c strcend.c is_prefix.c strstr.c strmake.c strnmov.c strmov.c longlong2str.c my_strtoll10.c
46
46
endif
47
47
endif
48
48
 
70
70
                longlong2str.c longlong2str-x86.s longlong2str_asm.c \
71
71
                my_strtoll10.c my_strtoll10-x86.s \
72
72
                strxmov.c bmove_upp.c strappend.c strcont.c strend.c \
73
 
                strfill.c strcend.c is_prefix.c strstr.c strinstr.c \
 
73
                strfill.c strcend.c is_prefix.c strstr.c \
74
74
                strmake.c strnmov.c strmov.c strnlen.c \
75
75
                bmove_upp-sparc.s strappend-sparc.s strend-sparc.s \
76
 
                strinstr-sparc.s strmake-sparc.s strmov-sparc.s \
 
76
                strmake-sparc.s strmov-sparc.s \
77
77
                strnmov-sparc.s strstr-sparc.s strxmov-sparc.s \
78
78
                t_ctype.h my_strchr.c
79
79