summaryrefslogtreecommitdiff
path: root/gsl-1.9/const/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'gsl-1.9/const/Makefile.am')
-rw-r--r--gsl-1.9/const/Makefile.am15
1 files changed, 15 insertions, 0 deletions
diff --git a/gsl-1.9/const/Makefile.am b/gsl-1.9/const/Makefile.am
new file mode 100644
index 0000000..83b82be
--- /dev/null
+++ b/gsl-1.9/const/Makefile.am
@@ -0,0 +1,15 @@
+pkginclude_HEADERS = gsl_const.h gsl_const_cgs.h gsl_const_mks.h gsl_const_cgsm.h gsl_const_mksa.h gsl_const_num.h
+
+INCLUDES= -I$(top_builddir)
+
+TESTS = $(check_PROGRAMS)
+
+check_PROGRAMS = test
+
+test_SOURCES = test.c
+
+test_LDADD = ../ieee-utils/libgslieeeutils.la ../err/libgslerr.la ../test/libgsltest.la ../sys/libgslsys.la ../utils/libutils.la
+
+
+
+