From c40e7b38df8c526a6b3c7731aacc5218b73d9b1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Minisini?= Date: Tue, 31 Jan 2012 09:02:42 +0000 Subject: [PATCH] [GB.GSL] * BUG: Add missing files. git-svn-id: svn://localhost/gambas/trunk@4436 867c0c6c-44f3-4631-809d-bfa615b0a4ec --- gb.gsl/AUTHORS | 0 gb.gsl/COPYING | 1 + gb.gsl/ChangeLog | 0 gb.gsl/INSTALL | 1 + gb.gsl/Makefile.am | 3 +++ gb.gsl/README | 0 gb.gsl/acinclude.m4 | 1 + gb.gsl/configure.ac | 14 ++++++++++++++ gb.gsl/gambas.h | 1 + gb.gsl/gb_common.h | 1 + gb.gsl/m4 | 1 + gb.gsl/reconf | 1 + 12 files changed, 24 insertions(+) create mode 100644 gb.gsl/AUTHORS create mode 120000 gb.gsl/COPYING create mode 100644 gb.gsl/ChangeLog create mode 120000 gb.gsl/INSTALL create mode 100644 gb.gsl/Makefile.am create mode 100644 gb.gsl/README create mode 120000 gb.gsl/acinclude.m4 create mode 100644 gb.gsl/configure.ac create mode 120000 gb.gsl/gambas.h create mode 120000 gb.gsl/gb_common.h create mode 120000 gb.gsl/m4 create mode 120000 gb.gsl/reconf diff --git a/gb.gsl/AUTHORS b/gb.gsl/AUTHORS new file mode 100644 index 000000000..e69de29bb diff --git a/gb.gsl/COPYING b/gb.gsl/COPYING new file mode 120000 index 000000000..012065c85 --- /dev/null +++ b/gb.gsl/COPYING @@ -0,0 +1 @@ +../COPYING \ No newline at end of file diff --git a/gb.gsl/ChangeLog b/gb.gsl/ChangeLog new file mode 100644 index 000000000..e69de29bb diff --git a/gb.gsl/INSTALL b/gb.gsl/INSTALL new file mode 120000 index 000000000..99d491b4f --- /dev/null +++ b/gb.gsl/INSTALL @@ -0,0 +1 @@ +../INSTALL \ No newline at end of file diff --git a/gb.gsl/Makefile.am b/gb.gsl/Makefile.am new file mode 100644 index 000000000..67e464d3a --- /dev/null +++ b/gb.gsl/Makefile.am @@ -0,0 +1,3 @@ +ACLOCAL_AMFLAGS = -I m4 --install +SUBDIRS = @GSL_DIR@ +EXTRA_DIST = reconf gambas.h gb*.h diff --git a/gb.gsl/README b/gb.gsl/README new file mode 100644 index 000000000..e69de29bb diff --git a/gb.gsl/acinclude.m4 b/gb.gsl/acinclude.m4 new file mode 120000 index 000000000..d84c32a31 --- /dev/null +++ b/gb.gsl/acinclude.m4 @@ -0,0 +1 @@ +../acinclude.m4 \ No newline at end of file diff --git a/gb.gsl/configure.ac b/gb.gsl/configure.ac new file mode 100644 index 000000000..0bb5ee836 --- /dev/null +++ b/gb.gsl/configure.ac @@ -0,0 +1,14 @@ +dnl ---- configure.ac for gb.gsl + +AC_INIT(configure.ac) +AC_CONFIG_MACRO_DIR([m4]) +GB_INIT(gb.gsl) +AC_PROG_LIBTOOL +GB_COMPONENT_PKG_CONFIG( + gsl, + GSL, + [GNU Scientific Library component], + [src], + gsl) +AC_OUTPUT( Makefile src/Makefile ) +GB_PRINT_MESSAGES diff --git a/gb.gsl/gambas.h b/gb.gsl/gambas.h new file mode 120000 index 000000000..03677ecd0 --- /dev/null +++ b/gb.gsl/gambas.h @@ -0,0 +1 @@ +../main/share/gambas.h \ No newline at end of file diff --git a/gb.gsl/gb_common.h b/gb.gsl/gb_common.h new file mode 120000 index 000000000..707d79da6 --- /dev/null +++ b/gb.gsl/gb_common.h @@ -0,0 +1 @@ +../main/share/gb_common.h \ No newline at end of file diff --git a/gb.gsl/m4 b/gb.gsl/m4 new file mode 120000 index 000000000..7d49a2a4b --- /dev/null +++ b/gb.gsl/m4 @@ -0,0 +1 @@ +../m4 \ No newline at end of file diff --git a/gb.gsl/reconf b/gb.gsl/reconf new file mode 120000 index 000000000..48a376da6 --- /dev/null +++ b/gb.gsl/reconf @@ -0,0 +1 @@ +../reconf \ No newline at end of file