jdk-24/jdk/make/sun/awt
Lana Steuck be8bd14e3c Merge
2009-03-04 10:57:24 -08:00
..
CondenseRules.awk Initial load 2007-12-01 00:00:00 +00:00
Depend.mak Initial load 2007-12-01 00:00:00 +00:00
Depend.sed Initial load 2007-12-01 00:00:00 +00:00
FILES_c_unix.gmk 6706121: makefile: unnecessary Motif classes compilation in JDK7 2008-06-19 11:26:54 +04:00
FILES_c_windows.gmk 6585765: RFE: Remove Unicows-related code from AWT 2008-08-26 13:09:34 +04:00
FILES_export_unix.gmk Merge 2008-08-08 03:32:34 -07:00
FILES_export_windows.gmk 6728492: typo in copyrights in some files touched by the d3d pipeline port 2008-07-22 11:24:32 -07:00
make.depend 6585765: RFE: Remove Unicows-related code from AWT 2008-08-26 13:09:34 +04:00
Makefile Merge 2009-03-04 10:57:24 -08:00
mapfile-mawt-vers 6708580: Java applications slow when EXA enabled 2008-12-04 11:21:26 -08:00
mapfile-vers 6728492: typo in copyrights in some files touched by the d3d pipeline port 2008-07-22 11:24:32 -07:00
mapfile-vers-linux Merge 2008-08-08 03:32:34 -07:00
mawt.gmk 6706121: makefile: unnecessary Motif classes compilation in JDK7 2008-06-19 11:26:54 +04:00
README Initial load 2007-12-01 00:00:00 +00: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* with the following commands:

	% sccs edit make.depend
	% gnumake -f Depend.mak
	% sccs delget make.depend

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****