summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/src/Makefile b/src/Makefile
deleted file mode 100644
index 23b6d89..0000000
--- a/src/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-#
-# 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
- test -d $(PREFIX)/usr/doc/ivy-perl || mkdirhier $(PREFIX)/usr/doc/ivy-perl
- for f in `find ../doc/*.html -type f -maxdepth 1`; do \
- install -m 644 $$f $(PREFIX)/usr/doc/ivy-perl; \
- done
- test -d $(PREFIX)/usr/man/man1 || mkdirhier $(PREFIX)/usr/man/man1
- for f in `find ../doc/*.1 -type f -maxdepth 1`; do \
- install -m 644 $$f $(PREFIX)/usr/man/man1; \
- done
-rpm::
- /usr/bin/rpmize