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.
18 lines
718 B
18 lines
718 B
INCLUDES = -I$(kde_includes)/kdevelop/interfaces -I$(kde_includes)/kdevelop/util $(all_includes)
|
|
|
|
kde_module_LTLIBRARIES = libkdev%{APPNAMELC}.la
|
|
libkdev%{APPNAMELC}_la_LDFLAGS = -module -avoid-version -no-undefined $(all_libraries) $(KDE_PLUGIN)
|
|
libkdev%{APPNAMELC}_la_LIBADD = -lkdevelop
|
|
libkdev%{APPNAMELC}_la_SOURCES = %{APPNAMELC}part.cpp %{APPNAMELC}widget.cpp %{APPNAMELC}globalconfigbase.ui %{APPNAMELC}globalconfig.cpp %{APPNAMELC}projectconfigbase.ui %{APPNAMELC}projectconfig.cpp
|
|
|
|
METASOURCES = AUTO
|
|
|
|
servicedir = $(kde_servicesdir)
|
|
service_DATA = kdev%{APPNAMELC}.desktop
|
|
|
|
rcdir = $(kde_datadir)/kdev%{APPNAMELC}
|
|
rc_DATA = kdev%{APPNAMELC}.rc
|
|
|
|
appsharedir = $(kde_datadir)/kdev%{APPNAMELC}
|
|
appshare_DATA =
|