File: Makefile.am

package info (click to toggle)
cal3d 0.11.0-4
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 2,888 kB
  • ctags: 1,671
  • sloc: cpp: 13,606; sh: 8,923; makefile: 214
file content (27 lines) | stat: -rw-r--r-- 1,086 bytes parent folder | download | duplicates (7)
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
# ************************************************************************
#
# This file is part of the Cal3D library/package
# Copyright (C) 2002 Bruno 'Beosil' Heidelberger (beosil@swileys.com)
#
# This library is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2.1 of the License, or (at
# your option) any later version.
#
# ************************************************************************

EXTRA_DIST = api_footer.html api_header.html cal3d.doxygen guide.dsl guide.sgml guide_apiref.sgml guide_architecture.sgml guide_classes_1.gif guide_classes_2.gif guide_classes_3.gif guide_decisions.sgml guide_gfdl.sgml guide_introduction.sgml guide_lgpl.sgml guide_phases.gif guide_pipeline.gif guide_setup.sgml guide_usage.sgml faq/cal3dfaq.doxygen

SUBDIRS = shared api

doc-api:
	doxygen cal3d.doxygen

doc-guide:
	db2html guide.sgml

clean-local:
	rm -rf guide guide.junk

# ************************************************************************