Last change
on this file since 2540 was
2540,
checked in by sam, 10 years ago
|
core: import pristine lua 5.2.1 in the engine code.
|
File size:
1.3 KB
|
Line | |
---|
1 | |
---|
2 | include $(top_srcdir)/build/autotools/common.am |
---|
3 | |
---|
4 | if BUILD_NEERCS |
---|
5 | noinst_PROGRAMS = neercs |
---|
6 | endif |
---|
7 | |
---|
8 | neercs_SOURCES = \ |
---|
9 | neercs.cpp neercs.h \ |
---|
10 | \ |
---|
11 | $(old_sources) \ |
---|
12 | \ |
---|
13 | term/term.h term/term.cpp term/ansi.cpp \ |
---|
14 | term/pty.h term/pty.cpp \ |
---|
15 | \ |
---|
16 | video/render.cpp video/render.h \ |
---|
17 | video/text-render.cpp video/text-render.h \ |
---|
18 | video/simple.lolfx \ |
---|
19 | video/blurh.lolfx video/blurv.lolfx video/glow.lolfx \ |
---|
20 | video/remanence.lolfx video/copper.lolfx video/color.lolfx \ |
---|
21 | video/noise.lolfx video/postfx.lolfx video/mirror.lolfx \ |
---|
22 | video/radial.lolfx video/text.lolfx |
---|
23 | neercs_CPPFLAGS = $(AM_CPPFLAGS) @CACA_CFLAGS@ -Iold |
---|
24 | neercs_LDFLAGS = $(AM_LDFLAGS) @CACA_LIBS@ @UTIL_LIBS@ @PAM_LIBS@ |
---|
25 | neercs_DEPENDENCIES = @LOL_DEPS@ |
---|
26 | |
---|
27 | old_sources = \ |
---|
28 | old/actions.c \ |
---|
29 | old/ansi.c \ |
---|
30 | old/attach.c \ |
---|
31 | old/client.c \ |
---|
32 | old/configuration.c \ |
---|
33 | old/effects.c \ |
---|
34 | old/grab.c \ |
---|
35 | old/help.c \ |
---|
36 | old/input.c \ |
---|
37 | old/lock.c \ |
---|
38 | old/main.c \ |
---|
39 | old/mygetopt.c \ |
---|
40 | old/mygetopt.h \ |
---|
41 | old/mytrace.c \ |
---|
42 | old/mytrace.h \ |
---|
43 | old/neercs.h \ |
---|
44 | old/python/interpreter.c \ |
---|
45 | old/python/py_module.c \ |
---|
46 | old/python/py_module.h \ |
---|
47 | old/recurrent.c \ |
---|
48 | old/screen_list.c \ |
---|
49 | old/screensaver.c \ |
---|
50 | old/screens.c \ |
---|
51 | old/server.c \ |
---|
52 | old/term.c \ |
---|
53 | old/widgets.c \ |
---|
54 | old/widgets.h \ |
---|
55 | old/wm.cpp |
---|
Note: See
TracBrowser
for help on using the repository browser.