Last change
on this file since 1456 was
1456,
checked in by sam, 11 years ago
|
neercs: import Rez's code in our framework. Not ready yet.
|
File size:
1.0 KB
|
Line | |
---|
1 | |
---|
2 | noinst_PROGRAMS = neercs |
---|
3 | |
---|
4 | neercs_SOURCES = \ |
---|
5 | neercs.cpp neercs.h \ |
---|
6 | \ |
---|
7 | video/render.cpp video/render.h |
---|
8 | nodist_neercs_SOURCES = \ |
---|
9 | video/blurh.lolfx.cpp video/blurv.lolfx.cpp video/glow.lolfx.cpp \ |
---|
10 | video/postfx.lolfx.cpp video/radial.lolfx.cpp video/simple.lolfx.cpp |
---|
11 | neercs_CPPFLAGS = @LOL_CFLAGS@ @PIPI_CFLAGS@ |
---|
12 | neercs_LDADD = |
---|
13 | neercs_LDFLAGS = $(top_builddir)/src/liblol.a @LOL_LIBS@ @PIPI_LIBS@ |
---|
14 | neercs_DEPENDENCIES = $(top_builddir)/src/liblol.a |
---|
15 | |
---|
16 | all-local: neercs$(EXEEXT) |
---|
17 | test $(MAKE_FSELF) = no || make_fself neercs$(EXEEXT) neercs.self |
---|
18 | |
---|
19 | CLEANFILES = $(noinst_PROGRAMS:%$(EXEEXT)=%.self) \ |
---|
20 | $(noinst_PROGRAMS:%$(EXEEXT)=%.elf) \ |
---|
21 | $(noinst_PROGRAMS:%$(EXEEXT)=%.exe) \ |
---|
22 | $(filter %.lolfx.cpp, $(SOURCES)) |
---|
23 | |
---|
24 | SUFFIXES = .lolfx |
---|
25 | %.lolfx.cpp: %.lolfx |
---|
26 | echo "/* This file was autogenerated. DO NOT MODIFY IT. */" > $@.tmp |
---|
27 | echo "char const *lolfx_$(notdir $(^:%.lolfx=%)) =" >> $@.tmp |
---|
28 | $(SED) 's/"/\\"/g' $^ | $(SED) 's/\([^\r]*\).*/"\1\\n"/' >> $@.tmp |
---|
29 | echo ";" >> $@.tmp |
---|
30 | mv $@.tmp $@ |
---|
31 | |
---|
Note: See
TracBrowser
for help on using the repository browser.