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
390 B
18 lines
390 B
15 years ago
|
INCLUDES = $(all_includes)
|
||
|
LDFLAGS = $(all_libraries) $(KDE_RPATH)
|
||
|
LDADD = $(LIB_KSYCOCA) $(LIB_KFILE)
|
||
|
|
||
|
SUBDIRS = designer pics
|
||
|
|
||
|
EXTRA_DIST = atlantikdesigner.desktop
|
||
|
|
||
|
xdg_apps_DATA = atlantikdesigner.desktop
|
||
|
|
||
|
METASOURCES = AUTO
|
||
|
|
||
|
rcdir = $(kde_datadir)/atlantikdesigner
|
||
|
rc_DATA = atlantikdesignerui.rc
|
||
|
|
||
|
messages: rc.cpp
|
||
|
$(XGETTEXT) `find . -name '*.cpp'` -o $(podir)/atlantikdesigner.pot
|