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
476 B
18 lines
476 B
INCLUDES = $(all_includes)
|
|
LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
|
|
LDADD = $(LIB_TDESYCOCA) $(LIB_TDEFILE)
|
|
|
|
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
|