Name Date Size

.. 2013-05-16 00:04:17 39

CondenseRules.awk 2013-05-16 00:04:17 255

Depend.mak 2013-05-16 00:04:17 4.1 KiB

Depend.sed 2013-05-16 00:04:17 995

FILES_c_macosx.gmk 2013-05-16 00:04:17 1.2 KiB

FILES_c_unix.gmk 2013-05-16 00:04:17 5.5 KiB

FILES_c_windows.gmk 2013-05-16 00:04:17 4.7 KiB

FILES_export_macosx.gmk 2013-05-16 00:04:17 1.3 KiB

FILES_export_unix.gmk 2013-05-16 00:04:17 6.9 KiB

FILES_export_windows.gmk 2013-05-16 00:04:17 9.7 KiB

make.depend 2013-05-16 00:04:17 284.8 KiB

Makefile 2013-08-12 02:22:03 19.3 KiB

mapfile-mawt-vers 2013-05-16 00:04:17 27.4 KiB

mapfile-vers 2013-05-16 00:04:17 7.8 KiB

mapfile-vers-bsd 2013-05-16 00:04:17 25.8 KiB

mapfile-vers-linux 2013-05-16 00:04:17 25.8 KiB

mawt.gmk 2013-05-16 00:04:17 8 KiB

README 2013-05-16 00:04:17 1 KiB

ToBin.java 2013-08-12 02:22:03 2.3 KiB

README

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