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.
27 lines
731 B
27 lines
731 B
INCLUDES = $(all_includes)
|
|
SUBDIRS = pics
|
|
|
|
bin_PROGRAMS = kiconedit
|
|
|
|
kiconedit_SOURCES = utils.cpp main.cpp kiconedit.cpp kicongrid.cpp \
|
|
kiconcolors.cpp kcolorgrid.cpp palettetoolbar.cpp\
|
|
kicon.cpp kresize.cpp knew.cpp properties.cpp \
|
|
kiconeditslots.cpp kiconconfig.cpp
|
|
|
|
kiconedit_METASOURCES = AUTO
|
|
|
|
# the library search path.
|
|
kiconedit_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
|
|
kiconedit_LDADD = $(LIB_KFILE) -ltdeprint
|
|
|
|
DISTCLEANFILES = *~ .deps/* .libs/*
|
|
|
|
rcdir = $(kde_datadir)/kiconedit
|
|
rc_DATA = kiconeditui.rc
|
|
|
|
xdg_apps_DATA = kiconedit.desktop
|
|
|
|
messages: rc.cpp
|
|
$(XGETTEXT) rc.cpp $(kiconedit_SOURCES) -o $(podir)/kiconedit.pot
|
|
|