blob: 3fbe4f1ca38febc94af99ccfdb73ba726ba95b00 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
##
## -*- makefile -*-
##
## Makefile.am
## Made by Bruno JOFRET <bruno.jofret@inria.fr>
##
## Started on Thu Mar 22 16:39:30 2007 jofret
## Last update Fri Apr 20 16:10:39 2007 jofret
##
## Copyright INRIA 2007
##
AUTOMAKE_OPTIONS = 1.9 dist-zip dist-bzip2
SUBDIRS= type \
elementaryFunctions \
auxiliaryFunctions
ACLOCAL_AMFLAGS = -I m4/
|