You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
463 B
Makefile
15 lines
463 B
Makefile
15 years ago
|
lib_LTLIBRARIES = libkfontinst.la
|
||
|
|
||
|
libkfontinst_la_SOURCES = \
|
||
|
Misc.cpp \
|
||
|
FcEngine.cpp
|
||
|
|
||
|
noinst_HEADERS = \
|
||
|
Misc.h \
|
||
|
FcEngine.h \
|
||
|
KfiConstants.h
|
||
|
|
||
|
libkfontinst_la_LIBADD = $(LIB_KDECORE) $(LIBFONTCONFIG_LIBS) $(LIBFREETYPE_LIBS) $(LIB_KIO) $(LIBXFT_LIB)
|
||
|
libkfontinst_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIBFONTCONFIG_RPATH) $(LIBFREETYPE_RPATH) -no-undefined
|
||
|
AM_CPPFLAGS= $(all_includes) $(LIBFREETYPE_CFLAGS) $(LIBFONTCONFIG_CFLAGS) -D_LARGEFILE64_SOURCE
|