open-src/lib/libXmu/Makefile
changeset 281 f1c663ac068a
parent 278 d14c4ceeb35d
child 291 604d0a133b7a
equal deleted inserted replaced
280:b7cafbbed804 281:f1c663ac068a
    28 # Except as contained in this notice, the name of a copyright holder
    28 # Except as contained in this notice, the name of a copyright holder
    29 # shall not be used in advertising or otherwise to promote the sale, use
    29 # shall not be used in advertising or otherwise to promote the sale, use
    30 # or other dealings in this Software without prior written authorization
    30 # or other dealings in this Software without prior written authorization
    31 # of the copyright holder.
    31 # of the copyright holder.
    32 #
    32 #
    33 # @(#)Makefile	1.1	08/01/16
    33 # @(#)Makefile	1.2	08/01/17
    34 #
    34 #
    35 
    35 
    36 # Package name used in tarballs
    36 # Package name used in tarballs
    37 LIB_MODULE=libXmu
    37 LIB_MODULE=libXmu
    38 
    38 
    82 # Additional files we need to install
    82 # Additional files we need to install
    83 CP = cp -pf
    83 CP = cp -pf
    84 MANDIR = $(PROTODIR)/usr/X11/share/man/man3Xmu
    84 MANDIR = $(PROTODIR)/usr/X11/share/man/man3Xmu
    85 
    85 
    86 install_gen::
    86 install_gen::
    87 	mkdir -p $(PROTODIR)/usr/X11/include/X11/Xmu $(MANDIR)
    87 	mkdir -p $(PROTODIR)/usr/X11/include/X11/Xmu $(MANDIR) \
       
    88 		 $(PROTODIR)/usr/X11/lib$(ARCHLIBSUBDIR)
    88 	$(CP) $(SOURCE_DIR)/include/X11/Xmu/XmuSolaris.h \
    89 	$(CP) $(SOURCE_DIR)/include/X11/Xmu/XmuSolaris.h \
    89 	       $(SOURCE_DIR)/include/X11/Xmu/WhitePoint.h \
    90 	       $(SOURCE_DIR)/include/X11/Xmu/WhitePoint.h \
    90 		$(PROTODIR)/usr/X11/include/X11/Xmu
    91 		$(PROTODIR)/usr/X11/include/X11/Xmu
    91 	$(CP) sun-src/*.3Xmu $(MANDIR)
    92 	$(CP) sun-src/*.3Xmu $(MANDIR)
       
    93 	ln -s libXmu.so.4 $(PROTODIR)/usr/X11/lib$(ARCHLIBSUBDIR)/libXmu.so
       
    94 	ln -s libXmuu.so.1 $(PROTODIR)/usr/X11/lib$(ARCHLIBSUBDIR)/libXmuu.so