mirror of
https://github.com/switchbrew/switch-tools.git
synced 2025-06-30 01:03:01 +02:00
11 lines
366 B
Makefile
11 lines
366 B
Makefile
# Makefile.am -- Process this file with automake to produce Makefile.in
|
|
bin_PROGRAMS = elf2nso elf2nro build_pfs0
|
|
|
|
build_pfs0_SOURCES = src/build_pfs0.c src/types.h
|
|
elf2nro_SOURCES = src/elf2nro.c src/elf64.h src/elf_common.h
|
|
elf2nso_SOURCES = src/elf2nso.c src/sha256.c src/sha256.h src/elf64.h src/elf_common.h
|
|
|
|
elf2nso_LDADD = @LZ4_LIBS@
|
|
|
|
EXTRA_DIST = autogen.sh
|