File: Makefile.am

package info (click to toggle)
dune-localfunctions 2.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,280 kB
  • ctags: 3,438
  • sloc: cpp: 19,398; makefile: 535
file content (27 lines) | stat: -rw-r--r-- 678 bytes parent folder | download | duplicates (2)
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=

doxydir = $(datadir)/doc/dune-localfunctions/doxygen
dist_doxy_DATA = $(WHAT)

#we need this in the distribution
EXTRA_DIST = CMakeLists.txt $(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