mirror of
https://github.com/upx/upx
synced 2025-09-28 19:06:07 +08:00
Added a number of convenience Makefiles.
This commit is contained in:
parent
a41bb52014
commit
95c8ef4148
3
src/stub/src/Makefile
Normal file
3
src/stub/src/Makefile
Normal file
|
@ -0,0 +1,3 @@
|
|||
# convenience Makefile
|
||||
default %:
|
||||
$(MAKE) -C .. $@
|
3
src/stub/src/arch/Makefile
Normal file
3
src/stub/src/arch/Makefile
Normal file
|
@ -0,0 +1,3 @@
|
|||
# convenience Makefile
|
||||
default %:
|
||||
$(MAKE) -C ../.. $@
|
3
src/stub/src/arch/amd64/Makefile
Normal file
3
src/stub/src/arch/amd64/Makefile
Normal file
|
@ -0,0 +1,3 @@
|
|||
# convenience Makefile
|
||||
default %:
|
||||
$(MAKE) -C ../../.. $@
|
3
src/stub/src/arch/arm/Makefile
Normal file
3
src/stub/src/arch/arm/Makefile
Normal file
|
@ -0,0 +1,3 @@
|
|||
# convenience Makefile
|
||||
default %:
|
||||
$(MAKE) -C ../../.. $@
|
3
src/stub/src/arch/arm/v4a/Makefile
Normal file
3
src/stub/src/arch/arm/v4a/Makefile
Normal file
|
@ -0,0 +1,3 @@
|
|||
# convenience Makefile
|
||||
default %:
|
||||
$(MAKE) -C ../../../.. $@
|
3
src/stub/src/arch/arm/v4t/Makefile
Normal file
3
src/stub/src/arch/arm/v4t/Makefile
Normal file
|
@ -0,0 +1,3 @@
|
|||
# convenience Makefile
|
||||
default %:
|
||||
$(MAKE) -C ../../../.. $@
|
3
src/stub/src/arch/i086/Makefile
Normal file
3
src/stub/src/arch/i086/Makefile
Normal file
|
@ -0,0 +1,3 @@
|
|||
# convenience Makefile
|
||||
default %:
|
||||
$(MAKE) -C ../../.. $@
|
3
src/stub/src/arch/i386/Makefile
Normal file
3
src/stub/src/arch/i386/Makefile
Normal file
|
@ -0,0 +1,3 @@
|
|||
# convenience Makefile
|
||||
default %:
|
||||
$(MAKE) -C ../../.. $@
|
3
src/stub/src/arch/m68k/Makefile
Normal file
3
src/stub/src/arch/m68k/Makefile
Normal file
|
@ -0,0 +1,3 @@
|
|||
# convenience Makefile
|
||||
default %:
|
||||
$(MAKE) -C ../../.. $@
|
3
src/stub/src/arch/mips/Makefile
Normal file
3
src/stub/src/arch/mips/Makefile
Normal file
|
@ -0,0 +1,3 @@
|
|||
# convenience Makefile
|
||||
default %:
|
||||
$(MAKE) -C ../../.. $@
|
3
src/stub/src/arch/mips/mipsel.r3000/Makefile
Normal file
3
src/stub/src/arch/mips/mipsel.r3000/Makefile
Normal file
|
@ -0,0 +1,3 @@
|
|||
# convenience Makefile
|
||||
default %:
|
||||
$(MAKE) -C ../../../.. $@
|
3
src/stub/src/arch/powerpc/32/Makefile
Normal file
3
src/stub/src/arch/powerpc/32/Makefile
Normal file
|
@ -0,0 +1,3 @@
|
|||
# convenience Makefile
|
||||
default %:
|
||||
$(MAKE) -C ../../../.. $@
|
3
src/stub/src/arch/powerpc/Makefile
Normal file
3
src/stub/src/arch/powerpc/Makefile
Normal file
|
@ -0,0 +1,3 @@
|
|||
# convenience Makefile
|
||||
default %:
|
||||
$(MAKE) -C ../../.. $@
|
3
src/stub/src/include/Makefile
Normal file
3
src/stub/src/include/Makefile
Normal file
|
@ -0,0 +1,3 @@
|
|||
# convenience Makefile
|
||||
default %:
|
||||
$(MAKE) -C ../.. $@
|
Loading…
Reference in New Issue
Block a user