1# ************************************************************************
2#
3# This file is part of the Cal3D library/package
4# Copyright (C) 2002 Bruno 'Beosil' Heidelberger (beosil@swileys.com)
5# Copyright (C) 2006 Loic Dachary <loic@gnu.org>
6#
7# This library is free software; you can redistribute it and/or modify it
8# under the terms of the GNU Lesser General Public License as published by
9# the Free Software Foundation; either version 2.1 of the License, or (at
10# your option) any later version.
11#
12# ************************************************************************
13
14AUTOMAKE_OPTIONS = foreign
15
16EXTRA_DIST = cal3d.dsw SConstruct \
17	macosx/.DS_Store \
18	macosx/cal3d.xcodeproj/dereka.mode1 \
19	macosx/cal3d.xcodeproj/dereka.pbxuser \
20	macosx/cal3d.xcodeproj/project.pbxproj \
21	macosx/English.lproj/InfoPlist.strings \
22	macosx/Info.plist
23
24MAINTAINERCLEANFILES = \
25	Makefile.in \
26	docs/Makefile.in \
27	docs/api/Makefile.in \
28	docs/shared/Makefile.in \
29	src/Makefile.in \
30	src/cal3d/Makefile.in \
31	aclocal.m4 \
32	config.guess \
33	config.rpath \
34	config.h.in \
35	config.sub \
36	configure \
37	depcomp \
38	install-sh \
39	ltmain.sh \
40	missing \
41	mkinstalldirs
42
43SUBDIRS = src docs tests
44
45pkgconfigdir = $(prefix)/libdata/pkgconfig
46pkgconfig_DATA = cal3d.pc
47
48# ************************************************************************
49
50