Commit graph

16 commits

Author SHA1 Message Date
bf16c6714b make, scripts: Re-add files necessary for building ytools
Re-add everthing needed for building and packaging ytools. This is a
big commit, 2002 lines of code. It mostly consists of C/C++ machinery,
plus some documentation-related stuff.

Signed-off-by: Jan Lindemann <jan@janware.com>
2025-11-14 15:59:49 +01:00
bc883deed4 Everywhere: Remove everything non-essential for "make clean all"
This commit removes everything not strictly necessary for running
"make clean all" inside jw-build.

packaging jw-devtest. This cuts the repo down from 24077 to 4725
lines of code.

The idea is to

1) Further remove bloat from the remaining bits

2) Re-add what's necessary to build and package other essential repos.

   The decision should be based on whether or not jw-build can also be
   useful in a non-janware context.

Signed-off-by: Jan Lindemann <jan@janware.com>
2025-11-14 15:02:56 +01:00
b2d6e6f554 Everywhere: Rename MODDIR -> JWBDIR
Rename the omnipresent MODDIR variable to JWBDIR, since that's more to the
point.

Signed-off-by: Jan Lindemann <jan@janware.com>
2019-06-29 21:34:18 +00:00
0eaef0c326 conf/jcs, make, tmpl/doxygen: Align equal signs in makefiles to column 30
Signed-off-by: Jan Lindemann <jan@janware.com>
2019-03-03 18:12:28 +00:00
316435bb78 $(MODDIR)/make/defs.mk: Split off defs-cpp.mk with C++ definitions
C++ definitions are numerous, and they shouldn't pollute variable space and
performance outside of directories containing C++ files. This commit pushes
them into a defs-cpp.mk file.

Signed-off-by: Jan Lindemann <jan@janware.com>
2019-02-27 20:46:54 +00:00
Jan Lindemann
2939f8e3a8 Everywhere: Merge V_1_1_29_40_POST_ACCEPTANCE 2011-02-20 14:15:22 +00:00
Jan Lindemann
fbff621174 so.mk: Add install_dir_LIB as prerequisite of install 2009-05-27 10:11:27 +00:00
Jan Lindemann
77c146286e make: Add profclean to clean target 2007-12-01 22:43:17 +00:00
Jan Lindemann
1924377731 make: Renamed LIBDIR to BUILD_LIBDIR 2007-08-21 16:20:19 +00:00
Jan Lindemann
76b50851de so.mk: Beautification 2007-08-20 21:55:59 +00:00
Jan Lindemann
6f8ab92984 so.mk: Install plugins into $(LIBDIR) 2007-07-12 13:24:15 +00:00
Jan Lindemann
0c2a927849 so.mk: Add ldlibpath.mk 2005-11-08 08:38:58 +00:00
Jan Lindemann
433e7f539f so.mk: Nicer syntax for adding LDFLAGS 2002-01-29 22:31:32 +00:00
Jan Lindemann
76b7596817 make: Add new values to ALL and MEMBER instead of setting them 2002-01-18 00:24:33 +00:00
Jan Lindemann
61fe4a73d5 make: Introduced plasticd project compatibility 2001-07-27 22:02:40 +00:00
Jan Lindemann
46c67d77fc $(TOPDIR), make: Initial commit
After making most modules independent from the Hamlet tree, place
Makefiles in a central location for more centralized control over the
build process.
2001-07-06 13:12:14 +00:00