1999-05-05 04:41:20 +00:00
|
|
|
#!gmake
|
|
|
|
#
|
|
|
|
# The contents of this file are subject to the Netscape Public License
|
|
|
|
# Version 1.0 (the "NPL"); you may not use this file except in
|
|
|
|
# compliance with the NPL. You may obtain a copy of the NPL at
|
|
|
|
# http://www.mozilla.org/NPL/
|
|
|
|
#
|
|
|
|
# Software distributed under the NPL is distributed on an "AS IS" basis,
|
|
|
|
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
|
|
|
|
# for the specific language governing rights and limitations under the
|
|
|
|
# NPL.
|
|
|
|
#
|
|
|
|
# The Initial Developer of this code under the NPL is Netscape
|
|
|
|
# Communications Corporation. Portions created by Netscape are
|
|
|
|
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
|
|
|
# Reserved.
|
|
|
|
|
|
|
|
DEPTH=..\..
|
|
|
|
MODULE=profile
|
|
|
|
|
|
|
|
include <$(DEPTH)\config\rules.mak>
|
|
|
|
|
|
|
|
FILES=\
|
1999-05-19 04:35:39 +00:00
|
|
|
content1.xul \
|
|
|
|
content2.xul \
|
|
|
|
content3.xul \
|
|
|
|
content4.xul \
|
|
|
|
contentManager4.xul \
|
|
|
|
cpw.xul \
|
|
|
|
navigationStart.xul \
|
|
|
|
navigationFinish.xul \
|
|
|
|
navigationManagerStart.xul \
|
|
|
|
navigationManagerFinish.xul \
|
|
|
|
cpwManager.xul \
|
|
|
|
renameProfile.html \
|
|
|
|
profileManagerContainer.xul \
|
|
|
|
profileManager.html \
|
|
|
|
errorDialog.html \
|
|
|
|
common.css \
|
1999-07-02 21:43:43 +00:00
|
|
|
pm.xul \
|
|
|
|
pm.css \
|
1999-07-27 07:23:11 +00:00
|
|
|
pm.js \
|
1999-07-02 21:43:43 +00:00
|
|
|
pmrename.xul \
|
1999-07-05 00:59:23 +00:00
|
|
|
cpwPreg.xul \
|
|
|
|
navStartPreg.xul \
|
|
|
|
navFinishPreg.xul \
|
|
|
|
preg.html \
|
1999-07-06 08:28:28 +00:00
|
|
|
pmDelete.xul \
|
1999-07-06 23:07:11 +00:00
|
|
|
pmMigrateAll.xul \
|
1999-05-05 04:41:20 +00:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
install::
|
1999-05-21 00:57:48 +00:00
|
|
|
-for %i in ($(FILES:/=\)) do $(MAKE_INSTALL) %i $(DIST)\bin\res\profile
|