Ver código fonte

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

when building for the PS3 on a Unix system.
master
Sam Hocevar 12 anos atrás
pai
commit
135c25956a
1 arquivos alterados com 0 adições e 9 exclusões
  1. +0
    -9
      neercs/Makefile.am

+ 0
- 9
neercs/Makefile.am Ver arquivo

@@ -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 \


Carregando…
Cancelar
Salvar