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

1.1.1 by Adriaan Peeters
Import upstream version 2.1
1
# -*- mode: makefile -*-
2
3
# change this to the path to mkinstalldirs on your system
4
# po/Makefile.in.in requires mkinstalldirs, but intltoolize does not provide it
5
MKINSTALLDIRS = /usr/local/gnu-autotools/share/automake-1.9/mkinstalldirs
6
7
# aml: http://lefort.be.eu.org/aml-1.0.tar.gz
8
all:
9
	amlize
10
	aml src/automake.xml > src/Makefile.am
11
	intltoolize --force
12
	ln -sf $(MKINSTALLDIRS) mkinstalldirs
13
	aclocal -I m4
14
	autoheader
15
	autoconf
16
	automake --add-missing --force-missing