File: Makefile.am

package info (click to toggle)
dune-localfunctions 2.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,608 kB
  • sloc: cpp: 17,973; makefile: 343
file content (27 lines) | stat: -rw-r--r-- 664 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
# $Id: Makefile.am 901 2008-05-20 21:47:43Z christi $

# setting like in dune-web
BASEDIR=../..
CURDIR=doc/doxygen
WHAT=

doxygendir = $(datadir)/doc/dune-localfunctions/doxygen
doxygen_DATA = $(WHAT)

#we need this in the distribution
EXTRA_DIST = $(WHAT) $(DOXYGENDISTFILES)

all: $(WHAT) $(DOXYGENFILES)

include $(top_srcdir)/am/doxygen
include $(top_srcdir)/am/global-rules

# file to clean only in svn and not in tarball tree
SVNCLEANFILES = html $(WHAT) $(DOXYGENHEADER)

clean-local:
	if test "x$(VPATH)" != "x" && test ! -e $(srcdir)/doxygen-tag; then \
	  if test -e $(top_srcdir)/doc/doxygen/Doxydep; then \
	    rm -rf $(SVNCLEANFILES); \
	  fi; \
	fi