forked from hlandau/tn5250
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile.am
More file actions
36 lines (28 loc) · 676 Bytes
/
Makefile.am
File metadata and controls
36 lines (28 loc) · 676 Bytes
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
## Process this file with automake to produce Makefile.in
EXTRA_DIST = tn5250-48x48.xpm\
tn5250-48x48.png\
tn5250-62x48.xpm\
tn5250-62x48.png\
XTerm\
README.ssl
# These aren't working
#if COND_CURSES
# MAYBE_CURSES = curses
#else
# MAYBE_CURSES =
#endif
#if COND_SLANG
# MAYBE_SLANG = slang
#else
# MAYBE_SLANG =
#endif
#if COND_PYTHON
# MAYBE_PYTHON = python
#else
# MAYBE_PYTHON =
#endif
SUBDIRS = lib5250 lp5250d $(MAYBE_CURSES) $(MAYBE_SLANG) $(MAYBE_PYTHON) doc freebsd linux sun win32
DIST_SUBDIRS = lib5250 lp5250d curses slang python doc freebsd linux sun win32
bin_SCRIPTS = xt5250
pkgdata_DATA = XTerm
CLEANFILES = *~