summaryrefslogtreecommitdiffstats
path: root/perl-install/Newt
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>1999-11-15 17:12:07 +0000
committerFrancois Pons <fpons@mandriva.com>1999-11-15 17:12:07 +0000
commit36ef3ad3435c5cf5711be5d23bb37681a2e88e79 (patch)
treeb5b79f81b21a35f407c63c2a340318bbd786baa7 /perl-install/Newt
parent9e87d0328b02df29fde03ce36eba561d25e505ca (diff)
downloaddrakx-backup-do-not-use-36ef3ad3435c5cf5711be5d23bb37681a2e88e79.tar
drakx-backup-do-not-use-36ef3ad3435c5cf5711be5d23bb37681a2e88e79.tar.gz
drakx-backup-do-not-use-36ef3ad3435c5cf5711be5d23bb37681a2e88e79.tar.bz2
drakx-backup-do-not-use-36ef3ad3435c5cf5711be5d23bb37681a2e88e79.tar.xz
drakx-backup-do-not-use-36ef3ad3435c5cf5711be5d23bb37681a2e88e79.zip
*** empty log message ***
Diffstat (limited to 'perl-install/Newt')
-rw-r--r--perl-install/Newt/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/perl-install/Newt/Makefile b/perl-install/Newt/Makefile
new file mode 100644
index 000000000..03bb3be91
--- /dev/null
+++ b/perl-install/Newt/Makefile
@@ -0,0 +1,10 @@
+.PHONY: clean
+
+Newt: %: %.xs
+ test -e Makefile_c || perl Makefile.PL
+ $(MAKE) -f Makefile_c
+ rm -f ../auto/Newt ; ln -s ../Newt/blib/arch/auto/Newt ../auto
+
+clean:
+ test ! -e Makefile_c || $(MAKE) -f Makefile_c clean
+ rm -f *~