pjs/xpinstall/cleanup
seawood%netscape.com ce9e9903a5 Add 'make install' target to build. It's "MRE-friendly". (See http://www.mozilla.org/projects/embedding/MRE.html for details.)
Changes:
* Added EXTRA_COMPONENTS variable to build.  Use it to automagically install files into the components dir.
* Added SYSINSTALL variable.  Use it install files onto the system.
* Move mozilla-config generation from configure to makefiles
* mozilla-config will now generate paths based upon the MRE-based directory layout.
* Generate mozilla script from template

The installation heirarchy currently looks like:
$prefix -> /bin/mozilla
           /bin/mozilla-config
           /include/mozilla-ver/*
           /lib/mozilla-ver  (mozappdir)
                            /components
                            /res
                            /defaults
                            /chrome

There is preliminary build support for MRE dirs as well though the component manager hasn't had MRE support added yet.

$prefix -> /lib/mre/mre-ver  (mredir)
                            /components
2002-04-25 02:52:44 +00:00
..
macbuild 136497 r=jfrancis sr=dveditz 2002-04-16 22:54:39 +00:00
.cvsignore Updating .cvsignore files. 2001-07-06 02:36:37 +00:00
InstallCleanup.cpp
InstallCleanup.h Fix for OS2 bustage. 2001-04-08 20:26:53 +00:00
InstallCleanupDefines.h Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
InstallCleanupMac.cpp 136497 r=jfrancis sr=dveditz 2002-04-16 22:54:39 +00:00
InstallCleanupOS2.cpp bug 84896 reduce sleep cycle of xpicleanup utility. r=selmer@netscape.com, sr=blake 2001-07-19 08:01:14 +00:00
InstallCleanupUnix.cpp Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
InstallCleanupWin.cpp bug 84896 reduce sleep cycle of xpicleanup utility. r=selmer@netscape.com, sr=blake 2001-07-19 08:01:14 +00:00
MANIFEST Adding a MANIFEST file to export a new file InstallCleanupDefines.h and adding MANIFEST_CMESSAGE to export a text file cmessage.txt to the res directory. This message is the cleanup needed message on a failed update. r=sgehani, sr=mscott. Part of bug 65678. 2001-05-17 05:25:13 +00:00
MANIFEST_CMESSAGE Adding a MANIFEST file to export a new file InstallCleanupDefines.h and adding MANIFEST_CMESSAGE to export a text file cmessage.txt to the res directory. This message is the cleanup needed message on a failed update. r=sgehani, sr=mscott. Part of bug 65678. 2001-05-17 05:25:13 +00:00
Makefile.in Add 'make install' target to build. It's "MRE-friendly". (See http://www.mozilla.org/projects/embedding/MRE.html for details.) 2002-04-25 02:52:44 +00:00
cmessage.txt Adding cmessage.txt as part of bug 65678. Need to check this in for localization freeze. NOT PART OF BUILD. 2001-05-09 13:35:07 +00:00
makefile.win Rename 'install' build phase to 'libs'. 2001-11-21 09:49:41 +00:00