make/sun/xawt/Makefile

Print this page




   8 # particular file as subject to the "Classpath" exception as provided
   9 # by Oracle in the LICENSE file that accompanied this code.
  10 #
  11 # This code is distributed in the hope that it will be useful, but WITHOUT
  12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any
  23 # questions.
  24 #
  25 
  26 BUILDDIR = ../..
  27 PACKAGE = sun.awt.X11
  28 LIBRARY = mawt
  29 LIBRARY_OUTPUT = xawt
  30 LIB_LOCATION = $(LIBDIR)/$(LIBARCH)/xawt
  31 PRODUCT = sun
  32 
  33 include $(BUILDDIR)/common/Defs.gmk
  34 
  35 GEN_DIR=$(GENSRCDIR)/sun/awt/X11
  36 
  37 CLASSES_INIT += $(TEMPDIR)/.gen.wrappers $(TEMPDIR)/.gen_icons touch.wrappers
  38 
  39 .PHONY: generated.clean
  40 
  41 #
  42 # Files
  43 #
  44 include FILES_c_unix.gmk
  45 include FILES_export_unix.gmk
  46 AUTO_FILES_JAVA_DIRS = sun/awt/X11
  47 AUTO_JAVA_PRUNE = WrapperGenerator.java
  48 
  49 LDFLAGS += -L$(OPENWIN_LIB)
  50 




   8 # particular file as subject to the "Classpath" exception as provided
   9 # by Oracle in the LICENSE file that accompanied this code.
  10 #
  11 # This code is distributed in the hope that it will be useful, but WITHOUT
  12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any
  23 # questions.
  24 #
  25 
  26 BUILDDIR = ../..
  27 PACKAGE = sun.awt.X11
  28 LIBRARY = awt_xawt


  29 PRODUCT = sun
  30 
  31 include $(BUILDDIR)/common/Defs.gmk
  32 
  33 GEN_DIR=$(GENSRCDIR)/sun/awt/X11
  34 
  35 CLASSES_INIT += $(TEMPDIR)/.gen.wrappers $(TEMPDIR)/.gen_icons touch.wrappers
  36 
  37 .PHONY: generated.clean
  38 
  39 #
  40 # Files
  41 #
  42 include FILES_c_unix.gmk
  43 include FILES_export_unix.gmk
  44 AUTO_FILES_JAVA_DIRS = sun/awt/X11
  45 AUTO_JAVA_PRUNE = WrapperGenerator.java
  46 
  47 LDFLAGS += -L$(OPENWIN_LIB)
  48