1999-09-05 05:50:40 +00:00
|
|
|
#!/usr/bin/make -f
|
2008-04-24 02:02:59 -04:00
|
|
|
%:
|
|
|
|
|
dh $@
|
1999-09-05 05:50:40 +00:00
|
|
|
|
2008-04-24 02:02:59 -04:00
|
|
|
build:
|
|
|
|
|
dh build
|
2003-05-14 22:14:29 +00:00
|
|
|
# simple smoke test
|
|
|
|
|
./alien.pl -V
|
1999-09-05 05:50:40 +00:00
|
|
|
|
2000-04-21 08:55:46 +00:00
|
|
|
binary-indep: build
|
2008-04-24 02:02:59 -04:00
|
|
|
dh install --before dh_auto_install
|
2002-06-24 17:22:33 +00:00
|
|
|
$(MAKE) pure_install INSTALLDIRS=vendor \
|
|
|
|
|
PREFIX=$(shell pwd)/debian/alien/$(shell perl -MConfig -e 'print $$Config{prefix}') \
|
|
|
|
|
VARPREFIX=$(shell pwd)/debian/alien
|
2008-04-24 02:02:59 -04:00
|
|
|
dh install --after dh_auto_install
|
1999-09-05 06:35:38 +00:00
|
|
|
|
2006-03-30 20:15:44 +00:00
|
|
|
# Not intended for use by anyone except the author.
|
|
|
|
|
announcedir:
|
|
|
|
|
@echo ${HOME}/src/joeywiki/code/alien/news
|
2002-06-24 17:22:33 +00:00
|
|
|
|
1999-09-05 05:50:40 +00:00
|
|
|
binary: binary-indep binary-arch
|