<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nx-libs/nx-X11/Makefile, branch pr/extend_manpage</title>
<subtitle>NXv3 (redistributed) 
</subtitle>
<id>https://cgit.arctica-project.org/nx-libs/atom?h=pr%2Fextend_manpage</id>
<link rel='self' href='https://cgit.arctica-project.org/nx-libs/atom?h=pr%2Fextend_manpage'/>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/'/>
<updated>2018-06-16T23:41:37+00:00</updated>
<entry>
<title>nx-X11/Makefile: pass down $(MFLAGS) to imake call, because... we probably want that. Likely.</title>
<updated>2018-06-16T23:41:37+00:00</updated>
<author>
<name>Mihai Moldovan</name>
<email>ionic@ionic.de</email>
</author>
<published>2018-06-16T23:41:37+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=72f11ee838e67757e235e7216fb82679cc3f7d67'/>
<id>urn:sha1:72f11ee838e67757e235e7216fb82679cc3f7d67</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Makefile targets: Rewriting and consolidating the target structure for nx-X11/ subdir (except nx-X11/lib/).</title>
<updated>2018-04-25T16:38:33+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2018-04-25T16:37:39+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=da4770474c6b9aab49242d0012dfd4497250b484'/>
<id>urn:sha1:da4770474c6b9aab49242d0012dfd4497250b484</id>
<content type='text'>
</content>
</entry>
<entry>
<title>nx-X11/Makefile: Only run full CleanEnv code, if imake is installed in the build-system.</title>
<updated>2017-08-25T17:18:17+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2017-08-25T17:18:17+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=7290aea3b77fe6603a62cc686a23e1dbca21de65'/>
<id>urn:sha1:7290aea3b77fe6603a62cc686a23e1dbca21de65</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert nx-X11/lib/ build flow from imake to autotools.</title>
<updated>2017-08-25T08:06:49+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2017-07-21T10:31:09+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=c350873c7c977efe5210484f04160be45f84ba7e'/>
<id>urn:sha1:c350873c7c977efe5210484f04160be45f84ba7e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove xf86Version.h and xf86Date.h</title>
<updated>2016-10-28T22:07:12+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2016-10-27T22:30:25+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=6c7f9cdaa72a8189adf9ac26c8f7f3ec6bd10e6f'/>
<id>urn:sha1:6c7f9cdaa72a8189adf9ac26c8f7f3ec6bd10e6f</id>
<content type='text'>
version.def and date.def also will be no longer created
</content>
</entry>
<entry>
<title>OPTFLAGS: Properly propagate build option flags to nxcomp{,ext,shad} and the nx-X11 build scripts.</title>
<updated>2016-07-01T11:09:21+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2016-06-23T12:27:15+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=d650a0b47eadeb675e2d2cf03ad10a4dbc564971'/>
<id>urn:sha1:d650a0b47eadeb675e2d2cf03ad10a4dbc564971</id>
<content type='text'>
 Note:

  - The "normal" way to inject CFLAGS (and CPPFLAGS) into nx-X11 builds is copying those
    options over into the variable CDEBUGFLAGS.
  - LDFLAGS have to be handed to nx-X11 via LOCAL_LDFLAGS.

 This change also includes a slight change in the nx-X11 build order.

 Old build order:

  Main Makefile:

      - [...]
      - libNX_X11
        + implicitly building nxcomp
        + implicitly building nxcompext
      - [...]
      - nxagent
        + implicitly building nxcompshad
      - [...]

 New build ordner:

  Main Makefile:

      - [...]
      - nxcomp
      - setup nx-X11 build env
        + cd nx-X11 &amp;&amp; make BuildEnv
      - nx-X11/lib/*
      - nxcompext
      - nxcompshad
      - [...]
      - nxagent
      - [...]

 Fixes ArcticaProject/nx-libs#141
 Fixes X2GoBTS#84
</content>
</entry>
<entry>
<title>nx-X11/Makefile: Drop build support for World.Win32 and World.OS2. Not our target platforms.</title>
<updated>2016-06-29T22:27:33+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2016-06-22T11:22:06+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=298744e94948c3541bb8f9d9dbb1af6708aecea5'/>
<id>urn:sha1:298744e94948c3541bb8f9d9dbb1af6708aecea5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>nx-X11/config/{imake,makedepend}: Use system-wide available imake and makedepend tools.</title>
<updated>2016-06-29T22:27:33+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2016-06-22T10:41:50+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=2f3d394e87c61369ed1308c6b3bc53cf0295146c'/>
<id>urn:sha1:2f3d394e87c61369ed1308c6b3bc53cf0295146c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Drop all references to printver.c. Not provided in source tree anymore.</title>
<updated>2015-10-07T15:28:29+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2015-10-07T15:28:27+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=e9f44221b2520a1d894b3c125269b5d10438453b'/>
<id>urn:sha1:e9f44221b2520a1d894b3c125269b5d10438453b</id>
<content type='text'>
 Fixes ArcticaProject/nx-libs#63
</content>
</entry>
<entry>
<title>Description: Enable parallel make (031_nx-X11_parallel-make.full.patch).</title>
<updated>2015-02-09T14:39:54+00:00</updated>
<author>
<name>Jan Engelhardt</name>
<email>jengelh@medozas.de</email>
</author>
<published>2015-02-09T14:38:59+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.arctica-project.org/nx-libs/commit/?id=6101bd9564d6334dea7c0de778536e3fe1a5e9b9'/>
<id>urn:sha1:6101bd9564d6334dea7c0de778536e3fe1a5e9b9</id>
<content type='text'>
 Restore ability to build things in parallel.
 (${MAKE} must always appear in the rule directly, and not be
 hidden through expansions of other variables to get this to work.)
</content>
</entry>
</feed>
