~ubuntu-branches/debian/sid/link-monitor-applet/sid

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# -*- mode: makefile -*-

# change this to the path to mkinstalldirs on your system
# po/Makefile.in.in requires mkinstalldirs, but intltoolize does not provide it
MKINSTALLDIRS = /usr/local/gnu-autotools/share/automake-1.9/mkinstalldirs

# aml: http://lefort.be.eu.org/aml-1.0.tar.gz
all:
	amlize
	aml src/automake.xml > src/Makefile.am
	intltoolize --force
	ln -sf $(MKINSTALLDIRS) mkinstalldirs
	aclocal -I m4
	autoheader
	autoconf
	automake --add-missing --force-missing