File: Makefile.am

package info (click to toggle)
libgnurdf 0.3.0-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,108 kB
  • ctags: 233
  • sloc: sh: 8,929; ansic: 1,222; makefile: 280
file content (33 lines) | stat: -rw-r--r-- 639 bytes parent folder | download
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
28
29
30
31
32
33
# $Id: Makefile.am,v 1.11 2001/08/08 04:27:19 chipx86 Exp $

SUBDIRS = debian docs libgnurdf tests

include_HEADERS = gnurdf.h

bin_SCRIPTS = gnurdf-config

EXTRA_DIST = \
	AUTHORS NEWS TODO INSTALL COPYING README \
	ChangeLog \
	Doxyfile.in \
	autogen.sh \
	libgnurdf.m4.in \
	libgnurdf.spec.in \
	configure.in configure.ac

dist-hook: libgnurdf.spec
	cp libgnurdf.spec $(distdir)

m4datadir = $(datadir)/aclocal
m4data_DATA = libgnurdf.m4

$(OBJECTS): libtool
libtool: $(LIBTOOL_DEPS)
	$(SHELL) ./config-status --recheck

release:
	$(MAKE) dist distdir=$(PACKAGE)`date +"%y%m%d"`

doxygen:
	@echo "Running doxygen..."
	@doxygen Doxyfile