X-Git-Url: https://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=src%2Flibuafs%2FMakefileProto.SOLARIS.in;h=14000a56913c1ae532bad67e16694838b993b0af;hp=5ecc7bf4959da8da18536b637c32a15da21418cf;hb=9dd6d3b2e878f4121928ce7275a41fd03cb16e1a;hpb=b745a28c47066ab2ddd9a4ad79186c996afcf382 diff --git a/src/libuafs/MakefileProto.SOLARIS.in b/src/libuafs/MakefileProto.SOLARIS.in index 5ecc7bf..14000a5 100644 --- a/src/libuafs/MakefileProto.SOLARIS.in +++ b/src/libuafs/MakefileProto.SOLARIS.in @@ -25,60 +25,6 @@ LIBAFSWEBKRB = nsafs.krb.so include Makefile.common -setup_common: - -$(RM) -f h net netinet rpc ufs nfs machine sys inet nsapi - -ln -s /usr/include/sys h - -ln -s /usr/include/net net - -ln -s /usr/include/netinet netinet - -ln -s /usr/include/rpc rpc - -ln -s /usr/include/sys sys - -ln -s /usr/include/nfs nfs - -ln -s /usr/include/inet inet - -ln -s /usr/include/ufs ufs - -ln -s $(NS_INCL) nsapi - -setup_uafs: UAFS setup_common - -$(RM) -f UAFS/Makefile UAFS/Makefile.common - ln -s ../Makefile UAFS/Makefile - ln -s ../Makefile.common UAFS/Makefile.common - -setup_juafs: JUAFS setup_common - -$(RM) -f JUAFS/Makefile JUAFS/Makefile.common - ln -s ../Makefile JUAFS/Makefile - ln -s ../Makefile.common JUAFS/Makefile.common - -UAFS: - mkdir -p $@ - -JUAFS: - mkdir -p $@ - -setup_nsafs: AFSWEB setup_common - -$(RM) -f AFSWEB/Makefile AFSWEB/Makefile.common - ln -s ../Makefile AFSWEB/Makefile - ln -s ../Makefile.common AFSWEB/Makefile.common - -AFSWEB: - mkdir -p $@ - -UAFS/$(LIBUAFS): setup_uafs - cd UAFS; \ - $(MAKE) $(LIBUAFS) LIBJUAFS_FLAGS= - -JUAFS/$(LIBJUAFS): setup_juafs - cd JUAFS; \ - $(MAKE) $(LIBJUAFS) DESTDIR=${DESTDIR} LIBJUAFS_FLAGS=-DAFS_WEB_ENHANCEMENTS - -AFSWEB/$(LIBAFSWEB): setup_nsafs - cd AFSWEB; \ - $(MAKE) $(LIBAFSWEB) - -AFSWEB/$(LIBAFSWEBKRB): setup_nsafs - cd AFSWEB; \ - $(MAKE) $(LIBAFSWEBKRB) - -# Below this line are targets when in the COMMON directory: - $(LIBUAFS): $(UAFSOBJ) -$(RM) -f $(LIBUAFS) $(AR) $(ARFLAGS) $(LIBUAFS) $(UAFSOBJ) @@ -91,7 +37,6 @@ $(LIBAFSWEB): $(AFSWEBOBJ) ${DES}/libdes.a -$(RM) -f $(LIBAFSWEB) ${LD} -G -M../mapfile -o $(LIBAFSWEB) $(AFSWEBOBJ) ${DES}/libdes.a $(WEBLIBS) - $(LIBAFSWEBKRB): $(AFSWEBOBJKRB) $(DES)/libdes.a -$(RM) -f $(LIBAFSWEBKRB) ${LD} -G -M../mapfile -o $(LIBAFSWEBKRB) $(AFSWEBOBJKRB) ${DES}/libdes.a $(WEBLIBS)