Last change
on this file since 1806 was
1806,
checked in by rez, 11 years ago
|
moved noise/offset/retrace into a new shader
|
File size:
1.5 KB
|
Line | |
---|
1 | |
---|
2 | if BUILD_NEERCS |
---|
3 | noinst_PROGRAMS = neercs |
---|
4 | endif |
---|
5 | |
---|
6 | neercs_SOURCES = \ |
---|
7 | neercs.cpp neercs.h \ |
---|
8 | \ |
---|
9 | $(old_sources) \ |
---|
10 | \ |
---|
11 | video/render.cpp video/render.h \ |
---|
12 | video/text-render.cpp video/text-render.h \ |
---|
13 | video/simple.lolfx \ |
---|
14 | video/blurh.lolfx video/blurv.lolfx video/glow.lolfx video/radial.lolfx \ |
---|
15 | video/remanency.lolfx video/noise.lolfx video/postfx.lolfx\ |
---|
16 | video/text.lolfx |
---|
17 | neercs_CPPFLAGS = @LOL_CFLAGS@ @PIPI_CFLAGS@ @CACA_CFLAGS@ -Iold |
---|
18 | neercs_LDADD = |
---|
19 | neercs_LDFLAGS = $(top_builddir)/src/liblol.a \ |
---|
20 | @LOL_LIBS@ @PIPI_LIBS@ @CACA_LIBS@ @UTIL_LIBS@ @PAM_LIBS@ |
---|
21 | neercs_DEPENDENCIES = $(top_builddir)/src/liblol.a |
---|
22 | |
---|
23 | if BUILD_NEERCS |
---|
24 | all-local: neercs$(EXEEXT) |
---|
25 | test $(MAKE_FSELF) = no || make_fself neercs$(EXEEXT) neercs.self |
---|
26 | endif |
---|
27 | |
---|
28 | CLEANFILES = $(noinst_PROGRAMS:%$(EXEEXT)=%.self) \ |
---|
29 | $(noinst_PROGRAMS:%$(EXEEXT)=%.elf) \ |
---|
30 | $(noinst_PROGRAMS:%$(EXEEXT)=%.exe) |
---|
31 | |
---|
32 | SUFFIXES = .lolfx |
---|
33 | .lolfx.o: |
---|
34 | $(LOLFX_BUILD) |
---|
35 | |
---|
36 | old_sources = \ |
---|
37 | old/actions.c \ |
---|
38 | old/ansi.c \ |
---|
39 | old/attach.c \ |
---|
40 | old/client.c \ |
---|
41 | old/configuration.c \ |
---|
42 | old/effects.c \ |
---|
43 | old/grab.c \ |
---|
44 | old/help.c \ |
---|
45 | old/input.c \ |
---|
46 | old/lock.c \ |
---|
47 | old/main.c \ |
---|
48 | old/mygetopt.c \ |
---|
49 | old/mygetopt.h \ |
---|
50 | old/mytrace.c \ |
---|
51 | old/mytrace.h \ |
---|
52 | old/neercs.h \ |
---|
53 | old/python/interpreter.c \ |
---|
54 | old/python/py_module.c \ |
---|
55 | old/python/py_module.h \ |
---|
56 | old/recurrent.c \ |
---|
57 | old/screen_list.c \ |
---|
58 | old/screensaver.c \ |
---|
59 | old/screens.c \ |
---|
60 | old/server.c \ |
---|
61 | old/term.c \ |
---|
62 | old/widgets.c \ |
---|
63 | old/widgets.h \ |
---|
64 | old/wm.cpp |
---|
Note: See
TracBrowser
for help on using the repository browser.