9c34e0fa1314db904a239e8cad736443e499ee7d
[libnl.git] / doc / Makefile
1 #
2 # doc/Makefile
3 #
4 #       This library is free software; you can redistribute it and/or
5 #       modify it under the terms of the GNU Lesser General Public
6 #       License as published by the Free Software Foundation version 2.1
7 #       of the License.
8 #
9 # Copyright (c) 2003-2006 Thomas Graf <tgraf@suug.ch>
10 #
11
12 ifeq ($(shell [ ! -r ../Makefile.opts ] && echo 1),)
13     include ../Makefile.opts
14 endif
15
16 export
17
18 .PHONY: all gendoc clean distclean install
19
20 all:
21         @true
22
23 gendoc:
24         doxygen Doxyfile
25
26 clean:
27         @true
28
29 distclean:
30         $(RM) -f html/*
31
32 install:
33         @true
34
35 $(DEPS): ../Makefile.opts