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
461 B
18 lines
461 B
INCLUDES= -I$(kde_includes)/arts $(all_includes) -I$(kde_includes)/tde
|
|
kde_module_LTLIBRARIES = noatun_ffrs.la
|
|
|
|
noatun_ffrs_la_SOURCES = ffrs.cpp
|
|
|
|
noatun_ffrs_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
|
|
noatun_ffrs_la_LIBADD = $(LIB_TDEFILE) -lnoatun -lm
|
|
|
|
noatun_ffrs_la_METASOURCES = AUTO
|
|
|
|
noinst_HEADERS = ffrs.h
|
|
|
|
noatun_DATA = ffrs.plugin
|
|
noatundir = $(kde_datadir)/noatun
|
|
|
|
messages: rc.cpp
|
|
$(XGETTEXT) *.cpp *.h -o $(podir)/ffrs.pot
|