You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
1.0 KiB
29 lines
1.0 KiB
INCLUDES = -I$(top_builddir)/kabc -I$(top_srcdir)/kabc $(all_includes)
|
|
|
|
# these are the headers for your project
|
|
noinst_HEADERS = resourcefileconfig.h
|
|
|
|
lib_LTLIBRARIES = libkabc_file.la
|
|
libkabc_file_la_SOURCES = resourcefile.cpp resourcefileconfig.cpp
|
|
libkabc_file_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) -version-info 1:0:0 -no-undefined
|
|
libkabc_file_la_LIBADD = $(LIB_KABC) $(LIB_QT) $(top_builddir)/kresources/libkresources.la $(LIB_KFILE) $(LIB_KDECORE) $(LIB_KDEUI)
|
|
libkabc_file_la_COMPILE_FIRST = $(top_builddir)/kabc/addressee.h
|
|
|
|
|
|
kde_module_LTLIBRARIES = kabc_file.la
|
|
kabc_file_la_SOURCES = resourcefileplugin.cpp
|
|
kabc_file_la_LDFLAGS = -module $(KDE_PLUGIN) $(KDE_RPATH) $(all_libraries) -no-undefined
|
|
kabc_file_la_LIBADD = libkabc_file.la $(LIB_QT) $(LIB_KDECORE)
|
|
kabc_file_la_COMPILE_FIRST = $(top_builddir)/kabc/addressee.h
|
|
|
|
METASOURCES = AUTO
|
|
|
|
messages: rc.cpp
|
|
$(XGETTEXT) *.cpp -o $(podir)/kabc_file.pot
|
|
|
|
kabcincludedir = $(includedir)/kabc
|
|
kabcinclude_HEADERS = resourcefile.h
|
|
|
|
servicedir = $(kde_servicesdir)/kresources/kabc
|
|
service_DATA = file.desktop
|