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.
56 lines
1.1 KiB
56 lines
1.1 KiB
# Yow, Emacs, this is a -*- makefile -*-
|
|
|
|
xdg_apps_DATA = kwifimanager.desktop
|
|
|
|
EXTRA_DIST = $(xdg_apps_DATA)
|
|
INCLUDES = $(all_includes)
|
|
|
|
SUBDIRS = kcmwifi kwireless pixmaps locations
|
|
|
|
bin_PROGRAMS = kwifimanager
|
|
|
|
kwifimanager_SOURCES = interface_wireless.cpp \
|
|
interface_wireless_wirelessextensions.cpp \
|
|
interface_dcop.skel \
|
|
networkscanning.cpp \
|
|
kwifimanager.cpp \
|
|
locator.cpp \
|
|
main.cpp \
|
|
picture.cpp \
|
|
speed.cpp \
|
|
statistics.cpp \
|
|
status.cpp \
|
|
strength.cpp \
|
|
asusled.cpp
|
|
|
|
if include_ARTS
|
|
ARTS_LIBS = -lartsflow -lmcop -lartsflow_idl
|
|
endif
|
|
|
|
kwifimanager_LDFLAGS = $(all_libraries) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(ARTS_LIBS)
|
|
kwifimanager_LDADD = $(ARTS_LIBS) -liw $(LIB_TDEUI)
|
|
|
|
noinst_HEADERS = interface_wireless.h \
|
|
interface_wireless_wirelessextensions.h \
|
|
interface_dcop.h \
|
|
networkscanning.h \
|
|
kwifimanager.h \
|
|
locator.h \
|
|
picture.h \
|
|
speed.h \
|
|
statistics.h \
|
|
status.h \
|
|
strength.h \
|
|
asusled.h
|
|
|
|
METASOURCES = AUTO
|
|
|
|
KDE_ICON = AUTO
|
|
|
|
appdir=$(kde_datadir)/kwifimanager
|
|
app_DATA = kwifimanagerui.rc
|
|
|
|
messages: rc.cpp
|
|
$(XGETTEXT) *.cpp -o $(podir)/kwifimanager.pot
|
|
|