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/tutorial/Makefile.am

    r1518 r1540  
    1313SUFFIXES = .lolfx
    1414.lolfx.o:
    15         (echo "char const *"; \
    16          echo "lolfx_$(notdir $(basename $(filter %.lolfx, $^))) ="; \
    17          $(SED) 's/"/\\"/g' $(filter %.lolfx, $^) | \
    18          $(SED) 's/\([^\r]*\).*/"\1\\n"/'; \
    19          echo ";") | $(CXXCOMPILE) -xc++ -c - -o $@
     15        $(LOLFX_BUILD)
    2016
    2117noinst_PROGRAMS = 01_triangle 02_cube 11_fractal
Note: See TracChangeset for help on using the changeset viewer.