File: Makefile.am

package info (click to toggle)
openbabel 2.0.2-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 15,652 kB
  • ctags: 15,998
  • sloc: cpp: 128,176; ansic: 86,170; sh: 8,920; perl: 1,847; python: 1,369; pascal: 793; makefile: 381; xml: 97
file content (52 lines) | stat: -rw-r--r-- 1,695 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
EXTRA_DIST = $(man_MANS) README.dioxin.pov README.povray babel31.inc \
		dioxin.mol2 dioxin.inc dioxin.png dioxin.pov \
		Doxyfile-man \
		FAQ.html OBTwoMigration.html \
		babel.html obchiral.html obfit.html obgrep.html \
		obprop.html obrotate.html 

man_MANS = babel.1 obfit.1 obgrep.1 obrotate.1 obprop.1 obchiral.1

# build the man pages only if --enable-maintainer-mode is used
# and Doxygen is available. Please install the most recent version of Doxygen.

# if MAINTAINER_MODE
# if BUILD_DOCS
# babel.1:	$(top_srcdir)/src/main.cpp $(srcdir)/Doxyfile-man
# 		$(DOXYGEN) $(srcdir)/Doxyfile-man
# 		mv man/man1/babel.1 .
# 		rm -rf man

# obfit.1:	$(top_srcdir)/tools/obfit.cpp $(srcdir)/Doxyfile-man
# 		sed -e 's!/src/main.cpp!/tools/obfit.cpp!' \
# 		   <$(srcdir)/Doxyfile-man | $(DOXYGEN) -
# 		mv man/man1/obfit.1 .
# 		rm -rf man

# obgrep.1:	$(top_srcdir)/tools/obgrep.cpp $(srcdir)/Doxyfile-man
# 		sed -e 's!/src/main.cpp!/tools/obgrep.cpp!' \
# 		   <$(srcdir)/Doxyfile-man | $(DOXYGEN) -
# 		mv man/man1/obgrep.1 .
# 		rm -rf man

# obprop.1:	$(top_srcdir)/tools/obprop.cpp $(srcdir)/Doxyfile-man
# 		sed -e 's!/src/main.cpp!/tools/obprop.cpp!' \
# 		   <$(srcdir)/Doxyfile-man | $(DOXYGEN) -
# 		mv man/man1/obprop.1 .
# 		rm -rf man

# obrotate.1:	$(top_srcdir)/tools/obrotate.cpp $(srcdir)/Doxyfile-man
# 		sed -e 's!/src/main.cpp!/tools/obrotate.cpp!' \
# 		   <$(srcdir)/Doxyfile-man | $(DOXYGEN) -
# 		mv man/man1/obrotate.1 .
# 		rm -rf man

# obchiral.1:	$(top_srcdir)/tools/obchiral.cpp $(srcdir)/Doxyfile-man
# 		sed -e 's!/src/main.cpp!/tools/obchiral.cpp!' \
# 		   <$(srcdir)/Doxyfile-man | $(DOXYGEN) -
# 		mv man/man1/obchiral.1 .
# 		rm -rf man

# endif
# endif