Changeset 1403


Ignore:
Timestamp:
May 20, 2012, 2:30:41 PM (11 years ago)
Author:
sam
Message:

build: ensure .lolfx.cpp files get cleaned up.

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/orbital/Makefile.am

    r1396 r1403  
    1616
    1717EXTRA_DIST = $(PNG) $(WAV)
    18 CLEANFILES = orbital.self
     18CLEANFILES = $(noinst_PROGRAMS:%$(EXEEXT)=%.self) \
     19             $(noinst_PROGRAMS:%$(EXEEXT)=%.elf) \
     20             $(noinst_PROGRAMS:%$(EXEEXT)=%.exe) \
     21             $(filter %.lolfx.cpp, $(SOURCES))
    1922
    2023SUFFIXES = .lolfx
  • trunk/src/Makefile.am

    r1385 r1403  
    5151liblol_a_CPPFLAGS = @LOL_CFLAGS@
    5252
     53CLEANFILES = $(filter %.lolfx.cpp, $(SOURCES))
     54
    5355SUFFIXES = .lolfx
    5456%.lolfx.cpp: %.lolfx
  • trunk/test/tutorial/Makefile.am

    r1392 r1403  
    99CLEANFILES = $(noinst_PROGRAMS:%$(EXEEXT)=%.self) \
    1010             $(noinst_PROGRAMS:%$(EXEEXT)=%.elf) \
    11              $(noinst_PROGRAMS:%$(EXEEXT)=%.exe)
     11             $(noinst_PROGRAMS:%$(EXEEXT)=%.exe) \
     12             $(filter %.lolfx.cpp, $(SOURCES))
    1213
    1314SUFFIXES = .lolfx
Note: See TracChangeset for help on using the changeset viewer.