diff options
author | daniel <danieruru@gmail.com> | 2013-01-09 20:48:44 +0900 |
---|---|---|
committer | daniel <danieruru@gmail.com> | 2013-01-09 20:48:44 +0900 |
commit | a150256d6423ab2131a529afd58b496e26b4c716 (patch) | |
tree | bab5d37ea16d4e6331071648eb976ec03fbd9ff2 /libvxi11client/Makefile | |
parent | 57bec4c29edc96491328c8f60fe76055ab2f4008 (diff) |
The perl module sort of works now. Need to fill in all of the meta data, add proper tests etc.
Diffstat (limited to 'libvxi11client/Makefile')
-rw-r--r-- | libvxi11client/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/libvxi11client/Makefile b/libvxi11client/Makefile index 3b6348a..2901032 100644 --- a/libvxi11client/Makefile +++ b/libvxi11client/Makefile @@ -25,4 +25,11 @@ clean: perl: -rm -rf VXI11-Client - h2xs -M vxi11 -x -n VXI11::Client libvxi11client.h + h2xs -A -M vxi11 -x -n VXI11::Client libvxi11client.h + cp vxi11.h libvxi11client.c libvxi11client.h vxi11_clnt.c vxi11_xdr.c VXI11-Client/ + cp perlbits/Makefile.PL VXI11-Client/ + cp perlbits/VXI11-Client.t VXI11-Client/t/ + cd VXI11-Client/ && perl Makefile.PL + cd VXI11-Client/ && make + cd VXI11-Client/ && make test + |