diff options
author | jofret | 2008-06-09 08:46:48 +0000 |
---|---|---|
committer | jofret | 2008-06-09 08:46:48 +0000 |
commit | 95b00e5529296f61bbf9bf417df7c816207caa69 (patch) | |
tree | f2096b2fb9048257533bedf0b03fa74f0f50649f /src/auxiliaryFunctions/pythag/Makefile.in | |
parent | d8a5efee6801213c7950089ef63c48f90352bd0d (diff) | |
download | scilab2c-95b00e5529296f61bbf9bf417df7c816207caa69.tar.gz scilab2c-95b00e5529296f61bbf9bf417df7c816207caa69.tar.bz2 scilab2c-95b00e5529296f61bbf9bf417df7c816207caa69.zip |
- Adding zpythags
- License update
Diffstat (limited to 'src/auxiliaryFunctions/pythag/Makefile.in')
-rw-r--r-- | src/auxiliaryFunctions/pythag/Makefile.in | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/src/auxiliaryFunctions/pythag/Makefile.in b/src/auxiliaryFunctions/pythag/Makefile.in index e31a2f92..19328bc0 100644 --- a/src/auxiliaryFunctions/pythag/Makefile.in +++ b/src/auxiliaryFunctions/pythag/Makefile.in @@ -55,7 +55,7 @@ LTLIBRARIES = $(pkglib_LTLIBRARIES) libPythag_la_LIBADD = am__objects_1 = am__objects_2 = libPythag_la-spythags.lo libPythag_la-dpythags.lo \ - libPythag_la-cpythags.lo + libPythag_la-cpythags.lo libPythag_la-zpythags.lo am_libPythag_la_OBJECTS = $(am__objects_1) $(am__objects_2) libPythag_la_OBJECTS = $(am_libPythag_la_OBJECTS) libPythag_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ @@ -209,7 +209,8 @@ pkglib_LTLIBRARIES = libPythag.la libPythag_la_SOURCES = $(HEAD) $(SRC) SRC = spythags.c \ dpythags.c \ - cpythags.c + cpythags.c \ + zpythags.c HEAD = ../includes/pythag.h @@ -317,6 +318,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libPythag_la-cpythags.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libPythag_la-dpythags.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libPythag_la-spythags.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libPythag_la-zpythags.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testPythag-testPythag.Po@am__quote@ .c.o: @@ -361,6 +363,13 @@ libPythag_la-cpythags.lo: cpythags.c @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libPythag_la_CFLAGS) $(CFLAGS) -c -o libPythag_la-cpythags.lo `test -f 'cpythags.c' || echo '$(srcdir)/'`cpythags.c +libPythag_la-zpythags.lo: zpythags.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libPythag_la_CFLAGS) $(CFLAGS) -MT libPythag_la-zpythags.lo -MD -MP -MF $(DEPDIR)/libPythag_la-zpythags.Tpo -c -o libPythag_la-zpythags.lo `test -f 'zpythags.c' || echo '$(srcdir)/'`zpythags.c +@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libPythag_la-zpythags.Tpo $(DEPDIR)/libPythag_la-zpythags.Plo +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='zpythags.c' object='libPythag_la-zpythags.lo' libtool=yes @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libPythag_la_CFLAGS) $(CFLAGS) -c -o libPythag_la-zpythags.lo `test -f 'zpythags.c' || echo '$(srcdir)/'`zpythags.c + testPythag-testPythag.o: testPythag.c @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testPythag_CFLAGS) $(CFLAGS) -MT testPythag-testPythag.o -MD -MP -MF $(DEPDIR)/testPythag-testPythag.Tpo -c -o testPythag-testPythag.o `test -f 'testPythag.c' || echo '$(srcdir)/'`testPythag.c @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/testPythag-testPythag.Tpo $(DEPDIR)/testPythag-testPythag.Po |