URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [libssp/] [Makefile.am] - Rev 378
Go to most recent revision | Compare with Previous | Blame | View Log
## Makefile for the toplevel directory of the libssp library.#### Copyright (C) 2005## Free Software Foundation, Inc.##AUTOMAKE_OPTIONS = 1.9.5 foreignACLOCAL_AMFLAGS = -I .. -I ../configMAINT_CHARSET = latin1# May be used by various substitution variables.gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)if LIBSSP_USE_SYMVERversion_arg = -Wl,--version-script=$(srcdir)/ssp.mapversion_dep = $(srcdir)/ssp.mapelseversion_arg =version_dep =endifAM_CFLAGS = -Walltoolexeclib_LTLIBRARIES = libssp.la libssp_nonshared.latarget_noncanonical = @target_noncanonical@libsubincludedir = $(libdir)/gcc/$(target_noncanonical)/$(gcc_version)/includenobase_libsubinclude_HEADERS = ssp/ssp.h ssp/string.h ssp/stdio.h ssp/unistd.hlibssp_la_SOURCES = \ssp.c gets-chk.c memcpy-chk.c memmove-chk.c mempcpy-chk.c \memset-chk.c snprintf-chk.c sprintf-chk.c stpcpy-chk.c \strcat-chk.c strcpy-chk.c strncat-chk.c strncpy-chk.c \vsnprintf-chk.c vsprintf-chk.clibssp_la_LIBADD =libssp_la_DEPENDENCIES = $(version_dep) $(libssp_la_LIBADD)libssp_la_LDFLAGS = -version-info `grep -v '^\#' $(srcdir)/libtool-version` \$(version_arg) -no-undefined -bindir "$(bindir)"libssp_nonshared_la_SOURCES = \ssp-local.clibssp_nonshared_la_CFLAGS = -prefer-piclibssp_nonshared_la_LIBADD =libssp_nonshared_la_DEPENDENCIES = $(libssp_nonshared_la_LIBADD)libssp_nonshared_la_LDFLAGS = -static# XXX hack alert# From libffi/Makefile.am# Work around what appears to be a GNU make bug handling MAKEFLAGS# values defined in terms of make variables, as is the case for CC and# friends when we are called from the top level Makefile.AM_MAKEFLAGS = \"AR_FLAGS=$(AR_FLAGS)" \"CC_FOR_BUILD=$(CC_FOR_BUILD)" \"CFLAGS=$(CFLAGS)" \"CXXFLAGS=$(CXXFLAGS)" \"CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \"CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \"INSTALL=$(INSTALL)" \"INSTALL_DATA=$(INSTALL_DATA)" \"INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \"INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \"JC1FLAGS=$(JC1FLAGS)" \"LDFLAGS=$(LDFLAGS)" \"LIBCFLAGS=$(LIBCFLAGS)" \"LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \"MAKE=$(MAKE)" \"MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \"PICFLAG=$(PICFLAG)" \"PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \"SHELL=$(SHELL)" \"RUNTESTFLAGS=$(RUNTESTFLAGS)" \"exec_prefix=$(exec_prefix)" \"infodir=$(infodir)" \"libdir=$(libdir)" \"prefix=$(prefix)" \"includedir=$(includedir)" \"AR=$(AR)" \"AS=$(AS)" \"CC=$(CC)" \"CXX=$(CXX)" \"LD=$(LD)" \"LIBCFLAGS=$(LIBCFLAGS)" \"NM=$(NM)" \"PICFLAG=$(PICFLAG)" \"RANLIB=$(RANLIB)" \"DESTDIR=$(DESTDIR)"MAKEOVERRIDES=## ################################################################
Go to most recent revision | Compare with Previous | Blame | View Log
