summaryrefslogtreecommitdiff
path: root/src/elementaryFunctions/acos
diff options
context:
space:
mode:
authorjofret2007-03-25 19:45:44 +0000
committerjofret2007-03-25 19:45:44 +0000
commitb2c19810c0b6a42d5dc3c2f04e3a6ed96171b799 (patch)
tree12be04ef721611b17ea6d50a8dff6d9bfc98a7b5 /src/elementaryFunctions/acos
parentb652ca68c400988374c6a16a2d9f5426bb693592 (diff)
downloadscilab2c-b2c19810c0b6a42d5dc3c2f04e3a6ed96171b799.tar.gz
scilab2c-b2c19810c0b6a42d5dc3c2f04e3a6ed96171b799.tar.bz2
scilab2c-b2c19810c0b6a42d5dc3c2f04e3a6ed96171b799.zip
Adding lib for installation
Diffstat (limited to 'src/elementaryFunctions/acos')
-rw-r--r--src/elementaryFunctions/acos/Makefile.am6
-rw-r--r--src/elementaryFunctions/acos/Makefile.in80
2 files changed, 70 insertions, 16 deletions
diff --git a/src/elementaryFunctions/acos/Makefile.am b/src/elementaryFunctions/acos/Makefile.am
index fbbddbeb..e5dd6130 100644
--- a/src/elementaryFunctions/acos/Makefile.am
+++ b/src/elementaryFunctions/acos/Makefile.am
@@ -5,7 +5,7 @@
## Made by Bruno JOFRET <bruno.jofret@inria.fr>
##
## Started on Fri Jan 5 10:19:16 2007 jofret
-## Last update Fri Mar 23 09:53:51 2007 jofret
+## Last update Sun Mar 25 21:02:08 2007 bruno
##
## Copyright INRIA 2007
##
@@ -13,6 +13,10 @@
AM_CFLAGS = -I ../../type \
-I ../includes
+instdir = $(top_builddir)/lib
+
+inst_LIBRARIES = libAcos.a
+
noinst_LIBRARIES = libAcos.a
libAcos_a_SOURCES = $(HEAD) $(SRC)
diff --git a/src/elementaryFunctions/acos/Makefile.in b/src/elementaryFunctions/acos/Makefile.in
index 217acfb1..1532c6b4 100644
--- a/src/elementaryFunctions/acos/Makefile.in
+++ b/src/elementaryFunctions/acos/Makefile.in
@@ -46,7 +46,15 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/includes/machine.h
CONFIG_CLEAN_FILES =
-LIBRARIES = $(noinst_LIBRARIES)
+am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
+am__vpath_adj = case $$p in \
+ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
+ *) f=$$p;; \
+ esac;
+am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
+am__installdirs = "$(DESTDIR)$(instdir)"
+instLIBRARIES_INSTALL = $(INSTALL_DATA)
+LIBRARIES = $(inst_LIBRARIES) $(noinst_LIBRARIES)
AR = ar
ARFLAGS = cru
libAcos_a_AR = $(AR) $(ARFLAGS)
@@ -95,6 +103,7 @@ EGREP = @EGREP@
EXEEXT = @EXEEXT@
F77 = @F77@
FFLAGS = @FFLAGS@
+GREP = @GREP@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
@@ -124,8 +133,6 @@ VERSION = @VERSION@
ac_ct_CC = @ac_ct_CC@
ac_ct_CXX = @ac_ct_CXX@
ac_ct_F77 = @ac_ct_F77@
-ac_ct_RANLIB = @ac_ct_RANLIB@
-ac_ct_STRIP = @ac_ct_STRIP@
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
@@ -142,23 +149,30 @@ build_cpu = @build_cpu@
build_os = @build_os@
build_vendor = @build_vendor@
datadir = @datadir@
+datarootdir = @datarootdir@
+docdir = @docdir@
+dvidir = @dvidir@
exec_prefix = @exec_prefix@
host = @host@
host_alias = @host_alias@
host_cpu = @host_cpu@
host_os = @host_os@
host_vendor = @host_vendor@
+htmldir = @htmldir@
includedir = @includedir@
infodir = @infodir@
install_sh = @install_sh@
libdir = @libdir@
libexecdir = @libexecdir@
+localedir = @localedir@
localstatedir = @localstatedir@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
+pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
+psdir = @psdir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
sysconfdir = @sysconfdir@
@@ -166,6 +180,8 @@ target_alias = @target_alias@
AM_CFLAGS = -I ../../type \
-I ../includes
+instdir = $(top_builddir)/lib
+inst_LIBRARIES = libAcos.a
noinst_LIBRARIES = libAcos.a
libAcos_a_SOURCES = $(HEAD) $(SRC)
SRC = sacoss.c \
@@ -211,6 +227,35 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+install-instLIBRARIES: $(inst_LIBRARIES)
+ @$(NORMAL_INSTALL)
+ test -z "$(instdir)" || $(mkdir_p) "$(DESTDIR)$(instdir)"
+ @list='$(inst_LIBRARIES)'; for p in $$list; do \
+ if test -f $$p; then \
+ f=$(am__strip_dir) \
+ echo " $(instLIBRARIES_INSTALL) '$$p' '$(DESTDIR)$(instdir)/$$f'"; \
+ $(instLIBRARIES_INSTALL) "$$p" "$(DESTDIR)$(instdir)/$$f"; \
+ else :; fi; \
+ done
+ @$(POST_INSTALL)
+ @list='$(inst_LIBRARIES)'; for p in $$list; do \
+ if test -f $$p; then \
+ p=$(am__strip_dir) \
+ echo " $(RANLIB) '$(DESTDIR)$(instdir)/$$p'"; \
+ $(RANLIB) "$(DESTDIR)$(instdir)/$$p"; \
+ else :; fi; \
+ done
+
+uninstall-instLIBRARIES:
+ @$(NORMAL_UNINSTALL)
+ @list='$(inst_LIBRARIES)'; for p in $$list; do \
+ p=$(am__strip_dir) \
+ echo " rm -f '$(DESTDIR)$(instdir)/$$p'"; \
+ rm -f "$(DESTDIR)$(instdir)/$$p"; \
+ done
+
+clean-instLIBRARIES:
+ -test -z "$(inst_LIBRARIES)" || rm -f $(inst_LIBRARIES)
clean-noinstLIBRARIES:
-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
@@ -328,6 +373,9 @@ check-am: all-am
check: check-am
all-am: Makefile $(LIBRARIES)
installdirs:
+ for dir in "$(DESTDIR)$(instdir)"; do \
+ test -z "$$dir" || $(mkdir_p) "$$dir"; \
+ done
install: install-am
install-exec: install-exec-am
install-data: install-data-am
@@ -354,7 +402,8 @@ maintainer-clean-generic:
@echo "it deletes files that may require special tools to rebuild."
clean: clean-am
-clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
+clean-am: clean-generic clean-instLIBRARIES clean-noinstLIBRARIES \
+ mostlyclean-am
distclean: distclean-am
-rm -rf ./$(DEPDIR)
@@ -372,7 +421,7 @@ info: info-am
info-am:
-install-data-am:
+install-data-am: install-instLIBRARIES
install-exec-am:
@@ -399,18 +448,19 @@ ps: ps-am
ps-am:
-uninstall-am: uninstall-info-am
+uninstall-am: uninstall-info-am uninstall-instLIBRARIES
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
- clean-noinstLIBRARIES ctags distclean distclean-compile \
- distclean-generic distclean-tags distdir dvi dvi-am html \
- html-am info info-am install install-am install-data \
- install-data-am install-exec install-exec-am install-info \
- install-info-am install-man install-strip installcheck \
- installcheck-am installdirs maintainer-clean \
- maintainer-clean-generic mostlyclean mostlyclean-compile \
- mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
- uninstall-am uninstall-info-am
+ clean-instLIBRARIES clean-noinstLIBRARIES ctags distclean \
+ distclean-compile distclean-generic distclean-tags distdir dvi \
+ dvi-am html html-am info info-am install install-am \
+ install-data install-data-am install-exec install-exec-am \
+ install-info install-info-am install-instLIBRARIES install-man \
+ install-strip installcheck installcheck-am installdirs \
+ maintainer-clean maintainer-clean-generic mostlyclean \
+ mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
+ tags uninstall uninstall-am uninstall-info-am \
+ uninstall-instLIBRARIES
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.