Changeset 1540 for trunk/tutorial/Makefile.am
- Timestamp:
- Jun 30, 2012, 4:31:08 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tutorial/Makefile.am
r1518 r1540 13 13 SUFFIXES = .lolfx 14 14 .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) 20 16 21 17 noinst_PROGRAMS = 01_triangle 02_cube 11_fractal
Note: See TracChangeset
for help on using the changeset viewer.