mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-24 20:55:49 +00:00
Adding initial build system.
This commit is contained in:
parent
aabb868920
commit
ded56b1a74
64 changed files with 2322 additions and 0 deletions
21
cfb/Makefile.am
Normal file
21
cfb/Makefile.am
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
noinst_LTLIBRARIES = libcfb.la
|
||||
|
||||
include Makefile.am.inc
|
||||
|
||||
DISTCLEANFILES += cfbglrop8.c
|
||||
|
||||
libcfb_la_SOURCES = cfb8bit.c cfbcmap.c cfbteblt8.c cfbglrop8.c cfbpush8.c \
|
||||
cfbrctstp8.c $(libcfb_gen_sources) $(libcfb_common_sources)
|
||||
|
||||
libcfb_la_LIBADD = ../mfb/libmfb.la
|
||||
|
||||
AM_CFLAGS = -DPSZ=8
|
||||
|
||||
INCLUDES = $(CFB_INCLUDES)
|
||||
|
||||
EXTRA_DIST = cfbline.c cfbfillarc.c cfbzerarc.c cfbblt.c cfbsolid.c \
|
||||
cfbtileodd.c cfbtile32.c cfb8line.c cfbply1rct.c cfbglblt8.c \
|
||||
cfb16.h cfb24.h cfb32.h cfb8bit.h cfbmap.h cfbmskbits.h cfbrrop.h \
|
||||
cfbtab.h cfbunmap.h
|
||||
|
||||
sdk_HEADERS = cfb.h
|
||||
Loading…
Reference in a new issue