[go: up one dir, main page]

File: Makefile.am

package info (click to toggle)
coin3 3.1.3-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 48,344 kB
  • ctags: 70,042
  • sloc: cpp: 314,328; ansic: 15,927; sh: 13,635; makefile: 8,780; perl: 2,149; lex: 1,302; lisp: 1,247; yacc: 184; xml: 175; sed: 68
file content (15 lines) | stat: -rw-r--r-- 353 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

if BUILD_WITH_SUPERGLU
SUPERGLUDIR = superglu
else
SUPERGLUDIR =
endif

SUBDIRS = $(SUPERGLUDIR)

DIST_SUBDIRS = . $(SUPERGLUDIR)

## by setting DIST_SUBDIRS like this, "make dist" will include or exclude
## superglu from the source distribution depending on whether it is included
## in the source repository we've configured from.  [20011029 larsa]