소스 검색

ps3: refactor elf → self build logic and make make_fself mandatory

when building for the PS3 on a Unix system.
master
Sam Hocevar 12 년 전
부모
커밋
135c25956a
1개의 변경된 파일0개의 추가작업 그리고 9개의 파일을 삭제
  1. +0
    -9
      neercs/Makefile.am

+ 0
- 9
neercs/Makefile.am 파일 보기

@@ -26,15 +26,6 @@ neercs_LDFLAGS = $(top_builddir)/src/liblol.a \
@LOL_LIBS@ @PIPI_LIBS@ @CACA_LIBS@ @UTIL_LIBS@ @PAM_LIBS@
neercs_DEPENDENCIES = $(top_builddir)/src/liblol.a

if BUILD_NEERCS
all-local: neercs$(EXEEXT)
test $(MAKE_FSELF) = no || make_fself neercs$(EXEEXT) neercs.self
endif

CLEANFILES = $(noinst_PROGRAMS:%$(EXEEXT)=%.self) \
$(noinst_PROGRAMS:%$(EXEEXT)=%.elf) \
$(noinst_PROGRAMS:%$(EXEEXT)=%.exe)

old_sources = \
old/actions.c \
old/ansi.c \


불러오는 중...
취소
저장