]> Chaos Git - corbenik/corbenik.git/commit
Port corbenik to autotools
authorchaoskagami <chaos.kagami@gmail.com>
Mon, 18 Jul 2016 03:37:19 +0000 (23:37 -0400)
committerchaoskagami <chaos.kagami@gmail.com>
Mon, 18 Jul 2016 16:26:42 +0000 (12:26 -0400)
commit2e721a31f35da8e423099f14faac73d44060a025
tree174bd635dc7f13c9c9495f9ce62fc431aeeb5103
parent5f10228f33f1aa9322d28b15049ca8fbefb3ddea
Port corbenik to autotools
35 files changed:
.gitignore
Makefile [deleted file]
Makefile.am
autogen.sh [new file with mode: 0755]
common.mk
configure.ac
contrib/Makefile
external/Makefile [deleted file]
external/Makefile.am [new file with mode: 0644]
external/bits/Makefile
external/loader/Makefile
external/loader/source/interp.c
external/loader/source/logger.c
external/loader/source/memory.c
external/loader/source/patcher.c
external/screeninit/Makefile
external/screeninit/source/main.c
host/Makefile [new file with mode: 0644]
host/copy.sh
include/Makefile.am [new file with mode: 0644]
include/common.h
include/config.h.in [new file with mode: 0644]
include/corbconf.h [new file with mode: 0644]
include/firm/firm.h
include/option.h [moved from include/config.h with 100% similarity]
include/patch_format.h
include/std/unused.h
patch/Makefile
source/Makefile.am [new file with mode: 0644]
source/chain.c
source/linker.ld [moved from linker.ld with 100% similarity]
source/main.c
source/menu.c
source/option.c [moved from source/config.c with 100% similarity]
source/screeninit.c