From c5bfd436e5128eb1c2188104f5dab5dabe35bbd6 Mon Sep 17 00:00:00 2001
From: jofret
Date: Wed, 18 Apr 2007 16:55:20 +0000
Subject: Adding Autotools Management.

---
 src/auxiliaryFunctions/Makefile.am | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 src/auxiliaryFunctions/Makefile.am

(limited to 'src/auxiliaryFunctions/Makefile.am')

diff --git a/src/auxiliaryFunctions/Makefile.am b/src/auxiliaryFunctions/Makefile.am
new file mode 100644
index 00000000..4c474db8
--- /dev/null
+++ b/src/auxiliaryFunctions/Makefile.am
@@ -0,0 +1,19 @@
+##
+##  -*- makefile -*-
+##
+## Makefile.am
+## Made by  Bruno JOFRET <bruno.jofret@inria.fr>
+##
+## Started on  Thu Mar 22 16:39:30 2007 jofret
+## Last update Wed Apr 18 17:14:49 2007 jofret
+##
+## Copyright INRIA 2007
+##
+
+SUBDIRS=	find \
+		isempty \
+		isnan \
+		rand \
+		sign \
+		size \
+		type
-- 
cgit