Hiltjo Posthuma
7e19e11676
Makefile: fix dependencies on config.h
patch by Younes Khoudli (changed slightly). Thanks
6 years ago
Hiltjo Posthuma
0f245dfeb9
Makefile: add all files to make dist
7 years ago
Hiltjo Posthuma
b2ac917753
Revert "Revert "fixed STLDFLAG order in broken st Makefile""
This reverts commit 274d46ace0
.
Sorry, the original commit was correct after all. It allows has the
correct link order and supports static-linking also.
Just a reminder: it is important to give a (brief) rationale of the
patch intentions.
7 years ago
Hiltjo Posthuma
274d46ace0
Revert "fixed STLDFLAG order in broken st Makefile"
This reverts commit 7f990328e4
.
this was wrong as pointed out by k0ga:
"STLDFLAGS is about flags to the linker, for example -L
not about -l for that reason it must go before the object list".
7 years ago
Anselm R Garbe
7f990328e4
fixed STLDFLAG order in broken st Makefile
7 years ago
Quentin Rameau
d4928edba0
Let the user specify C and LD FLAGS
7 years ago
Quentin Rameau
fabd4602b3
Do not obfuscate what make is doing.
Change some styling too while we're at it.
7 years ago
Michael Forney
e2ee5ee611
Split X-specific code into x.c
8 years ago
pl@ninthfloor.org
3ca7249c86
tic -s -> tic -sx (Treat unknown capabilities as user-defined.)
8 years ago
Christoph Lohmann
246c3481d7
arg.h wasn't used for dist.
10 years ago
Christoph Lohmann
c772a6e571
Applying the changes to the docs; by Peter Hartman.
12 years ago
Christoph Lohmann
ff040e9894
Adding setb and setf and a comment about terminfo installation.
12 years ago
Aurélien Aptel
b6af0fdc20
fixed makefile.
14 years ago
Aurélien Aptel
2080dfebea
added manpage.
14 years ago
Aurélien Aptel
160bda1b60
toggle ATTR_REVERSE on selected text, factored some code and fixed Makefile.
14 years ago
pancake
596bb133a5
fix build
use config.def.h mechanism
add SHELL in config.h
14 years ago
Aurélien Aptel
ae5baac932
use predefined OS macro instead of uname.
14 years ago
Aurélien Aptel
6db6980e27
st now runs on Linux, OpenBSD and FreeBSD.
14 years ago
Aurélien Aptel
ce3f4fc647
fixed backspace problem, updated terminfo entry and moved TNAME in config.h.
14 years ago
Anselm R Garbe
10e49a0505
applied Devin J Pohly's st color info patches, thanks Devin!
14 years ago
Aurélien Aptel
2e37752961
added/removed files, updated Makefile.
16 years ago
Anselm R Garbe
d58dd3b8bc
backport of local changes
16 years ago
Matthias-Christian Ott
e0d0a2b96e
simplify Makefile
Due to consideration of POSIX compliance issues config.mk had
to be removed. Configuration variables can be overridden by
environment variables or specified via command line.
Additionally all pretty-printed messages were removed and
built-in rules are used. This also simplifies and purges
the Makefile.
17 years ago
Matthias-Christian Ott
b3902ca178
remove emallocz()
17 years ago
Matthias-Christian Ott
0c0ada8a7f
make st and std separate programmes
17 years ago
Matthias-Christian Ott
5f28725471
source utility functions out to util.c
17 years ago
Anselm R Garbe
375efb8891
slight changes
17 years ago
Anselm R Garbe
1987ae4bac
added some new files for the initial rewrite of st from scratch
17 years ago