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
397 B
18 lines
397 B
15 years ago
|
bin_PROGRAMS = %{APPNAMELC}
|
||
|
INCLUDES = $(all_includes)
|
||
|
%{APPNAMELC}_LDFLAGS = $(all_libraries) $(KDE_RPATH)
|
||
|
%{APPNAMELC}_LDADD = $(LIB_KIO)
|
||
|
%{APPNAMELC}_SOURCES = main.cpp %{APPNAMELC}.cpp %{APPNAMELC}.skel
|
||
|
|
||
|
|
||
|
noinst_HEADERS = %{APPNAMELC}.h
|
||
|
|
||
|
METASOURCES = AUTO
|
||
|
|
||
|
messages: rc.cpp
|
||
|
$(XGETTEXT) *.cpp -o $(podir)/%{APPNAMELC}.pot
|
||
|
|
||
|
|
||
|
service_DATA = %{APPNAMELC}.desktop
|
||
|
servicedir = $(kde_servicesdir)
|