Changed makefile to remove chrome files moved to editor directories

This commit is contained in:
cmanske%netscape.com 1999-04-21 19:02:56 +00:00
Родитель e654a0431a
Коммит e058776dd2
2 изменённых файлов: 1 добавлений и 81 удалений

Просмотреть файл

@ -97,11 +97,6 @@ include <$(DEPTH)\config\rules.mak>
install:: $(DLL)
$(MAKE_INSTALL) $(DLL) $(DIST)\bin
$(MAKE_INSTALL) .\$(OBJDIR)\$(MODULE).lib $(DIST)\lib
$(MAKE_INSTALL) ..\xul\EditorAppShell.xul $(DIST)\bin\res\samples
$(MAKE_INSTALL) ..\xul\EditorCommands.js $(DIST)\bin\res\samples
$(MAKE_INSTALL) ..\xul\EditorInitPage.html $(DIST)\bin\res\samples
$(MAKE_INSTALL) ..\xul\EditorInitPagePlain.html $(DIST)\bin\res\samples
$(MAKE_INSTALL) ..\xul\pref-advanced.html $(DIST)\bin\res\samples
$(MAKE_INSTALL) ..\xul\pref-applications.html $(DIST)\bin\res\samples
$(MAKE_INSTALL) ..\xul\pref-appearance.html $(DIST)\bin\res\samples
@ -198,30 +193,6 @@ install:: $(DLL)
$(MAKE_INSTALL) ..\xul\resources\TB_NewHome.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\TB_NewPrint.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\ED_Bold.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\ED_Bullets.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\ED_Center.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\ED_ClearStyle.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\ED_Copy.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\ED_Cut.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\ED_Dedent.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\ED_Find.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\ED_HLine.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\ED_Image.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\ED_Indent.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\ED_Italic.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\ED_Left.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\ED_Link.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\ED_Numbers.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\ED_Paste.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\ED_Redo.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\ED_Right.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\ED_Spell.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\ED_Table.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\ED_Target.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\ED_Underline.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\ED_Undo.gif $(DIST)\bin\res\toolbar
$(MAKE_INSTALL) ..\xul\resources\throbbingN.gif $(DIST)\bin\res\throbber
clobber::
@ -304,29 +275,5 @@ clobber::
rm -f $(DIST)\bin\res\samples\TB_NewHome.gif
rm -f $(DIST)\bin\res\samples\TB_NewPrint.gif
rm -f $(DIST)\bin\res\samples\ED_Bold.gif
rm -f $(DIST)\bin\res\samples\ED_Bullets.gif
rm -f $(DIST)\bin\res\samples\ED_Center.gif
rm -f $(DIST)\bin\res\samples\ED_ClearStyle.gif
rm -f $(DIST)\bin\res\samples\ED_Copy.gif
rm -f $(DIST)\bin\res\samples\ED_Cut.gif
rm -f $(DIST)\bin\res\samples\ED_Dedent.gif
rm -f $(DIST)\bin\res\samples\ED_Find.gif
rm -f $(DIST)\bin\res\samples\ED_HLine.gif
rm -f $(DIST)\bin\res\samples\ED_Image.gif
rm -f $(DIST)\bin\res\samples\ED_Indent.gif
rm -f $(DIST)\bin\res\samples\ED_Italic.gif
rm -f $(DIST)\bin\res\samples\ED_Left.gif
rm -f $(DIST)\bin\res\samples\ED_Link.gif
rm -f $(DIST)\bin\res\samples\ED_Numbers.gif
rm -f $(DIST)\bin\res\samples\ED_Paste.gif
rm -f $(DIST)\bin\res\samples\ED_Redo.gif
rm -f $(DIST)\bin\res\samples\ED_Right.gif
rm -f $(DIST)\bin\res\samples\ED_Spell.gif
rm -f $(DIST)\bin\res\samples\ED_Table.gif
rm -f $(DIST)\bin\res\samples\ED_Target.gif
rm -f $(DIST)\bin\res\samples\ED_Underline.gif
rm -f $(DIST)\bin\res\samples\ED_Undo.gif
rm -f $(DIST)\bin\res\throbber\throbbingN.gif

Просмотреть файл

@ -25,11 +25,7 @@ include $(topsrcdir)/config/config.mk
include $(topsrcdir)/config/rules.mk
EXPORT_RESOURCE_SAMPLES = \
$(srcdir)/EditorAppShell.xul \
$(srcdir)/EditorCommands.js \
$(srcdir)/EditorInitPage.html \
$(srcdir)/EditorInitPagePlain.html \
$(srcdir)/pref-advanced.html \
$(srcdir)/pref-advanced.html \
$(srcdir)/pref-applications.html \
$(srcdir)/pref-appearance.html \
$(srcdir)/pref-cache.html \
@ -67,29 +63,6 @@ EXPORT_RESOURCE_TOOLBAR = \
$(srcdir)/resources/DialogMailIcon_mo.gif \
$(srcdir)/resources/DialogNavIcon.gif \
$(srcdir)/resources/DialogNavIcon_mo.gif \
$(srcdir)/resources/ED_Bold.gif \
$(srcdir)/resources/ED_Bullets.gif \
$(srcdir)/resources/ED_Center.gif \
$(srcdir)/resources/ED_ClearStyle.gif \
$(srcdir)/resources/ED_Copy.gif \
$(srcdir)/resources/ED_Cut.gif \
$(srcdir)/resources/ED_Dedent.gif \
$(srcdir)/resources/ED_Find.gif \
$(srcdir)/resources/ED_HLine.gif \
$(srcdir)/resources/ED_Image.gif \
$(srcdir)/resources/ED_Indent.gif \
$(srcdir)/resources/ED_Italic.gif \
$(srcdir)/resources/ED_Left.gif \
$(srcdir)/resources/ED_Link.gif \
$(srcdir)/resources/ED_Numbers.gif \
$(srcdir)/resources/ED_Paste.gif \
$(srcdir)/resources/ED_Redo.gif \
$(srcdir)/resources/ED_Right.gif \
$(srcdir)/resources/ED_Spell.gif \
$(srcdir)/resources/ED_Table.gif \
$(srcdir)/resources/ED_Target.gif \
$(srcdir)/resources/ED_Underline.gif \
$(srcdir)/resources/ED_Undo.gif \
$(srcdir)/resources/TB_Back.gif \
$(srcdir)/resources/TB_Back_dis.gif \
$(srcdir)/resources/TB_Back_mo.gif \