blob: 3a7c7d87591086ba5826e516a88d32a445cd0667 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
##
## -*- 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 16:54:52 2007 jofret
##
## Copyright INRIA 2007
##
AUTOMAKE_OPTIONS = 1.9 dist-zip dist-bzip2
SUBDIRS= elementaryFunctions \
type
ACLOCAL_AMFLAGS = -I m4/
|