Ignore:
Timestamp:
Jun 30, 2012, 4:31:08 PM (11 years ago)
Author:
sam
Message:

build: factor the LolFx compilation rule into configure.ac.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/games/ToukyDemo/Makefile.am

    r1529 r1540  
    1818SUFFIXES = .lolfx
    1919.lolfx.o:
    20         (echo "char const *"; \
    21          echo "lolfx_$(notdir $(basename $(filter %.lolfx, $^))) ="; \
    22          $(SED) 's/"/\\"/g' $(filter %.lolfx, $^) | \
    23          $(SED) 's/\([^\r]*\).*/"\1\\n"/'; \
    24          echo ";") | $(CXXCOMPILE) -xc++ -c - -o $@
     20        $(LOLFX_BUILD)
    2521
Note: See TracChangeset for help on using the changeset viewer.