projects
/
metaproxy-moved-to-github.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Added piggyback support for filters backend_test + multi.
[metaproxy-moved-to-github.git]
/
Makefile.am
1
SUBDIRS = src
2
3
ACLOCAL_AMFLAGS = -I m4
4
5
AUTOMAKE_OPTIONS = foreign
6
7
EXTRA_DIST = m4/yazpp.m4 m4/yaz.m4 buildconf.sh
8
9
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure
10
11
# doxygen target
12
.PHONY:dox
13
dox:
14
doxygen
15
16
.PHONY:showdox
17
showdox:
18
firefox file://`pwd`/dox/html/index.html &