summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/c/type/Makefile.am (renamed from src/type/Makefile.am)0
-rw-r--r--src/c/type/Makefile.in (renamed from src/type/Makefile.in)10
-rw-r--r--src/c/type/doubleComplex.c (renamed from src/type/doubleComplex.c)0
-rw-r--r--src/c/type/doubleComplex.h (renamed from src/type/doubleComplex.h)0
-rw-r--r--src/c/type/dynlib_type.h (renamed from src/type/dynlib_type.h)0
-rw-r--r--src/c/type/floatComplex.c (renamed from src/type/floatComplex.c)0
-rw-r--r--src/c/type/floatComplex.h (renamed from src/type/floatComplex.h)0
-rw-r--r--src/c/type/int_imag.h (renamed from src/type/int_imag.h)0
-rw-r--r--src/c/type/int_real.h (renamed from src/type/int_real.h)0
-rw-r--r--src/c/type/testDoubleComplex.c (renamed from src/type/testDoubleComplex.c)0
-rw-r--r--src/c/type/testFloatComplex.c (renamed from src/type/testFloatComplex.c)0
-rw-r--r--src/c/type/test_doubleComplex/test_doubleComplex.vcproj (renamed from src/type/test_doubleComplex/test_doubleComplex.vcproj)0
-rw-r--r--src/c/type/test_floatComplex/test_floatComplex.vcproj (renamed from src/type/test_floatComplex/test_floatComplex.vcproj)0
-rw-r--r--src/c/type/type.vcproj (renamed from src/type/type.vcproj)0
14 files changed, 9 insertions, 1 deletions
diff --git a/src/type/Makefile.am b/src/c/type/Makefile.am
index 6fd65ea2..6fd65ea2 100644
--- a/src/type/Makefile.am
+++ b/src/c/type/Makefile.am
diff --git a/src/type/Makefile.in b/src/c/type/Makefile.in
index eed4c911..bc3d185e 100644
--- a/src/type/Makefile.in
+++ b/src/c/type/Makefile.in
@@ -107,7 +107,7 @@ CYGPATH_W = @CYGPATH_W@
DEFS = @DEFS@
DEPDIR = @DEPDIR@
DSYMUTIL = @DSYMUTIL@
-ECHO = @ECHO@
+DUMPBIN = @DUMPBIN@
ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
@@ -115,24 +115,30 @@ EGREP = @EGREP@
EXEEXT = @EXEEXT@
F77 = @F77@
FFLAGS = @FFLAGS@
+FGREP = @FGREP@
GREP = @GREP@
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+LD = @LD@
LDFLAGS = @LDFLAGS@
LIBMATH = @LIBMATH@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIBTOOL = @LIBTOOL@
+LIPO = @LIPO@
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
MAINT = @MAINT@
MAKEINFO = @MAKEINFO@
MKDIR_P = @MKDIR_P@
+NM = @NM@
NMEDIT = @NMEDIT@
OBJEXT = @OBJEXT@
+OTOOL = @OTOOL@
+OTOOL64 = @OTOOL64@
PACKAGE = @PACKAGE@
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
@@ -152,6 +158,7 @@ abs_top_builddir = @abs_top_builddir@
abs_top_srcdir = @abs_top_srcdir@
ac_ct_CC = @ac_ct_CC@
ac_ct_CXX = @ac_ct_CXX@
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
ac_ct_F77 = @ac_ct_F77@
am__include = @am__include@
am__leading_dot = @am__leading_dot@
@@ -183,6 +190,7 @@ libdir = @libdir@
libexecdir = @libexecdir@
localedir = @localedir@
localstatedir = @localstatedir@
+lt_ECHO = @lt_ECHO@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
diff --git a/src/type/doubleComplex.c b/src/c/type/doubleComplex.c
index 72460495..72460495 100644
--- a/src/type/doubleComplex.c
+++ b/src/c/type/doubleComplex.c
diff --git a/src/type/doubleComplex.h b/src/c/type/doubleComplex.h
index 4be0d7d3..4be0d7d3 100644
--- a/src/type/doubleComplex.h
+++ b/src/c/type/doubleComplex.h
diff --git a/src/type/dynlib_type.h b/src/c/type/dynlib_type.h
index 03c105f0..03c105f0 100644
--- a/src/type/dynlib_type.h
+++ b/src/c/type/dynlib_type.h
diff --git a/src/type/floatComplex.c b/src/c/type/floatComplex.c
index 8ff7774b..8ff7774b 100644
--- a/src/type/floatComplex.c
+++ b/src/c/type/floatComplex.c
diff --git a/src/type/floatComplex.h b/src/c/type/floatComplex.h
index fe35ca48..fe35ca48 100644
--- a/src/type/floatComplex.h
+++ b/src/c/type/floatComplex.h
diff --git a/src/type/int_imag.h b/src/c/type/int_imag.h
index 9647f6ad..9647f6ad 100644
--- a/src/type/int_imag.h
+++ b/src/c/type/int_imag.h
diff --git a/src/type/int_real.h b/src/c/type/int_real.h
index 4949b883..4949b883 100644
--- a/src/type/int_real.h
+++ b/src/c/type/int_real.h
diff --git a/src/type/testDoubleComplex.c b/src/c/type/testDoubleComplex.c
index 26e3416e..26e3416e 100644
--- a/src/type/testDoubleComplex.c
+++ b/src/c/type/testDoubleComplex.c
diff --git a/src/type/testFloatComplex.c b/src/c/type/testFloatComplex.c
index 703aac17..703aac17 100644
--- a/src/type/testFloatComplex.c
+++ b/src/c/type/testFloatComplex.c
diff --git a/src/type/test_doubleComplex/test_doubleComplex.vcproj b/src/c/type/test_doubleComplex/test_doubleComplex.vcproj
index 18a5214e..18a5214e 100644
--- a/src/type/test_doubleComplex/test_doubleComplex.vcproj
+++ b/src/c/type/test_doubleComplex/test_doubleComplex.vcproj
diff --git a/src/type/test_floatComplex/test_floatComplex.vcproj b/src/c/type/test_floatComplex/test_floatComplex.vcproj
index e858ae9d..e858ae9d 100644
--- a/src/type/test_floatComplex/test_floatComplex.vcproj
+++ b/src/c/type/test_floatComplex/test_floatComplex.vcproj
diff --git a/src/type/type.vcproj b/src/c/type/type.vcproj
index 3aac3924..3aac3924 100644
--- a/src/type/type.vcproj
+++ b/src/c/type/type.vcproj