aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* silence imake for normal buildsUlrich Sibiller2023-04-281-1/+31
* (main) Makefile: Don't install nxagent.xpm during install-full target.Mike Gabriel2020-01-061-3/+0
* Add support for custom version stringUlrich Sibiller2020-01-051-4/+11
* auto-determine system font path and add to list of font pathsUlrich Sibiller2019-05-101-0/+5
* Makefile: Add clean/distclean target calls for nxdialog subdir to master Make...Mike Gabriel2019-04-071-0/+2
* Makefile: Integrate new subproject "nxdialog".Mike Gabriel2019-03-011-0/+8
* Makefile: fix (dist)clean dependenciesUlrich Sibiller2018-11-141-2/+2
* Makefile: Assure that nx-X11's Makefiles are created after everything has bee...Mike Gabriel2018-11-141-0/+3
* Regression fix for a93f64e4. The test executables bails out on test failure, ...Mike Gabriel2018-11-141-10/+10
* Makefile: use test + && instead of if test/else/fiUlrich Sibiller2018-11-111-16/+16
* Makefile: use (more) RM macrosUlrich Sibiller2018-11-101-6/+7
* Makefile: Rework handling auto-determined values for imakeUlrich Sibiller2018-11-101-24/+25
* Makefile: drop intermediate NX version varsUlrich Sibiller2018-11-101-9/+4
* Makefile: support systems without xkbcomp.pc.Mihai Moldovan2018-11-101-1/+7
* Make: Automatically determine xkb dirUlrich Sibiller2018-11-091-4/+13
* Makefile: pass down Xfont2 define for ImakeUlrich Sibiller2018-07-031-4/+5
* etc/nxagent.keyboard: Drop file. Not required anymore.Mike Gabriel2018-07-031-1/+0
* Makefile: Run BuildIncludes and clean target in nx-X11/ with -j1.Mike Gabriel2018-04-251-2/+2
* Makefile: Enforce -j1 for BuildDependsOnly target.Mike Gabriel2018-04-251-1/+1
* Makefile targets: Rewriting and consolidating the target structure for nx-X11...Mike Gabriel2018-04-251-23/+19
* Makefile: Don't do a parallel clean-up of nx-X11. We have seen failures and d...Mike Gabriel2018-04-201-1/+3
* Makefile: pass down IMAKE_DEFINES to nx-X11/programs/Xserver build system.Mihai Moldovan2018-03-151-4/+6
* Makefile: we don't need $(BINDIR)/bin.Mihai Moldovan2018-03-061-1/+1
* Makefile: only try to copy/dereference libNX* files when installing data.Mihai Moldovan2017-12-301-1/+1
* Makefile: install relinked program binary instead of the "temporary" one.Mihai Moldovan2017-12-301-1/+1
* Support building with legacy (pre-7.1.0) Xext proto versions.Mihai Moldovan2017-12-161-4/+7
* Makefile: correctly quote variables when passing them down to other programs.Mihai Moldovan2017-12-161-5/+5
* Support building with legacy (pre-1.4.2) libXfont(1) versions.Mihai Moldovan2017-12-161-1/+1
* Makefile: Quote '$@' in make calls with double quotes.Mike Gabriel2017-12-051-9/+9
* Makefile: Don't use DESTDIR in configure.Mike Gabriel2017-12-051-1/+1
* Drop bin wrappers for nxagent and nxproxy, directly install nxproxy and nxage...Mike Gabriel2017-12-051-30/+13
* Makefile: Check for dir existence before attempting to remove it.Mike Gabriel2017-08-251-2/+2
* Makefile: Use $(RM_DIR) rather then plain rmdir in clean-env target.Mike Gabriel2017-08-251-2/+2
* Convert nx-X11/lib/ build flow from imake to autotools.Mike Gabriel2017-08-251-16/+80
* nxcomp: Switch to autoreconf.Mike Gabriel2017-07-261-8/+8
* nxcompshad: Switch to autoreconf.Mike Gabriel2017-07-131-1/+1
* nxproxy: Switch to autoreconf.Mike Gabriel2017-07-121-11/+5
* Propagate DESTDIR and PREFIX from MakefileSalvador FandiƱo2017-06-051-1/+1
* Makefile: Make sure that 'make all' only calls 'make build' and _not_ the glo...Mike Gabriel2017-04-131-1/+2
* Makefile: Remove nx-X11/config/cf/date.def on clean.Mike Gabriel2017-04-131-0/+1
* Makefile: Fix comment above special clean rules.Mike Gabriel2017-04-131-1/+1
* Regression fix for added libXfont2 API support:Mike Gabriel2017-04-101-1/+1
* Makefile: Tell Xserver build which Xfont API to use (v2 or v1) depending on w...Mike Gabriel2017-04-101-1/+6
* Mesa subtree: Add quilt based patch system for bundled Mesa.Mike Gabriel2017-04-051-0/+3
* Xserver/os/oscolor.c: Follow X.org in dropping the rgb.txt file entirely. Con...Mike Gabriel2017-02-261-2/+0
* Makefile: Fix flawed uninstall-* targets. Spotted by Ionic while reviewing th...Mike Gabriel2017-02-091-2/+2
* Makefile: Allow longer names for variables that we want to allow distro maint...Mike Gabriel2017-02-091-9/+9
* Makefile: Actively set/override USRLIBDIR and SHLIBDIR when calling Xserver's...Mike Gabriel2017-02-091-1/+1
* Makefile: Align variable names USRLIBDIR, SHLIBDIR (and NX_DIR) with nx-X11 i...Mike Gabriel2017-02-091-8/+9
* Makefile: Don't create superfluous symlink for libX11.so -> ../libNX_X11.so. ...Mike Gabriel2017-02-031-1/+0