xserver-multidpi/hw/xfree86/Makefile.am

75 lines
1.9 KiB
Makefile
Raw Normal View History

2005-07-14 05:32:09 +02:00
if DRI
DRI_SUBDIR = dri
endif
DOC_SUBDIR = doc
2005-07-12 16:50:10 +02:00
SUBDIRS = common ddc dummylib i2c x86emu int10 fbdevhw os-support parser rac \
2005-07-01 22:29:53 +02:00
ramdac shadowfb vbe vgahw xaa xf1bpp xf4bpp xf8_16bpp \
xf8_32bpp xf8_32wid loader scanpci dixmods exa \
$(DRI_SUBDIR) utils $(DOC_SUBDIR) getconfig
2005-07-01 22:29:53 +02:00
2005-07-29 01:28:34 +02:00
DIST_SUBDIRS = common ddc dummylib i2c x86emu int10 fbdevhw os-support \
parser rac ramdac shadowfb vbe vgahw xaa xf1bpp xf4bpp \
xf8_16bpp xf8_32bpp xf8_32wid loader scanpci dixmods dri exa \
utils doc getconfig
2005-07-29 01:28:34 +02:00
2005-07-01 22:29:53 +02:00
bin_PROGRAMS = Xorg
AM_CFLAGS = @XORG_CFLAGS@ @SERVER_DEFINES@ @LOADER_DEFINES@
INCLUDES = @XORG_INCS@
Xorg_SOURCES = xorg.c
2005-07-01 22:29:53 +02:00
DISTCLEANFILES = xorg.c
2005-07-01 22:29:53 +02:00
xorg.c:
2005-07-01 22:29:53 +02:00
touch $@
OS_LIBS = os-support/libxorgos.la
2005-07-01 22:29:53 +02:00
XORG_LIBS = \
@XORG_CORE_LIBS@ \
common/libinit.a \
loader/libloader.a \
common/libcommon.a \
parser/libxf86config.a \
2005-07-01 22:29:53 +02:00
$(OS_LIBS) \
dummylib/libdummy.a \
dixmods/libdixmods.la \
2005-07-01 22:29:53 +02:00
@XORG_LIBS@
Xorg_LDADD = $(XORG_LIBS) \
@XSERVER_LIBS@ \
dixmods/libxorgxkb.la
2005-07-01 22:29:53 +02:00
2005-07-16 09:39:48 +02:00
Xorg_LDFLAGS = $(LD_EXPORT_SYMBOLS_FLAG)
if SOLARIS_ASM_INLINE
# Needs to be built before any files are compiled when using Sun compilers
# so in*/out* inline definitions are properly processed.
BUILT_SOURCES = os-support/solaris/solaris-$(SOLARIS_INOUT_ARCH).il
os-support/solaris/solaris-$(SOLARIS_INOUT_ARCH).il:
cd os-support/solaris ; make solaris-$(SOLARIS_INOUT_ARCH).il
endif
# do not use $(mkdir_p) if you want automake 1.7 to work
install-data-local:
mkdir -p $(DESTDIR)$(logdir)
install-exec-local: install-binPROGRAMS
(cd $(DESTDIR)$(bindir) && rm -f X && ln -s Xorg X)
if INSTALL_SETUID
chown root $(DESTDIR)$(bindir)/Xorg
chmod u+s $(DESTDIR)$(bindir)/Xorg
endif
optionsdir = $(libdir)/X11
dist_options_DATA = Options
EXTRA_DIST = xorgconf.cpp