jdk-24/jdk/make/sun/awt
2012-11-02 15:50:11 +00:00
..
CondenseRules.awk Initial load 2007-12-01 00:00:00 +00:00
Depend.mak 6775317: Improve performance of non-AA transformed rectangles and single wide lines in software pipelines 2010-12-06 21:45:48 -08:00
Depend.sed Initial load 2007-12-01 00:00:00 +00:00
FILES_c_macosx.gmk 7197491: update copyright year to match last edit in jdk8 jdk repository 2012-11-02 15:50:11 +00:00
FILES_c_unix.gmk 7197491: update copyright year to match last edit in jdk8 jdk repository 2012-11-02 15:50:11 +00:00
FILES_c_windows.gmk 6962318: Update copyright year 2010-12-28 15:53:50 -08:00
FILES_export_macosx.gmk 7197491: update copyright year to match last edit in jdk8 jdk repository 2012-11-02 15:50:11 +00:00
FILES_export_unix.gmk 7197491: update copyright year to match last edit in jdk8 jdk repository 2012-11-02 15:50:11 +00:00
FILES_export_windows.gmk 6962318: Update copyright year 2010-12-28 15:53:50 -08:00
make.depend 7170969: Add @GenerateNativeHeader to classes whose fields need to be exported for JNI 2012-06-07 18:05:09 -07:00
Makefile 7113349: Initial changeset for Macosx port to jdk 2012-03-06 20:34:38 +00:00
mapfile-mawt-vers 6996291: command line selection of MToolkit by -Dawt.toolkit=sun.awt.motif.MToolkit fails from jdk7 b21 on 2011-11-12 04:13:38 +04:00
mapfile-vers Merge 2011-01-05 11:21:00 -08:00
mapfile-vers-bsd 7197491: update copyright year to match last edit in jdk8 jdk repository 2012-11-02 15:50:11 +00:00
mapfile-vers-linux 6996291: command line selection of MToolkit by -Dawt.toolkit=sun.awt.motif.MToolkit fails from jdk7 b21 on 2011-11-12 04:13:38 +04:00
mawt.gmk 7197491: update copyright year to match last edit in jdk8 jdk repository 2012-11-02 15:50:11 +00:00
README 6693253: Security Warning appearance requires enhancements 2009-03-26 14:38:46 +03:00

README:

This directory builds the new version of the Windows AWT.  It's been built
successfully with Visual C++ 4.1, but since it uses very little of VC++'s
runtime, it will probably work with other versions of that compiler.

Included in this project is a generated file, make.depend, which lists
all interdependencies of the source files.  This file is generated *on
Solaris or Linux* with the following command:

	% gnumake -f Depend.mak

This step only needs to be run when new files are added to the project,
or include statements are changed.

Also, if new CClassHeader dependencies are added for Java class files
that are not built from a Java source file listed in java_awt.jmk or
windows_awt.jmk then you need to update the FILES_java list in the
"else" part of the "ifdef JFILES" branch in Depend.mak.
At some point we should look at a way to share the explicit list of
exported files between Depend.mak and GNUmakefile.

****NOTE****
 In order to run this command, the executable 
/usr/openwin/bin/makedepend is required to be in your $PATH.
****NOTE****