Last change
on this file since 1499 was
1499,
checked in by sam, 11 years ago
|
neercs: move TextRender to its own file.
|
File size:
1.0 KB
|
Rev | Line | |
---|
[1447] | 1 | |
---|
[1462] | 2 | if USE_CACA |
---|
[1447] | 3 | noinst_PROGRAMS = neercs |
---|
[1462] | 4 | endif |
---|
[1447] | 5 | |
---|
| 6 | neercs_SOURCES = \ |
---|
| 7 | neercs.cpp neercs.h \ |
---|
| 8 | \ |
---|
[1479] | 9 | video/render.cpp video/render.h \ |
---|
[1499] | 10 | video/text-render.cpp video/text-render.h \ |
---|
[1479] | 11 | video/blurh.lolfx video/blurv.lolfx video/glow.lolfx \ |
---|
| 12 | video/postfx.lolfx video/radial.lolfx video/simple.lolfx \ |
---|
| 13 | video/text.lolfx |
---|
[1485] | 14 | neercs_CPPFLAGS = @LOL_CFLAGS@ @PIPI_CFLAGS@ @CACA_CFLAGS@ |
---|
[1447] | 15 | neercs_LDADD = |
---|
[1462] | 16 | neercs_LDFLAGS = $(top_builddir)/src/liblol.a @LOL_LIBS@ @PIPI_LIBS@ @CACA_LIBS@ |
---|
[1447] | 17 | neercs_DEPENDENCIES = $(top_builddir)/src/liblol.a |
---|
| 18 | |
---|
| 19 | all-local: neercs$(EXEEXT) |
---|
| 20 | test $(MAKE_FSELF) = no || make_fself neercs$(EXEEXT) neercs.self |
---|
| 21 | |
---|
| 22 | CLEANFILES = $(noinst_PROGRAMS:%$(EXEEXT)=%.self) \ |
---|
| 23 | $(noinst_PROGRAMS:%$(EXEEXT)=%.elf) \ |
---|
[1479] | 24 | $(noinst_PROGRAMS:%$(EXEEXT)=%.exe) |
---|
[1447] | 25 | |
---|
| 26 | SUFFIXES = .lolfx |
---|
[1479] | 27 | .lolfx.o: |
---|
| 28 | (echo "char const *"; \ |
---|
| 29 | echo "lolfx_$(notdir $(basename $(filter %.lolfx, $^))) ="; \ |
---|
| 30 | $(SED) 's/"/\\"/g' $(filter %.lolfx, $^) | \ |
---|
| 31 | $(SED) 's/\([^\r]*\).*/"\1\\n"/'; \ |
---|
| 32 | echo ";") | $(CXXCOMPILE) -xc++ -c - -o $@ |
---|
[1447] | 33 | |
---|
Note: See
TracBrowser
for help on using the repository browser.