summaryrefslogtreecommitdiff
path: root/src/Makefile
blob: 434158fd349244176735972c885d7f68be3c84d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#
#      Ivy, Perl interface
# 
#      Copyright (C) 1997-1999
#      Centre d'Études de la Navigation Aérienne
#
#      Makefile
#
#       Authors: Alexandre Bustico <bustico@cenatoulouse.dgac.fr>
#                Stéphane Chatty <chatty@cenatoulouse.dgac.fr>
#
#      $Id$
#
SHELL = /bin/sh
VERSION = 3.0

all:

install: 
	test -d $(PREFIX)/usr/lib/perl5/site_perl || mkdirhier $(PREFIX)/usr/lib/perl5/site_perl
	install -m 644 Ivy.pm $(PREFIX)/usr/lib/perl5/site_perl
rpm::
	/usr/bin/rpmize