File: alberta-dims.m4

package info (click to toggle)
libalberta2 2.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 6,260 kB
  • ctags: 4,829
  • sloc: ansic: 62,180; sh: 9,256; makefile: 446; cpp: 225; fortran: 148
file content (17 lines) | stat: -rw-r--r-- 521 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
# disable building of $1_library (dimension)
#
#
# NOTE: it is a bad idea to remove the unneeded Makefiles from the
# config-files, it breaks "make distclean"
#
AC_DEFUN([ALBERTA_DIMENSION_DISABLE],
[ALBERTA_ENABLE_FLAG([alberta-$1],
[disable building of an ALBERTA library for Finite Elements of dimension $1.], 1)
dnl if test "$ALBERTA_$1$1" -eq 1; then
	AC_CONFIG_FILES([alberta/src/alberta_$1d/Makefile])
dnl	if test "$DEBUG" -eq 1; then
		AC_CONFIG_FILES([alberta/src/alberta_$1d_debug/Makefile])
dnl	fi
dnl fi
])