Menu

[b6604e]: / joe / Makefile.am  Maximize  Restore  History

Download this file

39 lines (27 with data), 1.3 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
AUTOMAKE_OPTIONS = foreign
SUBDIRS = util
EXTRA_DIST = TODO
sysconf_joedir = $(sysconfdir)/joe
data_joedir = $(datadir)/joe
noinst_HEADERS = b.h blocks.h bw.h cmd.h config.h hash.h help.h kbd.h \
macro.h main.h menu.h path.h poshist.h pw.h queue.h qw.h rc.h regex.h \
scrn.h tab.h termcapj.h tty.h tw.h types.h ublock.h uedit.h uerror.h \
ufile.h uformat.h uisrch.h umath.h undo.h usearch.h ushell.h utag.h \
utils.h va.h vfile.h vs.h w.h utf8.h syntax.h charmap.h mouse.h \
lattr.h gettext.h builtin.h vt.h mmenu.h state.h options.h selinux.h \
unicode.h cclass.h frag.h colors.h
bin_PROGRAMS = joe
AM_CPPFLAGS = -DJOERC="\"$(sysconf_joedir)/\"" -DJOEDATA="\"$(data_joedir)/\""
# joe_LDADD = -lm
joe_SOURCES = b.c blocks.c bw.c cmd.c hash.c help.c kbd.c macro.c main.c menu.c \
path.c poshist.c pw.c queue.c qw.c rc.c regex.c scrn.c tab.c termcap.c \
tty.c tw.c ublock.c uedit.c uerror.c ufile.c uformat.c uisrch.c umath.c \
undo.c usearch.c ushell.c utag.c va.c vfile.c vs.c w.c utils.c syntax.c \
utf8.c selinux.c charmap.c mouse.c lattr.c gettext.c builtin.c \
builtins.c vt.c mmenu.c state.c options.c unicode.c \
cclass.c frag.c colors.c unicat-@UNICODE_VERSION@.c
termidx_SOURCES = termidx.c
stringify_SOURCES = stringify.c
distclean-local:
rm -f *~
.PHONY: termcap
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.