mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-24 02:19:41 +00:00
Update convert recipe to use alpha modes
This commit is contained in:
parent
cb6fdb715f
commit
65c350320d
16
GNUmakefile
Executable file → Normal file
16
GNUmakefile
Executable file → Normal file
@ -1454,8 +1454,9 @@ libcryptopp.pc:
|
||||
@echo 'Libs: -L$${libdir} -lcryptopp' >> libcryptopp.pc
|
||||
|
||||
# This recipe prepares the distro files
|
||||
TEXT_FILES := *.h *.cpp License.txt Readme.txt Install.txt Filelist.txt Doxyfile cryptest* cryptlib* dlltest* cryptdll* *.sln *.vcxproj *.filters cryptopp.rc TestVectors/*.txt TestData/*.dat TestPrograms/*.cxx TestScripts/*.sh TestScripts/*.cmd
|
||||
EXEC_FILES := GNUmakefile GNUmakefile-cross TestData/ TestVectors/ TestScripts/ TestPrograms/
|
||||
TEXT_FILES := *.h *.cpp *.S GNUmakefile GNUmakefile-cross License.txt Readme.txt Install.txt Filelist.txt Doxyfile cryptest* cryptlib* dlltest* cryptdll* *.sln *.vcxproj *.filters cryptopp.rc TestVectors/*.txt TestData/*.dat TestPrograms/*.cxx
|
||||
EXEC_FILES := TestScripts/*.sh TestScripts/*.cmd
|
||||
EXEC_DIRS := TestData/ TestVectors/ TestScripts/ TestPrograms/
|
||||
|
||||
ifeq ($(wildcard Filelist.txt),Filelist.txt)
|
||||
DIST_FILES := $(shell cat Filelist.txt)
|
||||
@ -1477,12 +1478,11 @@ endif
|
||||
|
||||
.PHONY: convert
|
||||
convert:
|
||||
@-$(CHMOD) 0700 TestVectors/ TestData/ TestPrograms/ TestScripts/
|
||||
@-$(CHMOD) 0600 $(TEXT_FILES) *.supp .*.yml *.asm *.zip TestVectors/*.txt TestData/*.dat TestPrograms/*.cxx TestScripts/*.*
|
||||
@-$(CHMOD) 0700 $(EXEC_FILES) TestScripts/*.sh TestScripts/*.cmd
|
||||
@-$(CHMOD) 0700 GNUmakefile GNUmakefile-cross TestScripts/*.sh
|
||||
-unix2dos --keepdate --quiet $(TEXT_FILES) .*.yml *.asm TestScripts/*.*
|
||||
-dos2unix --keepdate --quiet GNUmakefile* *.supp *.mapfile TestScripts/*.sh
|
||||
@-$(CHMOD) u=rwx,go=rx $(EXEC_DIRS)
|
||||
@-$(CHMOD) u=rw,go=r $(TEXT_FILES) *.supp .*.yml *.asm *.zip TestVectors/*.txt TestData/*.dat TestPrograms/*.cxx
|
||||
@-$(CHMOD) u=rwx,go=rx $(EXEC_FILES)
|
||||
-unix2dos --keepdate --quiet $(TEXT_FILES) .*.yml *.asm TestScripts/*.cmd
|
||||
-dos2unix --keepdate --quiet GNUmakefile GNUmakefile-cross *.S *.supp *.mapfile TestScripts/*.sh
|
||||
ifneq ($(IS_DARWIN),0)
|
||||
@-xattr -c *
|
||||
endif
|
||||
|
0
GNUmakefile-cross
Executable file → Normal file
0
GNUmakefile-cross
Executable file → Normal file
Loading…
Reference in New Issue
Block a user