root/bindings/cil/Makefile.am

Revision a1251a8d8907d3e05eb7190734453e4ea05f8b07, 262 bytes (checked in by Rémi Denis-Courmont <rem@videolan.org>, 1 year ago)

Support for Doxygen

  • Property mode set to 100644
Line 
1 # Makefile.am - master Makefile for libvlc-cil
2
3 ACLOCAL_AMFLAGS = -I m4
4 AUTOMAKE_OPTIONS = \
5         -Wall \
6         check-news \
7         std-options \
8         dist-bzip2 \
9         no-dist-gzip \
10         no-exeext
11
12 SUBDIRS = src tests
13 DIST_SUBDIRS = $(SUBDIRS) m4
14
15 doc: Doxyfile
16         $(DOXYGEN)
17
18 .PHONY: doc
Note: See TracBrowser for help on using the browser.