Makefile revision 98
9fbd3a72a4733a42acbea268f38b75b7a35354dcTim Reddehase###############################################################################
9fbd3a72a4733a42acbea268f38b75b7a35354dcTim Reddehase# xtrans 1.x Makefile
9fbd3a72a4733a42acbea268f38b75b7a35354dcTim Reddehase# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
9fbd3a72a4733a42acbea268f38b75b7a35354dcTim Reddehase# Use subject to license terms.
21abf4a07e67a9014d56ced27eb6f032219d3602Tim Reddehase# Permission is hereby granted, free of charge, to any person obtaining a
9fbd3a72a4733a42acbea268f38b75b7a35354dcTim Reddehase# copy of this software and associated documentation files (the
9fbd3a72a4733a42acbea268f38b75b7a35354dcTim Reddehase# "Software"), to deal in the Software without restriction, including
d7e0905a89ec1c9310b2d9099f121c7c50eaf7bfTim Reddehase# without limitation the rights to use, copy, modify, merge, publish,
9fbd3a72a4733a42acbea268f38b75b7a35354dcTim Reddehase# distribute, and/or sell copies of the Software, and to permit persons
9fbd3a72a4733a42acbea268f38b75b7a35354dcTim Reddehase# to whom the Software is furnished to do so, provided that the above
9fbd3a72a4733a42acbea268f38b75b7a35354dcTim Reddehase# copyright notice(s) and this permission notice appear in all copies of
9fbd3a72a4733a42acbea268f38b75b7a35354dcTim Reddehase# the Software and that both the above copyright notice(s) and this
9fbd3a72a4733a42acbea268f38b75b7a35354dcTim Reddehase# permission notice appear in supporting documentation.
9fbd3a72a4733a42acbea268f38b75b7a35354dcTim Reddehase# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
(cd $(SOURCE_DIR) ; LD_OPTIONS="$(LIB_REQUIRED_LDFLAGS) -M $(PWD)/$(BUILD_DIR)/$(SPECMAP)" $(MAKE) $(MFLAGS) )
(cd $(SOURCE_DIR) ; $(LIBPATHS) LD_OPTIONS="$(LIB_REQUIRED_LDFLAGS)" $(MAKE) $(MFLAGS) -e DESTDIR=$(PROTODIR) libdir=$(XTRANS_prefix)/lib$(ARCHLIBSUBDIR) install pkgconfigdir=/usr/lib/$(ARCHLIBSUBDIR)/pkgconfig)