comparison libssp/Makefile.am @ 55:77e2b8dfacca gcc-4.4.5

update it from 4.4.3 to 4.5.0
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Fri, 12 Feb 2010 23:39:51 +0900
parents a06113de4d67
children f6334be47118
comparison
equal deleted inserted replaced
52:c156f1bd5cd9 55:77e2b8dfacca
33 strcat-chk.c strcpy-chk.c strncat-chk.c strncpy-chk.c \ 33 strcat-chk.c strcpy-chk.c strncat-chk.c strncpy-chk.c \
34 vsnprintf-chk.c vsprintf-chk.c 34 vsnprintf-chk.c vsprintf-chk.c
35 libssp_la_LIBADD = 35 libssp_la_LIBADD =
36 libssp_la_DEPENDENCIES = $(version_dep) $(libssp_la_LIBADD) 36 libssp_la_DEPENDENCIES = $(version_dep) $(libssp_la_LIBADD)
37 libssp_la_LDFLAGS = -version-info `grep -v '^\#' $(srcdir)/libtool-version` \ 37 libssp_la_LDFLAGS = -version-info `grep -v '^\#' $(srcdir)/libtool-version` \
38 $(version_arg) -no-undefined 38 $(version_arg) -no-undefined -bindir "$(bindir)"
39 39
40 libssp_nonshared_la_SOURCES = \ 40 libssp_nonshared_la_SOURCES = \
41 ssp-local.c 41 ssp-local.c
42 libssp_nonshared_la_CFLAGS = -prefer-pic 42 libssp_nonshared_la_CFLAGS = -prefer-pic
43 libssp_nonshared_la_LIBADD = 43 libssp_nonshared_la_LIBADD =
88 "RANLIB=$(RANLIB)" \ 88 "RANLIB=$(RANLIB)" \
89 "DESTDIR=$(DESTDIR)" 89 "DESTDIR=$(DESTDIR)"
90 90
91 MAKEOVERRIDES= 91 MAKEOVERRIDES=
92 92
93 # No install-html or install-pdf support in automake yet
94 .PHONY: install-html install-pdf
95 install-html:
96 install-pdf:
97
98 ## ################################################################ 93 ## ################################################################
99 94