diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-10-16 21:33:14 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-10-16 21:33:14 +0000 |
commit | deb7c8cc85d6101422ad72d4e67522c60d6948e1 (patch) | |
tree | 7d38131ecbe11ebad9b09970d396eb8e0ff110e4 /flow/gsl | |
parent | c21d34f250a978f92f6e0e7c2c27be9b6dde90f7 (diff) | |
download | arts-deb7c8cc85d6101422ad72d4e67522c60d6948e1.tar.gz arts-deb7c8cc85d6101422ad72d4e67522c60d6948e1.zip |
Rempve obsolete and broken autotools files from arts
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/arts@1259246 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'flow/gsl')
-rw-r--r-- | flow/gsl/Makefile.am | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/flow/gsl/Makefile.am b/flow/gsl/Makefile.am deleted file mode 100644 index 41a4dab..0000000 --- a/flow/gsl/Makefile.am +++ /dev/null @@ -1,24 +0,0 @@ - -EXTRA_DIST = -CLEANFILES = -MAINTAINERCLEANFILES = - -gslincludedir=$(includedir)/arts/gsl -include gslmakefile.inc - -INCLUDES = -I$(top_srcdir)/flow -I$(top_builddir)/flow -I$(top_srcdir)/mcop -I$(top_builddir)/mcop -I$(top_builddir) $(all_includes) -AM_CFLAGS = $(GSL_CFLAGS) - -noinst_LTLIBRARIES = libgsl.la - -libgsl_la_SOURCES = $(GSL_C_SRC) gslfilehash.c gslartsthreads.cc -libgsl_la_LIBADD = $(top_builddir)/mcop/libmcop.la -lm $(LIBPOSIX4) $(GSL_LIBS) $(LIB_POLL) $(GLIB_LIBADD) -libgsl_la_LDFLAGS = -no-undefined $(all_libraries) - -#noinst_PROGRAMS = $(GSL_NOINST_PROGS) - -GSL_progs_ldadd = libgsl.la -lm $(LIBPTHREAD) - -GSL_cc_dummy = dummy.cc -$(srcdir)/dummy.cc: gslconfig.h - |