[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-- 144 bytes parent folder | download | duplicates (17)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

if BUILD_LIBRARY
MAN1DIR = man1
else
MAN1DIR =
endif

if BUILD_MANPAGES
MAN3DIR = man3
else
MAN3DIR = 
endif

SUBDIRS = $(MAN1DIR) $(MAN3DIR)