summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
new file mode 100644
index 0000000..434158f
--- /dev/null
+++ b/src/Makefile
@@ -0,0 +1,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