summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjofret2010-04-06 18:12:44 +0000
committerjofret2010-04-06 18:12:44 +0000
commitce4a5516ff0318273a948a027b4b1a96d314eb7d (patch)
treef5eca08ddb607372024875a7558acc0373e0ce81
parent88004de933729a0d395299aac7d3179d946c84d5 (diff)
downloadscilab2c-ce4a5516ff0318273a948a027b4b1a96d314eb7d.tar.gz
scilab2c-ce4a5516ff0318273a948a027b4b1a96d314eb7d.tar.bz2
scilab2c-ce4a5516ff0318273a948a027b4b1a96d314eb7d.zip
Remove useless rule
-rw-r--r--scilab2c/src/c/auxiliaryFunctions/isempty/Makefile.am7
-rw-r--r--scilab2c/src/c/auxiliaryFunctions/isempty/Makefile.in109
2 files changed, 18 insertions, 98 deletions
diff --git a/scilab2c/src/c/auxiliaryFunctions/isempty/Makefile.am b/scilab2c/src/c/auxiliaryFunctions/isempty/Makefile.am
index 20908ad4..b1390623 100644
--- a/scilab2c/src/c/auxiliaryFunctions/isempty/Makefile.am
+++ b/scilab2c/src/c/auxiliaryFunctions/isempty/Makefile.am
@@ -15,12 +15,6 @@ libIsempty_la_CFLAGS = -I ../../type \
instdir = $(top_builddir)/lib
-pkglib_LTLIBRARIES = libIsempty.la
-
-libIsempty_la_SOURCES = $(HEAD) $(SRC)
-
-HEAD = ../includes/isempty.h
-
####
# Checking Part
####
@@ -39,6 +33,5 @@ testIsEmpty_SOURCES = testIsEmpty.h testIsEmpty.c
testIsEmpty_CFLAGS = $(check_INCLUDES)
testIsEmpty_LDADD = $(top_builddir)/src/c/type/libDoubleComplex.la \
$(top_builddir)/src/c/type/libFloatComplex.la \
- $(top_builddir)/src/c/auxiliaryFunctions/isempty/libIsempty.la \
$(top_builddir)/src/c/auxiliaryFunctions/find/libFind.la \
@LIBMATH@
diff --git a/scilab2c/src/c/auxiliaryFunctions/isempty/Makefile.in b/scilab2c/src/c/auxiliaryFunctions/isempty/Makefile.in
index c10339ae..3c626a65 100644
--- a/scilab2c/src/c/auxiliaryFunctions/isempty/Makefile.in
+++ b/scilab2c/src/c/auxiliaryFunctions/isempty/Makefile.in
@@ -14,7 +14,6 @@
# PARTICULAR PURPOSE.
@SET_MAKE@
-
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
@@ -46,42 +45,11 @@ mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/includes/machine.h
CONFIG_CLEAN_FILES =
CONFIG_CLEAN_VPATH_FILES =
-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 = f=`echo $$p | sed -e 's|^.*/||'`;
-am__install_max = 40
-am__nobase_strip_setup = \
- srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
-am__nobase_strip = \
- for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
-am__nobase_list = $(am__nobase_strip_setup); \
- for p in $$list; do echo "$$p $$p"; done | \
- sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
- $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
- if (++n[$$2] == $(am__install_max)) \
- { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
- END { for (dir in files) print dir, files[dir] }'
-am__base_list = \
- sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
- sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
-am__installdirs = "$(DESTDIR)$(pkglibdir)"
-LTLIBRARIES = $(pkglib_LTLIBRARIES)
-libIsempty_la_LIBADD =
-am__objects_1 =
-am_libIsempty_la_OBJECTS = $(am__objects_1)
-libIsempty_la_OBJECTS = $(am_libIsempty_la_OBJECTS)
-libIsempty_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
- $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libIsempty_la_CFLAGS) \
- $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
am_testIsEmpty_OBJECTS = testIsEmpty-testIsEmpty.$(OBJEXT)
testIsEmpty_OBJECTS = $(am_testIsEmpty_OBJECTS)
testIsEmpty_DEPENDENCIES = \
$(top_builddir)/src/c/type/libDoubleComplex.la \
$(top_builddir)/src/c/type/libFloatComplex.la \
- $(top_builddir)/src/c/auxiliaryFunctions/isempty/libIsempty.la \
$(top_builddir)/src/c/auxiliaryFunctions/find/libFind.la
testIsEmpty_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
$(LIBTOOLFLAGS) --mode=link $(CCLD) $(testIsEmpty_CFLAGS) \
@@ -99,8 +67,8 @@ CCLD = $(CC)
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
$(LDFLAGS) -o $@
-SOURCES = $(libIsempty_la_SOURCES) $(testIsEmpty_SOURCES)
-DIST_SOURCES = $(libIsempty_la_SOURCES) $(testIsEmpty_SOURCES)
+SOURCES = $(testIsEmpty_SOURCES)
+DIST_SOURCES = $(testIsEmpty_SOURCES)
ETAGS = etags
CTAGS = ctags
am__tty_colors = \
@@ -231,9 +199,6 @@ libIsempty_la_CFLAGS = -I ../../type \
-I ../includes
instdir = $(top_builddir)/lib
-pkglib_LTLIBRARIES = libIsempty.la
-libIsempty_la_SOURCES = $(HEAD) $(SRC)
-HEAD = ../includes/isempty.h
####
# Checking Part
@@ -249,7 +214,6 @@ testIsEmpty_SOURCES = testIsEmpty.h testIsEmpty.c
testIsEmpty_CFLAGS = $(check_INCLUDES)
testIsEmpty_LDADD = $(top_builddir)/src/c/type/libDoubleComplex.la \
$(top_builddir)/src/c/type/libFloatComplex.la \
- $(top_builddir)/src/c/auxiliaryFunctions/isempty/libIsempty.la \
$(top_builddir)/src/c/auxiliaryFunctions/find/libFind.la \
@LIBMATH@
@@ -287,39 +251,6 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(am__aclocal_m4_deps):
-install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES)
- @$(NORMAL_INSTALL)
- test -z "$(pkglibdir)" || $(MKDIR_P) "$(DESTDIR)$(pkglibdir)"
- @list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \
- list2=; for p in $$list; do \
- if test -f $$p; then \
- list2="$$list2 $$p"; \
- else :; fi; \
- done; \
- test -z "$$list2" || { \
- echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pkglibdir)'"; \
- $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pkglibdir)"; \
- }
-
-uninstall-pkglibLTLIBRARIES:
- @$(NORMAL_UNINSTALL)
- @list='$(pkglib_LTLIBRARIES)'; test -n "$(pkglibdir)" || list=; \
- for p in $$list; do \
- $(am__strip_dir) \
- echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pkglibdir)/$$f'"; \
- $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pkglibdir)/$$f"; \
- done
-
-clean-pkglibLTLIBRARIES:
- -test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES)
- @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
- dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
- test "$$dir" != "$$p" || dir=.; \
- echo "rm -f \"$${dir}/so_locations\""; \
- rm -f "$${dir}/so_locations"; \
- done
-libIsempty.la: $(libIsempty_la_OBJECTS) $(libIsempty_la_DEPENDENCIES)
- $(libIsempty_la_LINK) -rpath $(pkglibdir) $(libIsempty_la_OBJECTS) $(libIsempty_la_LIBADD) $(LIBS)
clean-checkPROGRAMS:
@list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
@@ -560,11 +491,8 @@ check-am: all-am
$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
$(MAKE) $(AM_MAKEFLAGS) check-TESTS
check: check-am
-all-am: Makefile $(LTLIBRARIES)
+all-am: Makefile
installdirs:
- for dir in "$(DESTDIR)$(pkglibdir)"; do \
- test -z "$$dir" || $(MKDIR_P) "$$dir"; \
- done
install: install-am
install-exec: install-exec-am
install-data: install-data-am
@@ -593,7 +521,7 @@ maintainer-clean-generic:
clean: clean-am
clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
- clean-pkglibLTLIBRARIES mostlyclean-am
+ mostlyclean-am
distclean: distclean-am
-rm -rf ./$(DEPDIR)
@@ -619,7 +547,7 @@ install-dvi: install-dvi-am
install-dvi-am:
-install-exec-am: install-pkglibLTLIBRARIES
+install-exec-am:
install-html: install-html-am
@@ -659,24 +587,23 @@ ps: ps-am
ps-am:
-uninstall-am: uninstall-pkglibLTLIBRARIES
+uninstall-am:
.MAKE: check-am install-am install-strip
.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
- clean-checkPROGRAMS clean-generic clean-libtool \
- clean-pkglibLTLIBRARIES ctags distclean distclean-compile \
- distclean-generic distclean-libtool distclean-tags distdir dvi \
- dvi-am html html-am info info-am install install-am \
- install-data install-data-am install-dvi install-dvi-am \
- install-exec install-exec-am install-html install-html-am \
- install-info install-info-am install-man install-pdf \
- install-pdf-am install-pkglibLTLIBRARIES install-ps \
- install-ps-am install-strip installcheck installcheck-am \
- installdirs maintainer-clean maintainer-clean-generic \
- mostlyclean mostlyclean-compile mostlyclean-generic \
- mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
- uninstall-am uninstall-pkglibLTLIBRARIES
+ clean-checkPROGRAMS clean-generic clean-libtool ctags \
+ distclean distclean-compile distclean-generic \
+ distclean-libtool distclean-tags distdir dvi dvi-am html \
+ html-am info info-am install install-am install-data \
+ install-data-am install-dvi install-dvi-am install-exec \
+ install-exec-am install-html install-html-am install-info \
+ install-info-am install-man install-pdf install-pdf-am \
+ install-ps install-ps-am install-strip installcheck \
+ installcheck-am installdirs maintainer-clean \
+ maintainer-clean-generic mostlyclean mostlyclean-compile \
+ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
+ tags uninstall uninstall-am
# Tell versions [3.59,3.63) of GNU make to not export all variables.