Ignore:
Timestamp:
Oct 6, 2012, 12:42:06 AM (10 years ago)
Author:
sam
Message:

ps3: refactor elf → self build logic and make make_fself mandatory
when building for the PS3 on a Unix system.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/xolotl/Makefile.am

    r1923 r1981  
    33
    44AM_CPPFLAGS = -I$(top_srcdir)/src
    5 
    6 all-local: $(noinst_PROGRAMS)
    7         test x$(MAKE_FSELF) = xno || make_fself xolotl$(EXEEXT) xolotl.self
    8 
    9 CLEANFILES = $(noinst_PROGRAMS:%$(EXEEXT)=%.self) \
    10              $(noinst_PROGRAMS:%$(EXEEXT)=%.elf) \
    11              $(noinst_PROGRAMS:%$(EXEEXT)=%.exe)
    125
    136noinst_PROGRAMS = xolotl
Note: See TracChangeset for help on using the changeset viewer.