coriolis/stratus1/configure.in

29 lines
465 B
Plaintext
Raw Normal View History

2010-07-12 10:33:22 -05:00
AC_INIT(src/st_model.py)
STRATUS_VERSION=3.1
STRATUS_RELEASE=20090304
VERSION=$STRATUS_VERSION.$STRATUS_RELEASE
AM_INIT_AUTOMAKE(stratus,$VERSION)
AC_PROG_MAKE_SET
AM_CORIOLIS
AC_OUTPUT([
coriolis-stratus.spec
Makefile
src/Makefile
src/lib/Makefile
src/dpgen/Makefile
2018-08-10 07:39:53 -05:00
#doc/Makefile
#doc/stratus/Makefile
#doc/stratus/images/Makefile
#doc/developper/Makefile
#doc/dpgen/Makefile
#doc/patterns/Makefile
2010-07-12 10:33:22 -05:00
etc/Makefile
modules/Makefile
modules/patterns/Makefile
])