mirror of
https://github.com/dyne/FreeJ.git
synced 2026-02-14 00:25:43 +01:00
16 lines
313 B
Makefile
16 lines
313 B
Makefile
# We need config.h so use top_builddir instead of top_srcdir
|
|
AM_CPPFLAGS = -I$(top_builddir)/
|
|
AM_CCASFLAGS = -I$(top_builddir)/
|
|
|
|
AUTOMAKE_OPTIONS = foreign
|
|
|
|
noinst_LTLIBRARIES = libccvt.la
|
|
|
|
libccvt_la_SOURCES = \
|
|
ccvt_c2.c \
|
|
ccvt_mmx.S \
|
|
ccvt_rgb2yuv.S \
|
|
ccvt_misc.c
|
|
|
|
noinst_HEADERS = ccvt.h ccvt_types.h
|