File: Makefile.am

package info (click to toggle)
jaula 1.4.0-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,936 kB
  • sloc: sh: 9,760; cpp: 1,872; lex: 255; makefile: 122
file content (30 lines) | stat: -rw-r--r-- 698 bytes parent folder | download | duplicates (5)
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

# # svn info
# # $Author: morongo $
# # $Date: 2009-01-11 17:17:03 +0100 (dom, 11 ene 2009) $
# # $HeadURL: https://jaula.svn.sourceforge.net/svnroot/jaula/tags/jaula-1.4.0/Makefile.am $
# # $Id: Makefile.am 45 2009-01-11 16:17:03Z morongo $
# # $Revision: 45 $

# # First level directories
SUBDIRS = @SUBDIRS@

# # base data directory
datarootdir = @datarootdir@

# # Suggested by libtool
ACLOCAL_AMFLAGS=-I m4

EXTRA_DIST = TODO.lst

# # Automatic recompilation of dependencies
LIBTOOL_DEPS = @LIBTOOL_DEPS@
libtool: $(LIBTOOL_DEPS)
	$(SHELL) ./config.status --recheck

# # Target to generate project documentation
docs:
	make -C doc

# # EOF $Id: Makefile.am 45 2009-01-11 16:17:03Z morongo $