summaryrefslogtreecommitdiff
path: root/hw/dmx/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2010-03-22Fix .man.N targets for AM_SILENT_RULESYaakov Selkowitz1-1/+1
Add $(AM_V_GEN) for sed-based rules so they appear as expected with automake silent rules, and $(AM_V_at) to completely hide cp/ln/rm commands which are not prone to fail. Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> Reviewed-by: Alan Coopersmith <alan.coopersmith@sun.com> Reviewed-by: Julien Cristau <jcristau@debian.org>
2010-03-22Respect value of SED from configureYaakov Selkowitz1-1/+1
We now use libtool, which calls AC_PROG_SED and sets SED as the path to a fully-functional 'sed' (which may also be called 'gsed' if GNU sed is installed alongside a proprietary version). Therefore we should respect the value of SED so we are sure to use the correct one. Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> Reviewed-by: Alan Coopersmith <alan.coopersmith@sun.com> Reviewed-by: Julien Cristau <jcristau@debian.org>
2010-03-22Fix relink targets for silent rulesYaakov Selkowitz1-1/+1
Add $(AM_V_at) to all relink make targets to silence them when automake silent rules are in use. Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> Reviewed-by: Alan Coopersmith <alan.coopersmith@sun.com> Reviewed-by: Julien Cristau <jcristau@debian.org>
2010-03-22Use EXEEXT in relink rules for portable DDXsYaakov Selkowitz1-1/+1
On Cygwin and MinGW, executables use the .exe suffix. Autoconf and automake set EXEEXT on these platforms, and leave it empty on others where no suffix is used. $(EXEEXT) must be appended to executable names in custom rules for portability: http://www.gnu.org/software/automake/manual/html_node/EXEEXT.html Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> Reviewed-by: Alan Coopersmith <alan.coopersmith@sun.com> Reviewed-by: Julien Cristau <jcristau@debian.org>
2009-09-26dmx: reshuffle linker order to avoid errors when MITSHM is undefined.Kevin E Martin1-4/+1
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-09-14dmx: use top_builddir, not top_srcdir to get libxfixes.laPeter Hutterer1-1/+1
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Tested-by: Byeong-ryeol Kim <brofkims@gmail.com>
2009-09-13dmx: include xfixes lib, reshuffle include order to resolve linker errors.Peter Hutterer1-1/+2
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-04-28dix: remove all but main() from main.cPeter Hutterer1-0/+1
All other functions are pushed into where they seemed to fit. main.c is now linked separately into libmain.a and linked in by the various DDXs. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-01-18Don't reuse PKG_CHECK_MODULES identifiersDan Nicholson1-3/+2
Using GL for the PKG_CHECK_MODULES identifier multiple times means only the first call will actually be used. Later calls will be skipped due to GL_CFLAGS and GL_LIBS already being set. This changes DRI to using a different identifier and DMX to just reusing GL_CFLAGS. Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
2007-08-31Convert servers to using _DEPENDENCIES to ensure proper rebuilds.Eric Anholt1-6/+9
This cleans up server Makefile.ams a little bit, but also means that people messing with configure.ac need to be careful with whether they put libraries in the _LIBS or _SYS_LIBS targets. Hopefully the comment in configure.ac will clarify the issues.
2007-04-03Split the xserver/fb/fbcmap.c file into two files.Brian1-4/+1
Now, fbcmap_mi.c contains the fb functions which just wrap mi functions. Previously, these were in fbcmap.c and compiled when XFree86Server was defined. Now, clients of fbcmap should either use fbcmap.c or fbcmap_mi.c and not worry about setting the XFree86Server symbol.
2007-03-30ompile fbcmap.c w/ -DXFree86Server instead of linking libfbcmap.a.Brian1-5/+5
The former works, the later doesn't (DMX blows up on visuals/pixel formats). This undos Daniel's patch, which undid my prev patch. Revisit someday.
2007-02-05dmx, vfb, xnest: fix fbcmap compilationDaniel Stone1-12/+12
Don't always define XFree86Server, but only for damn fbcmap.c. Split fbcmap.c into its own library to achieve this.
2006-09-23The fbcmap.c file used by Xdmx _must_ be compiled with XFree86Server defined.Brian1-0/+4
Otherwise, Xdmx generates a slew of protocol errors.
2006-09-06Make sure _XSERVER64 is defined when it should be and gets tested.Michel Dänzer1-0/+1
2006-07-18get rid of XFree86LOADER, XFree86Server, XFree86Module, and IN_MODULEDaniel Stone1-1/+1
Get rid of almost all uses of these definitions. They're still defined for delinquent out-of-tree drivers, and also for the Mesa build. As well as for miinitext.c. But largely gone.
2006-02-22Added Mesa include directoryAlexander Gottwald1-1/+4
2005-12-26Bug #4190: Add a rule for 'make relink' since automake sucks.Adam Jackson1-0/+3
2005-12-06Change *man_SOURCES ==> *man_PRE to fix autotools warnings.Kevin E Martin1-3/+3
2005-12-02Define XFree86Server only where it is required.Kevin E Martin1-2/+2
2005-11-28Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4Alan Coopersmith1-1/+1
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
2005-11-13Bug #5019 <https://bugs.freedesktop.org/show_bug.cgi?id=5019> xserverAlan Coopersmith1-1/+22
installs manpages into 'man1' instead of 'man1x'
2005-10-06Add support for building DMX config and examples programs Add missing filesKevin E Martin1-2/+4
to EXTRA_DIST Install Xdmx man page
2005-09-27Add build system for building docs and fix setuid issues.Kevin E Martin1-1/+5
Add build system for sgml docs.
2005-08-24Don't try to build dmx/input/lnx-*.c if <linux/keyboard.h> isn't foundAlan Coopersmith1-1/+1
Don't try to build dmx/input/usb-*.c if <linux/input.h> isn't found Replace -rdynamic with $(LD_EXPORT_SYMBOLS_FLAG) for compatibility with compilers other than gcc
2005-07-28Fix distcheck for serverKevin E Martin1-14/+39
2005-07-27Fix dmx/glxProxy buildKevin E Martin1-23/+25
2005-07-16Add record module building support Change module building to not useKevin E Martin1-1/+3
-include Fix xnest, dmx and vfb builds to -DXFree86Server for fbcmap compilation
2005-07-15Move drm up to os-support since the files are shared by multiple platforms.Kevin E Martin1-1/+1
Fix the dri and drm build. Fix server-side DMX extension build. Make xf4bpp use the correct version of mfbline.c for mfbseg.c. Add #ifndef _HEADERNAME_H_/#define _HEADERNAME_H_/.../#endif to the headers.
2005-07-12Add support for building Xdmx and XvfbKevin E Martin1-44/+12
2005-07-01Adding initial build system.Daniel Stone1-0/+84