makefile.common (p7zip_15.14.1_src_all) | : | makefile.common (p7zip_16.02_src_all) | ||
---|---|---|---|---|
skipping to change at line 46 | skipping to change at line 46 | |||
common: | common: | |||
$(MKDIR) bin | $(MKDIR) bin | |||
app: common 7zFM 7zG 7z sfx | app: common 7zFM 7zG 7z sfx | |||
rm -fr p7zip.app | rm -fr p7zip.app | |||
$(MKDIR) p7zip.app | $(MKDIR) p7zip.app | |||
cp -rp GUI/Contents p7zip.app/ | cp -rp GUI/Contents p7zip.app/ | |||
$(MKDIR) p7zip.app/Contents | $(MKDIR) p7zip.app/Contents | |||
$(MKDIR) p7zip.app/Contents/MacOS | $(MKDIR) p7zip.app/Contents/MacOS | |||
cp bin/7zFM p7zip.app/Contents/MacOS/ | cp bin/7zFM_do_not_use p7zip.app/Contents/MacOS/ | |||
cp bin/7zG p7zip.app/Contents/MacOS/ | cp bin/7zG p7zip.app/Contents/MacOS/ | |||
cp bin/7z.so p7zip.app/Contents/MacOS/ | cp bin/7z.so p7zip.app/Contents/MacOS/ | |||
cp bin/7zCon.sfx p7zip.app/Contents/MacOS/ | cp bin/7zCon.sfx p7zip.app/Contents/MacOS/ | |||
cp -rp bin/Codecs p7zip.app/Contents/MacOS/ | cp -rp bin/Codecs p7zip.app/Contents/MacOS/ | |||
cp -rp GUI/Lang p7zip.app/Contents/MacOS/ | cp -rp GUI/Lang p7zip.app/Contents/MacOS/ | |||
cp -rp GUI/help p7zip.app/Contents/MacOS/ | cp -rp DOC/MANUAL p7zip.app/Contents/MacOS/help | |||
LangAndHelp: | LangAndHelp: | |||
cd bin ; rm -f Lang ; ln -s ../GUI/Lang . | cd bin ; rm -f Lang ; ln -s ../GUI/Lang . | |||
cd bin ; rm -f help ; ln -s ../GUI/help . | cd bin ; rm -f help ; ln -s ../DOC/MANUAL help | |||
clean: clean_C | clean: clean_C | |||
rm -fr bin | rm -fr bin | |||
rm -fr p7zip.app | rm -fr p7zip.app | |||
rm -f Lang | rm -f Lang | |||
rm -fr CPP/7zip/P7ZIP.* | rm -fr CPP/7zip/P7ZIP.* | |||
rm -fr CPP/7zip/CMAKE/P7ZIP.* | rm -fr CPP/7zip/CMAKE/P7ZIP.* | |||
rm -fr CPP/7zip/PREMAKE/P7ZIP.* | rm -fr CPP/7zip/PREMAKE/P7ZIP.* | |||
rm -f CPP/7zip/QMAKE/*/*.o | rm -f CPP/7zip/QMAKE/*/*.o | |||
rm -f CPP/7zip/QMAKE/*/Makefile | rm -f CPP/7zip/QMAKE/*/Makefile | |||
End of changes. 3 change blocks. | ||||
4 lines changed or deleted | 4 lines changed or added |