X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=aros%2FMakefile.AROS;h=9c97dc0d1f180469f4ff46cf1b667ae6eb007e4c;hb=6061db580075fd5235cb0f23b8d7909ea11612a7;hp=6d39137f5cbaa24a1616e939c0ec44f9fbe7a78a;hpb=7e66b2894704187c0497398ffdff12b1de0679e5;p=deb_libnfs.git diff --git a/aros/Makefile.AROS b/aros/Makefile.AROS index 6d39137..9c97dc0 100755 --- a/aros/Makefile.AROS +++ b/aros/Makefile.AROS @@ -21,6 +21,18 @@ lib/libnfs.a: $(OBJS) echo $(CC) $(CFLAGS) -c -o $@ $< $(CC) $(CFLAGS) -c -o $@ $< +install: all + cp lib/libnfs.a GCC:lib + mkdir -p INCLUDE:nfsc + cp include/nfsc/libnfs.h INCLUDE:nfsc + cp include/nfsc/libnfs-raw.h INCLUDE:nfsc + cp include/nfsc/libnfs-zdr.h INCLUDE:nfsc + cp mount/libnfs-raw-mount.h INCLUDE:nfsc + cp nlm/libnfs-raw-nlm.h INCLUDE:nfsc + cp nfs/libnfs-raw-nfs.h INCLUDE:nfsc + cp portmap/libnfs-raw-portmap.h INCLUDE:nfsc + cp rquota/libnfs-raw-rquota.h INCLUDE:nfsc + examples/nfsclient-listservers: examples/nfsclient-listservers.c lib/libnfs.a $(CC) $(CFLAGS) -o $@ $< lib/libnfs.a