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.
32 lines
1.2 KiB
32 lines
1.2 KiB
subdirs = po .
|
|
|
|
bin_PROGRAMS = convert-presets
|
|
|
|
convert_presets_SOURCES = convert-presets.cpp
|
|
convert_presets_LDADD = $(LIB_TDEFILE) $(LIB_TDEUI) $(LIB_TDECORE)
|
|
|
|
|
|
# this 10 paths are KDE specific. Use them:
|
|
# kde_htmldir Where your docs should go to. (contains lang subdirs)
|
|
# kde_appsdir Where your application file (.kdelnk) should go to.
|
|
# kde_icondir Where your icon should go to.
|
|
# kde_minidir Where your mini icon should go to.
|
|
# kde_datadir Where you install application data. (Use a subdir)
|
|
# kde_locale Where translation files should go to.(contains lang subdirs)
|
|
# kde_cgidir Where cgi-bin executables should go to.
|
|
# kde_confdir Where config files should go to.
|
|
# kde_mimedir Where mimetypes should go to.
|
|
# kde_toolbardir Where general toolbar icons should go to.
|
|
# kde_wallpaperdir Where general wallpapers should go to.
|
|
|
|
# set the include path for X, qt and KDE
|
|
INCLUDES= $(all_includes)
|
|
|
|
METASOURCES = AUTO
|
|
|
|
# the library search path.
|
|
convert_presets_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
|
|
|
|
messages: rc.cpp
|
|
$(XGETTEXT) *.cpp -o po/tderadio-convert-presets.pot
|