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.
895 lines
30 KiB
895 lines
30 KiB
# Makefile.in generated by automake 1.9.6 from Makefile.am. |
|
# KDE tags expanded automatically by am_edit - $Revision$ |
|
# src/Makefile. Generated from Makefile.in by configure. |
|
|
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
|
# 2003, 2004, 2005 Free Software Foundation, Inc. |
|
# This Makefile.in is free software; the Free Software Foundation |
|
# gives unlimited permission to copy and/or distribute it, |
|
# with or without modifications, as long as this notice is preserved. |
|
|
|
# This program is distributed in the hope that it will be useful, |
|
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without |
|
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A |
|
# PARTICULAR PURPOSE. |
|
|
|
|
|
|
|
|
|
|
|
srcdir = . |
|
top_srcdir = .. |
|
|
|
pkgdatadir = $(datadir)/khdapsmonitor |
|
pkglibdir = $(libdir)/khdapsmonitor |
|
pkgincludedir = $(includedir)/khdapsmonitor |
|
top_builddir = .. |
|
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
|
INSTALL = /usr/bin/install -c -p |
|
install_sh_DATA = $(install_sh) -c -m 644 |
|
install_sh_PROGRAM = $(install_sh) -c |
|
install_sh_SCRIPT = $(install_sh) -c |
|
INSTALL_HEADER = $(INSTALL_DATA) |
|
transform = $(program_transform_name) |
|
NORMAL_INSTALL = : |
|
PRE_INSTALL = : |
|
POST_INSTALL = : |
|
NORMAL_UNINSTALL = : |
|
PRE_UNINSTALL = : |
|
POST_UNINSTALL = : |
|
build_triplet = x86_64-unknown-linux-gnu |
|
host_triplet = x86_64-unknown-linux-gnu |
|
target_triplet = x86_64-unknown-linux-gnu |
|
bin_PROGRAMS = khdapsmonitor$(EXEEXT) |
|
subdir = src |
|
DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \ |
|
$(srcdir)/Makefile.in |
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
|
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ |
|
$(top_srcdir)/configure.in |
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
|
$(ACLOCAL_M4) |
|
mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs |
|
CONFIG_HEADER = $(top_builddir)/config.h |
|
CONFIG_CLEAN_FILES = |
|
am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(shelldesktopdir)" |
|
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) |
|
PROGRAMS = $(bin_PROGRAMS) |
|
am_khdapsmonitor_OBJECTS = main.$(OBJEXT) khdapsmonitor.$(OBJEXT) \ |
|
khdapsmonitorwidget.$(OBJEXT) sysfs.$(OBJEXT) \ |
|
khdapsmonitormain.$(OBJEXT) khdapsmonitorsystray.$(OBJEXT) |
|
#>- khdapsmonitor_OBJECTS = $(am_khdapsmonitor_OBJECTS) |
|
#>+ 6 |
|
khdapsmonitor_final_OBJECTS = khdapsmonitor.all_cpp.o |
|
khdapsmonitor_nofinal_OBJECTS = main.$(OBJEXT) khdapsmonitor.$(OBJEXT) \ |
|
khdapsmonitorwidget.$(OBJEXT) sysfs.$(OBJEXT) \ |
|
khdapsmonitormain.$(OBJEXT) khdapsmonitorsystray.$(OBJEXT) khdapsmonitorwidgetbase.$(OBJEXT) |
|
khdapsmonitor_OBJECTS = $(khdapsmonitor_nofinal_OBJECTS) |
|
#khdapsmonitor_OBJECTS = $(khdapsmonitor_final_OBJECTS) |
|
am__DEPENDENCIES_1 = |
|
khdapsmonitor_DEPENDENCIES = $(am__DEPENDENCIES_1) \ |
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) |
|
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) |
|
depcomp = $(SHELL) $(top_srcdir)/admin/depcomp |
|
am__depfiles_maybe = depfiles |
|
#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ |
|
#>- $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) |
|
#>+ 2 |
|
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ |
|
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) |
|
#>- LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \ |
|
#>- $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ |
|
#>- $(AM_CXXFLAGS) $(CXXFLAGS) |
|
#>+ 3 |
|
LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \ |
|
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ |
|
$(AM_CXXFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) |
|
CXXLD = $(CXX) |
|
#>- CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \ |
|
#>- $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ |
|
#>+ 2 |
|
CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \ |
|
$(CXXFLAGS) $(KDE_CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ |
|
SOURCES = $(khdapsmonitor_SOURCES) |
|
DIST_SOURCES = $(khdapsmonitor_SOURCES) |
|
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; |
|
am__vpath_adj = case $$p in \ |
|
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ |
|
*) f=$$p;; \ |
|
esac; |
|
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; |
|
shelldesktopDATA_INSTALL = $(INSTALL_DATA) |
|
DATA = $(shelldesktop_DATA) |
|
HEADERS = $(noinst_HEADERS) |
|
ETAGS = etags |
|
CTAGS = ctags |
|
#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
|
#>+ 1 |
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST) |
|
ACLOCAL = ${SHELL} /home/calvin/khdapsmonitor-0.1/admin/missing --run aclocal-1.9 |
|
AMDEP_FALSE = # |
|
AMDEP_TRUE = |
|
AMTAR = ${SHELL} /home/calvin/khdapsmonitor-0.1/admin/missing --run tar |
|
AR = ar |
|
ARTSCCONFIG = /opt/trinity/bin/artsc-config |
|
AUTOCONF = $(SHELL) $(top_srcdir)/admin/cvs.sh configure || touch configure |
|
AUTODIRS = |
|
AUTOHEADER = ${SHELL} /home/calvin/khdapsmonitor-0.1/admin/missing --run autoheader |
|
AUTOMAKE = ${SHELL} /home/calvin/khdapsmonitor-0.1/admin/missing --run automake-1.9 |
|
AWK = gawk |
|
CC = gcc |
|
CCDEPMODE = depmode=gcc3 |
|
CFLAGS = -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -O2 -g -O2 -Wformat-security -Wmissing-format-attribute -I/usr/include/tqt |
|
CONF_FILES = $(top_srcdir)/./admin/configure.in.min $(top_srcdir)/configure.in.in |
|
CPP = gcc -E |
|
CPPFLAGS = -DQT_THREAD_SUPPORT -D_REENTRANT |
|
CXX = g++ |
|
CXXCPP = g++ -E |
|
CXXDEPMODE = depmode=gcc3 |
|
CXXFLAGS = -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -O2 -g -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new -fno-common -I/usr/include/tqt |
|
CYGPATH_W = echo |
|
DCOPIDL = /opt/trinity/bin/dcopidl |
|
DCOPIDL2CPP = /opt/trinity/bin/dcopidl2cpp |
|
DCOPIDLNG = /opt/trinity/bin/dcopidlng |
|
DCOP_DEPENDENCIES = $(DCOPIDL) $(DCOPIDLNG) |
|
DEFS = -DHAVE_CONFIG_H |
|
DEPDIR = .deps |
|
DSYMUTIL = |
|
DUMPBIN = |
|
ECHO_C = |
|
ECHO_N = -n |
|
ECHO_T = |
|
EGREP = /bin/grep -E |
|
ENABLE_PERMISSIVE_FLAG = -fpermissive |
|
EXEEXT = |
|
FGREP = /bin/grep -F |
|
FRAMEWORK_COREAUDIO = |
|
GMSGFMT = /usr/bin/msgfmt |
|
GREP = /bin/grep |
|
HAVE_GCC_VISIBILITY = 0 |
|
INSTALL_DATA = ${INSTALL} -m 644 |
|
INSTALL_PROGRAM = ${INSTALL} $(INSTALL_STRIP_FLAG) |
|
INSTALL_SCRIPT = ${INSTALL} |
|
INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s |
|
KCFG_DEPENDENCIES = $(KCONFIG_COMPILER) |
|
KCONFIG_COMPILER = /opt/trinity/bin/kconfig_compiler |
|
KDECONFIG = /opt/trinity/bin/kde-config |
|
KDE_CHECK_PLUGIN = $(KDE_PLUGIN) -rpath $(libdir) |
|
KDE_EXTRA_RPATH = |
|
KDE_INCLUDES = -I/opt/trinity/include |
|
KDE_LDFLAGS = -L/opt/trinity/lib |
|
KDE_MT_LDFLAGS = |
|
KDE_MT_LIBS = -lpthread |
|
KDE_NO_UNDEFINED = -Wl,--no-undefined -Wl,--allow-shlib-undefined |
|
KDE_PLUGIN = -avoid-version -module -no-undefined $(KDE_NO_UNDEFINED) $(KDE_RPATH) $(KDE_MT_LDFLAGS) |
|
KDE_RPATH = -R $(libdir) -R $(kde_libraries) -R $(qt_libraries) |
|
KDE_USE_CLOSURE_FALSE = |
|
KDE_USE_CLOSURE_TRUE = # |
|
KDE_USE_FINAL_FALSE = |
|
KDE_USE_FINAL_TRUE = # |
|
KDE_USE_FPIE = -fPIE |
|
KDE_USE_NMCHECK_FALSE = |
|
KDE_USE_NMCHECK_TRUE = # |
|
KDE_USE_PIE = -pie |
|
KDE_XSL_STYLESHEET = /opt/trinity/share/apps/ksgmltools2/customization/kde-chunk.xsl |
|
LD = /usr/bin/ld -m elf_x86_64 |
|
LDFLAGS = |
|
LDFLAGS_AS_NEEDED = |
|
LDFLAGS_NEW_DTAGS = |
|
LIBCOMPAT = |
|
LIBCRYPT = -lcrypt |
|
LIBDL = -ldl |
|
LIBJPEG = -ljpeg |
|
LIBOBJS = |
|
LIBPNG = -lpng -lz -lm |
|
LIBPTHREAD = -lpthread |
|
LIBRESOLV = -lresolv |
|
LIBS = |
|
LIBSM = -lSM -lICE |
|
LIBSOCKET = |
|
LIBTOOL = $(SHELL) $(top_builddir)/libtool |
|
LIBTQT_LDFLAGS = -ltqt |
|
LIBUCB = |
|
LIBUTIL = -lutil |
|
LIBZ = -lz |
|
LIB_KAB = -lkab |
|
LIB_KABC = -lkabc |
|
LIB_KDECORE = -lkdecore |
|
LIB_KDED = |
|
LIB_KDEPIM = -lkdepim |
|
LIB_KDEPRINT = -lkdeprint |
|
LIB_KDEUI = -lkdeui |
|
LIB_KDNSSD = -lkdnssd |
|
LIB_KFILE = -lkio |
|
LIB_KFM = |
|
LIB_KHTML = -lkhtml |
|
LIB_KIMPROXY = -lkimproxy |
|
LIB_KIO = -lkio |
|
LIB_KJS = -lkjs |
|
LIB_KNEWSTUFF = -lknewstuff |
|
LIB_KPARTS = -lkparts |
|
LIB_KSPELL = -lkspell |
|
LIB_KSYCOCA = -lkio |
|
LIB_KUNITTEST = -lkunittest |
|
LIB_KUTILS = -lkutils |
|
LIB_POLL = |
|
LIB_QPE = |
|
LIB_QT = -lqt-mt $(LIBZ) $(LIBPNG) -lXext $(LIB_X11) $(LIBSM) $(LIBTQT_LDFLAGS) -lpthread |
|
LIB_SMB = -lsmb |
|
LIB_X11 = -lX11 $(LIBSOCKET) |
|
LIB_XEXT = -lXext |
|
LIB_XRENDER = |
|
LIPO = |
|
LN_S = ln -s |
|
LTLIBOBJS = |
|
MAKEINFO = ${SHELL} /home/calvin/khdapsmonitor-0.1/admin/missing --run makeinfo |
|
MAKEKDEWIDGETS = /opt/trinity/bin/makekdewidgets |
|
MCOPIDL = /opt/trinity/bin/mcopidl |
|
MEINPROC = /opt/trinity/bin/meinproc |
|
MOC = /usr/share/qt3/bin/moc |
|
MSGFMT = /usr/bin/msgfmt |
|
NM = /usr/bin/nm -B |
|
NMEDIT = |
|
NOOPT_CFLAGS = -O0 |
|
NOOPT_CXXFLAGS = -O0 |
|
OBJDUMP = objdump |
|
OBJEXT = o |
|
OTOOL = |
|
OTOOL64 = |
|
PACKAGE = khdapsmonitor |
|
PACKAGE_BUGREPORT = |
|
PACKAGE_NAME = |
|
PACKAGE_STRING = |
|
PACKAGE_TARNAME = |
|
PACKAGE_URL = |
|
PACKAGE_VERSION = |
|
PATH_SEPARATOR = : |
|
PERL = /usr/bin/perl |
|
PKG_CONFIG = /usr/bin/pkg-config |
|
QTE_NORTTI = |
|
QT_INCLUDES = -I/usr/share/qt3/include -include tqt.h |
|
QT_LDFLAGS = -ltqt |
|
RANLIB = ranlib |
|
SED = /bin/sed |
|
SET_MAKE = |
|
SHELL = /bin/bash |
|
STRIP = strip |
|
TOPSUBDIRS = doc po src |
|
TQTDCOPIDL = /opt/trinity/bin/dcopidl |
|
TQTDCOPIDL2CPP = /opt/trinity/bin/dcopidl2cpp |
|
TQTDCOPIDLNG = |
|
TQTMCOPIDL = /opt/trinity/bin/mcopidl |
|
TQTMOC = /usr/bin/tmoc |
|
UIC = /usr/bin/uic-tqt -L $(kde_widgetdir) -nounload |
|
UIC_TR = tr2i18n |
|
USER_INCLUDES = |
|
USER_LDFLAGS = |
|
USE_EXCEPTIONS = -fexceptions |
|
USE_RTTI = |
|
USE_THREADS = |
|
VERSION = 0.1 |
|
WOVERLOADED_VIRTUAL = |
|
XGETTEXT = /usr/bin/xgettext |
|
XMKMF = |
|
XMLLINT = /usr/bin/xmllint |
|
X_EXTRA_LIBS = |
|
X_INCLUDES = -I. |
|
X_LDFLAGS = |
|
X_PRE_LIBS = |
|
X_RPATH = |
|
ac_ct_CC = gcc |
|
ac_ct_CXX = g++ |
|
ac_ct_DUMPBIN = |
|
all_includes = -I/opt/trinity/include -I/usr/share/qt3/include -I. -include tqt.h |
|
all_libraries = -L/opt/trinity/lib |
|
am__fastdepCC_FALSE = # |
|
am__fastdepCC_TRUE = |
|
am__fastdepCXX_FALSE = # |
|
am__fastdepCXX_TRUE = |
|
am__include = include |
|
am__leading_dot = . |
|
am__quote = |
|
am__tar = ${AMTAR} chof - "$$tardir" |
|
am__untar = ${AMTAR} xf - |
|
bindir = ${exec_prefix}/bin |
|
build = x86_64-unknown-linux-gnu |
|
build_alias = |
|
build_cpu = x86_64 |
|
build_os = linux-gnu |
|
build_vendor = unknown |
|
datadir = ${datarootdir} |
|
datarootdir = ${prefix}/share |
|
docdir = ${datarootdir}/doc/${PACKAGE} |
|
dvidir = ${docdir} |
|
exec_prefix = ${prefix} |
|
host = x86_64-unknown-linux-gnu |
|
host_alias = |
|
host_cpu = x86_64 |
|
host_os = linux-gnu |
|
host_vendor = unknown |
|
htmldir = ${docdir} |
|
include_ARTS_FALSE = # |
|
include_ARTS_TRUE = |
|
include_x11_FALSE = # |
|
include_x11_TRUE = |
|
includedir = ${prefix}/include |
|
infodir = ${datarootdir}/info |
|
install_sh = /home/calvin/khdapsmonitor-0.1/admin/install-sh |
|
kde_appsdir = ${datadir}/applnk |
|
kde_bindir = ${exec_prefix}/bin |
|
kde_confdir = ${datadir}/config |
|
kde_datadir = ${datadir}/apps |
|
kde_htmldir = ${datadir}/doc/HTML |
|
kde_icondir = ${datadir}/icons |
|
kde_includes = /opt/trinity/include |
|
kde_kcfgdir = ${datadir}/config.kcfg |
|
kde_libraries = /opt/trinity/lib |
|
kde_libs_htmldir = /opt/trinity/share/doc/kde/HTML |
|
kde_libs_prefix = /opt/trinity |
|
kde_locale = ${datadir}/locale |
|
kde_mimedir = ${datadir}/mimelnk |
|
kde_moduledir = ${libdir}/trinity |
|
kde_qtver = 3 |
|
kde_servicesdir = ${datadir}/services |
|
kde_servicetypesdir = ${datadir}/servicetypes |
|
kde_sounddir = ${datadir}/sounds |
|
kde_styledir = ${libdir}/trinity/plugins/styles |
|
kde_templatesdir = ${datadir}/templates |
|
kde_wallpaperdir = ${datadir}/wallpapers |
|
kde_widgetdir = /opt/trinity/lib/trinity/plugins/designer |
|
kdeinitdir = $(kde_moduledir) |
|
libdir = ${exec_prefix}/lib |
|
libexecdir = ${exec_prefix}/libexec |
|
localedir = ${datarootdir}/locale |
|
localstatedir = ${prefix}/var |
|
lt_ECHO = echo |
|
mandir = ${datarootdir}/man |
|
mkdir_p = mkdir -p -- |
|
oldincludedir = /usr/include |
|
pdfdir = ${docdir} |
|
prefix = /opt/trinity |
|
program_transform_name = s,x,x, |
|
psdir = ${docdir} |
|
qt_includes = /usr/share/qt3/include |
|
qt_libraries = /usr/lib |
|
sbindir = ${exec_prefix}/sbin |
|
sharedstatedir = ${prefix}/com |
|
sysconfdir = ${prefix}/etc |
|
target = x86_64-unknown-linux-gnu |
|
target_alias = |
|
target_cpu = x86_64 |
|
target_os = linux-gnu |
|
target_vendor = unknown |
|
unsermake_enable_pch_FALSE = |
|
unsermake_enable_pch_TRUE = # |
|
x_includes = . |
|
x_libraries = /usr/lib |
|
xdg_appsdir = ${datadir}/applications/kde |
|
xdg_directorydir = ${datadir}/desktop-directories |
|
xdg_menudir = ${sysconfdir}/xdg/menus |
|
|
|
# set the include path for X, qt and KDE |
|
INCLUDES = $(all_includes) |
|
|
|
# these are the headers for your project |
|
noinst_HEADERS = khdapsmonitor.h khdapsmonitorwidget.h khdapsmonitormain.h khdapsmonitorsystray.h sysfs.h |
|
|
|
# let automoc handle all of the meta source files (moc) |
|
#>- METASOURCES = AUTO |
|
KDE_ICON = AUTO |
|
|
|
# the application source, library search path, and link libraries |
|
#>- khdapsmonitor_SOURCES = main.cpp khdapsmonitor.cpp khdapsmonitorwidget.cpp \ |
|
#>- sysfs.cpp khdapsmonitorwidgetbase.ui \ |
|
#>- khdapsmonitormain.cpp khdapsmonitorsystray.cpp |
|
#>+ 3 |
|
khdapsmonitor_SOURCES=main.cpp khdapsmonitor.cpp khdapsmonitorwidget.cpp \ |
|
sysfs.cpp \ |
|
khdapsmonitormain.cpp khdapsmonitorsystray.cpp khdapsmonitorwidgetbase.cpp |
|
|
|
khdapsmonitor_LDFLAGS = $(KDE_RPATH) $(all_libraries) |
|
khdapsmonitor_LDADD = $(LIB_KDEUI) $(LIB_KDECORE) -lDCOP $(LIB_QT) |
|
|
|
# this is where the desktop file will go |
|
shelldesktopdir = $(kde_appsdir)/System |
|
shelldesktop_DATA = khdapsmonitor.desktop |
|
#>- all: all-am |
|
#>+ 1 |
|
all: docs-am all-am |
|
|
|
.SUFFIXES: |
|
.SUFFIXES: .cpp .lo .o .obj |
|
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) |
|
#>- @for dep in $?; do \ |
|
#>- case '$(am__configure_deps)' in \ |
|
#>- *$$dep*) \ |
|
#>- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ |
|
#>- && exit 0; \ |
|
#>- exit 1;; \ |
|
#>- esac; \ |
|
#>- done; \ |
|
#>- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \ |
|
#>- cd $(top_srcdir) && \ |
|
#>- $(AUTOMAKE) --gnu src/Makefile |
|
#>+ 12 |
|
@for dep in $?; do \ |
|
case '$(am__configure_deps)' in \ |
|
*$$dep*) \ |
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ |
|
&& exit 0; \ |
|
exit 1;; \ |
|
esac; \ |
|
done; \ |
|
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \ |
|
cd $(top_srcdir) && \ |
|
$(AUTOMAKE) --gnu src/Makefile |
|
cd $(top_srcdir) && perl admin/am_edit src/Makefile.in |
|
.PRECIOUS: Makefile |
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
|
@case '$?' in \ |
|
*config.status*) \ |
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ |
|
*) \ |
|
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ |
|
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ |
|
esac; |
|
|
|
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
|
|
|
$(top_srcdir)/configure: $(am__configure_deps) |
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
|
$(ACLOCAL_M4): $(am__aclocal_m4_deps) |
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
|
install-binPROGRAMS: $(bin_PROGRAMS) |
|
@$(NORMAL_INSTALL) |
|
test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)" |
|
@list='$(bin_PROGRAMS)'; for p in $$list; do \ |
|
p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ |
|
if test -f $$p \ |
|
|| test -f $$p1 \ |
|
; then \ |
|
f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ |
|
echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \ |
|
$(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \ |
|
else :; fi; \ |
|
done |
|
|
|
uninstall-binPROGRAMS: |
|
@$(NORMAL_UNINSTALL) |
|
@list='$(bin_PROGRAMS)'; for p in $$list; do \ |
|
f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ |
|
echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \ |
|
rm -f "$(DESTDIR)$(bindir)/$$f"; \ |
|
done |
|
|
|
clean-binPROGRAMS: |
|
@list='$(bin_PROGRAMS)'; for p in $$list; do \ |
|
f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ |
|
echo " rm -f $$p $$f"; \ |
|
rm -f $$p $$f ; \ |
|
done |
|
khdapsmonitor$(EXEEXT): $(khdapsmonitor_OBJECTS) $(khdapsmonitor_DEPENDENCIES) |
|
@rm -f khdapsmonitor$(EXEEXT) |
|
$(CXXLINK) $(khdapsmonitor_LDFLAGS) $(khdapsmonitor_OBJECTS) $(khdapsmonitor_LDADD) $(LIBS) |
|
|
|
mostlyclean-compile: |
|
-rm -f *.$(OBJEXT) |
|
|
|
distclean-compile: |
|
-rm -f *.tab.c |
|
|
|
include ./$(DEPDIR)/khdapsmonitor.Po |
|
include ./$(DEPDIR)/khdapsmonitormain.Po |
|
include ./$(DEPDIR)/khdapsmonitorsystray.Po |
|
include ./$(DEPDIR)/khdapsmonitorwidget.Po |
|
include ./$(DEPDIR)/main.Po |
|
include ./$(DEPDIR)/sysfs.Po |
|
|
|
.cpp.o: |
|
if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ |
|
then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi |
|
# source='$<' object='$@' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(CXXCOMPILE) -c -o $@ $< |
|
|
|
.cpp.obj: |
|
if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \ |
|
then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi |
|
# source='$<' object='$@' libtool=no \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` |
|
|
|
.cpp.lo: |
|
if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ |
|
then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi |
|
# source='$<' object='$@' libtool=yes \ |
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \ |
|
# $(LTCXXCOMPILE) -c -o $@ $< |
|
|
|
mostlyclean-libtool: |
|
-rm -f *.lo |
|
|
|
clean-libtool: |
|
-rm -rf .libs _libs |
|
|
|
distclean-libtool: |
|
-rm -f libtool |
|
uninstall-info-am: |
|
install-shelldesktopDATA: $(shelldesktop_DATA) |
|
@$(NORMAL_INSTALL) |
|
test -z "$(shelldesktopdir)" || $(mkdir_p) "$(DESTDIR)$(shelldesktopdir)" |
|
@list='$(shelldesktop_DATA)'; for p in $$list; do \ |
|
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
|
f=$(am__strip_dir) \ |
|
echo " $(shelldesktopDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(shelldesktopdir)/$$f'"; \ |
|
$(shelldesktopDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(shelldesktopdir)/$$f"; \ |
|
done |
|
|
|
uninstall-shelldesktopDATA: |
|
@$(NORMAL_UNINSTALL) |
|
@list='$(shelldesktop_DATA)'; for p in $$list; do \ |
|
f=$(am__strip_dir) \ |
|
echo " rm -f '$(DESTDIR)$(shelldesktopdir)/$$f'"; \ |
|
rm -f "$(DESTDIR)$(shelldesktopdir)/$$f"; \ |
|
done |
|
|
|
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
unique=`for i in $$list; do \ |
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
done | \ |
|
$(AWK) ' { files[$$0] = 1; } \ |
|
END { for (i in files) print i; }'`; \ |
|
mkid -fID $$unique |
|
tags: TAGS |
|
|
|
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
|
$(TAGS_FILES) $(LISP) |
|
tags=; \ |
|
here=`pwd`; \ |
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
unique=`for i in $$list; do \ |
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
done | \ |
|
$(AWK) ' { files[$$0] = 1; } \ |
|
END { for (i in files) print i; }'`; \ |
|
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ |
|
test -n "$$unique" || unique=$$empty_fix; \ |
|
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
|
$$tags $$unique; \ |
|
fi |
|
ctags: CTAGS |
|
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
|
$(TAGS_FILES) $(LISP) |
|
tags=; \ |
|
here=`pwd`; \ |
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
|
unique=`for i in $$list; do \ |
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
|
done | \ |
|
$(AWK) ' { files[$$0] = 1; } \ |
|
END { for (i in files) print i; }'`; \ |
|
test -z "$(CTAGS_ARGS)$$tags$$unique" \ |
|
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
|
$$tags $$unique |
|
|
|
GTAGS: |
|
here=`$(am__cd) $(top_builddir) && pwd` \ |
|
&& cd $(top_srcdir) \ |
|
&& gtags -i $(GTAGS_ARGS) $$here |
|
|
|
distclean-tags: |
|
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
|
|
|
distdir: $(DISTFILES) |
|
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ |
|
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ |
|
list='$(DISTFILES)'; for file in $$list; do \ |
|
case $$file in \ |
|
$(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ |
|
$(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ |
|
esac; \ |
|
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
|
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ |
|
if test "$$dir" != "$$file" && test "$$dir" != "."; then \ |
|
dir="/$$dir"; \ |
|
$(mkdir_p) "$(distdir)$$dir"; \ |
|
else \ |
|
dir=''; \ |
|
fi; \ |
|
if test -d $$d/$$file; then \ |
|
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
|
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ |
|
fi; \ |
|
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ |
|
else \ |
|
test -f $(distdir)/$$file \ |
|
|| cp -p $$d/$$file $(distdir)/$$file \ |
|
|| exit 1; \ |
|
fi; \ |
|
done |
|
check-am: all-am |
|
check: check-am |
|
all-am: Makefile $(PROGRAMS) $(DATA) $(HEADERS) |
|
installdirs: |
|
for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(shelldesktopdir)"; do \ |
|
test -z "$$dir" || $(mkdir_p) "$$dir"; \ |
|
done |
|
install: install-am |
|
install-exec: install-exec-am |
|
install-data: install-data-am |
|
uninstall: uninstall-am |
|
|
|
install-am: all-am |
|
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
|
|
|
installcheck: installcheck-am |
|
install-strip: |
|
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
|
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
|
`test -z '$(STRIP)' || \ |
|
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install |
|
mostlyclean-generic: |
|
|
|
clean-generic: |
|
|
|
distclean-generic: |
|
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
|
|
|
maintainer-clean-generic: |
|
@echo "This command is intended for maintainers to use" |
|
@echo "it deletes files that may require special tools to rebuild." |
|
#>- clean: clean-am |
|
#>+ 1 |
|
clean: kde-rpo-clean clean-am |
|
|
|
#>- clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am |
|
#>+ 1 |
|
clean-am: clean-metasources clean-ui clean-bcheck clean-final clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am |
|
|
|
distclean: distclean-am |
|
-rm -rf ./$(DEPDIR) |
|
-rm -f Makefile |
|
distclean-am: clean-am distclean-compile distclean-generic \ |
|
distclean-libtool distclean-tags |
|
|
|
dvi: dvi-am |
|
|
|
dvi-am: |
|
|
|
html: html-am |
|
|
|
info: info-am |
|
|
|
info-am: |
|
|
|
#>- install-data-am: install-shelldesktopDATA |
|
#>+ 1 |
|
install-data-am: install-kde-icons install-shelldesktopDATA |
|
|
|
install-exec-am: install-binPROGRAMS |
|
|
|
install-info: install-info-am |
|
|
|
install-man: |
|
|
|
installcheck-am: |
|
|
|
maintainer-clean: maintainer-clean-am |
|
-rm -rf ./$(DEPDIR) |
|
-rm -f Makefile |
|
maintainer-clean-am: distclean-am maintainer-clean-generic |
|
|
|
mostlyclean: mostlyclean-am |
|
|
|
mostlyclean-am: mostlyclean-compile mostlyclean-generic \ |
|
mostlyclean-libtool |
|
|
|
pdf: pdf-am |
|
|
|
pdf-am: |
|
|
|
ps: ps-am |
|
|
|
ps-am: |
|
|
|
#>- uninstall-am: uninstall-binPROGRAMS uninstall-info-am \ |
|
#>- uninstall-shelldesktopDATA |
|
#>+ 2 |
|
uninstall-am: uninstall-kde-icons uninstall-binPROGRAMS uninstall-info-am \ |
|
uninstall-shelldesktopDATA |
|
|
|
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \ |
|
clean-generic clean-libtool ctags distclean distclean-compile \ |
|
distclean-generic distclean-libtool distclean-tags distdir dvi \ |
|
dvi-am html html-am info info-am install install-am \ |
|
install-binPROGRAMS install-data install-data-am install-exec \ |
|
install-exec-am install-info install-info-am install-man \ |
|
install-shelldesktopDATA install-strip installcheck \ |
|
installcheck-am installdirs maintainer-clean \ |
|
maintainer-clean-generic mostlyclean mostlyclean-compile \ |
|
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ |
|
tags uninstall uninstall-am uninstall-binPROGRAMS \ |
|
uninstall-info-am uninstall-shelldesktopDATA |
|
|
|
|
|
messages: rc.cpp |
|
$(EXTRACTRC) `find . -name \*.ui -o -name \*.rc` > rc.cpp |
|
$(XGETTEXT) *.cpp -o $(podir)/khdapsmonitor.pot |
|
|
|
# this is where the shell's XML-GUI resource file goes |
|
#shellrcdir = $(kde_datadir)/khdapsmonitor |
|
#shellrc_DATA = khdapsmonitorui.rc |
|
# Tell versions [3.59,3.63) of GNU make to not export all variables. |
|
# Otherwise a system limit (for SysV at least) may be exceeded. |
|
.NOEXPORT: |
|
|
|
#>+ 3 |
|
khdapsmonitorwidget.moc: $(srcdir)/khdapsmonitorwidget.h |
|
$(TQTMOC) $(srcdir)/khdapsmonitorwidget.h -o khdapsmonitorwidget.moc |
|
|
|
#>+ 2 |
|
mocs: khdapsmonitorwidget.moc |
|
|
|
#>+ 3 |
|
khdapsmonitor.moc: $(srcdir)/khdapsmonitor.h |
|
$(TQTMOC) $(srcdir)/khdapsmonitor.h -o khdapsmonitor.moc |
|
|
|
#>+ 2 |
|
mocs: khdapsmonitor.moc |
|
|
|
#>+ 3 |
|
khdapsmonitorsystray.moc: $(srcdir)/khdapsmonitorsystray.h |
|
$(TQTMOC) $(srcdir)/khdapsmonitorsystray.h -o khdapsmonitorsystray.moc |
|
|
|
#>+ 2 |
|
mocs: khdapsmonitorsystray.moc |
|
|
|
#>+ 3 |
|
khdapsmonitormain.moc: $(srcdir)/khdapsmonitormain.h |
|
$(TQTMOC) $(srcdir)/khdapsmonitormain.h -o khdapsmonitormain.moc |
|
|
|
#>+ 2 |
|
mocs: khdapsmonitormain.moc |
|
|
|
#>+ 3 |
|
clean-metasources: |
|
-rm -f khdapsmonitorwidget.moc khdapsmonitor.moc khdapsmonitorsystray.moc khdapsmonitormain.moc |
|
|
|
#>+ 2 |
|
KDE_DIST=khdapsmonitor.lsm hi22-device-khdaps_error.png Makefile.in khdapsmonitorwidgetbase.h hi16-app-khdapsmonitor.png khdapsmonitorui.rc hi32-app-khdapsmonitor.png khdapsmonitor.desktop hi22-device-khdaps_pause.png hi22-device-khdaps_play.png Makefile.am khdapsmonitorwidgetbase.ui |
|
|
|
#>+ 4 |
|
clean-ui: |
|
-rm -f \ |
|
khdapsmonitorwidgetbase.cpp khdapsmonitorwidgetbase.h khdapsmonitorwidgetbase.moc |
|
|
|
#>+ 2 |
|
docs-am: |
|
|
|
#>+ 17 |
|
install-kde-icons: |
|
$(mkinstalldirs) $(DESTDIR)$(kde_icondir)/hicolor/22x22/devices |
|
$(INSTALL_DATA) $(srcdir)/hi22-device-khdaps_error.png $(DESTDIR)$(kde_icondir)/hicolor/22x22/devices/khdaps_error.png |
|
$(mkinstalldirs) $(DESTDIR)$(kde_icondir)/hicolor/16x16/apps |
|
$(INSTALL_DATA) $(srcdir)/hi16-app-khdapsmonitor.png $(DESTDIR)$(kde_icondir)/hicolor/16x16/apps/khdapsmonitor.png |
|
$(INSTALL_DATA) $(srcdir)/hi22-device-khdaps_pause.png $(DESTDIR)$(kde_icondir)/hicolor/22x22/devices/khdaps_pause.png |
|
$(INSTALL_DATA) $(srcdir)/hi22-device-khdaps_play.png $(DESTDIR)$(kde_icondir)/hicolor/22x22/devices/khdaps_play.png |
|
$(mkinstalldirs) $(DESTDIR)$(kde_icondir)/hicolor/32x32/apps |
|
$(INSTALL_DATA) $(srcdir)/hi32-app-khdapsmonitor.png $(DESTDIR)$(kde_icondir)/hicolor/32x32/apps/khdapsmonitor.png |
|
|
|
uninstall-kde-icons: |
|
-rm -f $(DESTDIR)$(kde_icondir)/hicolor/22x22/devices/khdaps_error.png |
|
-rm -f $(DESTDIR)$(kde_icondir)/hicolor/16x16/apps/khdapsmonitor.png |
|
-rm -f $(DESTDIR)$(kde_icondir)/hicolor/22x22/devices/khdaps_pause.png |
|
-rm -f $(DESTDIR)$(kde_icondir)/hicolor/22x22/devices/khdaps_play.png |
|
-rm -f $(DESTDIR)$(kde_icondir)/hicolor/32x32/apps/khdapsmonitor.png |
|
|
|
#>+ 15 |
|
force-reedit: |
|
@for dep in $?; do \ |
|
case '$(am__configure_deps)' in \ |
|
*$$dep*) \ |
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ |
|
&& exit 0; \ |
|
exit 1;; \ |
|
esac; \ |
|
done; \ |
|
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \ |
|
cd $(top_srcdir) && \ |
|
$(AUTOMAKE) --gnu src/Makefile |
|
cd $(top_srcdir) && perl admin/am_edit src/Makefile.in |
|
|
|
|
|
#>+ 21 |
|
clean-bcheck: |
|
rm -f *.bchecktest.cc *.bchecktest.cc.class a.out |
|
|
|
bcheck: bcheck-am |
|
|
|
bcheck-am: |
|
@for i in ; do \ |
|
if test $(srcdir)/$$i -nt $$i.bchecktest.cc; then \ |
|
echo "int main() {return 0;}" > $$i.bchecktest.cc ; \ |
|
echo "#include \"$$i\"" >> $$i.bchecktest.cc ; \ |
|
echo "$$i"; \ |
|
if ! $(CXXCOMPILE) --dump-class-hierarchy -c $$i.bchecktest.cc; then \ |
|
rm -f $$i.bchecktest.cc; exit 1; \ |
|
fi ; \ |
|
echo "" >> $$i.bchecktest.cc.class; \ |
|
perl $(top_srcdir)/admin/bcheck.pl $$i.bchecktest.cc.class || { rm -f $$i.bchecktest.cc; exit 1; }; \ |
|
rm -f a.out; \ |
|
fi ; \ |
|
done |
|
|
|
|
|
#>+ 11 |
|
khdapsmonitor.all_cpp.cpp: $(srcdir)/Makefile.in $(srcdir)/main.cpp $(srcdir)/khdapsmonitor.cpp $(srcdir)/khdapsmonitorwidget.cpp $(srcdir)/sysfs.cpp $(srcdir)/khdapsmonitormain.cpp $(srcdir)/khdapsmonitorsystray.cpp $(srcdir)/khdapsmonitorwidgetbase.cpp khdapsmonitor.moc khdapsmonitorwidget.moc khdapsmonitorwidgetbase.moc khdapsmonitorsystray.moc khdapsmonitormain.moc |
|
@echo 'creating khdapsmonitor.all_cpp.cpp ...'; \ |
|
rm -f khdapsmonitor.all_cpp.files khdapsmonitor.all_cpp.final; \ |
|
echo "#define KDE_USE_FINAL 1" >> khdapsmonitor.all_cpp.final; \ |
|
for file in main.cpp khdapsmonitor.cpp khdapsmonitorwidget.cpp sysfs.cpp khdapsmonitormain.cpp khdapsmonitorsystray.cpp khdapsmonitorwidgetbase.cpp ; do \ |
|
echo "#include \"$$file\"" >> khdapsmonitor.all_cpp.files; \ |
|
test ! -f $(srcdir)/$$file || egrep '^#pragma +implementation' $(srcdir)/$$file >> khdapsmonitor.all_cpp.final; \ |
|
done; \ |
|
cat khdapsmonitor.all_cpp.final khdapsmonitor.all_cpp.files > khdapsmonitor.all_cpp.cpp; \ |
|
rm -f khdapsmonitor.all_cpp.final khdapsmonitor.all_cpp.files |
|
|
|
#>+ 3 |
|
clean-final: |
|
-rm -f khdapsmonitor.all_cpp.cpp |
|
|
|
#>+ 3 |
|
final: |
|
$(MAKE) khdapsmonitor_OBJECTS="$(khdapsmonitor_final_OBJECTS)" all-am |
|
|
|
#>+ 3 |
|
final-install: |
|
$(MAKE) khdapsmonitor_OBJECTS="$(khdapsmonitor_final_OBJECTS)" install-am |
|
|
|
#>+ 3 |
|
no-final: |
|
$(MAKE) khdapsmonitor_OBJECTS="$(khdapsmonitor_nofinal_OBJECTS)" all-am |
|
|
|
#>+ 3 |
|
no-final-install: |
|
$(MAKE) khdapsmonitor_OBJECTS="$(khdapsmonitor_nofinal_OBJECTS)" install-am |
|
|
|
#>+ 3 |
|
kde-rpo-clean: |
|
-rm -f *.rpo |
|
|
|
#>+ 17 |
|
$(srcdir)/khdapsmonitorsystray.cpp: khdapsmonitorwidgetbase.h |
|
$(srcdir)/khdapsmonitor.cpp: khdapsmonitorwidgetbase.h |
|
$(srcdir)/main.cpp: khdapsmonitorwidgetbase.h |
|
$(srcdir)/khdapsmonitorwidget.cpp: khdapsmonitorwidgetbase.h |
|
khdapsmonitorwidget.lo: khdapsmonitorwidget.moc |
|
khdapsmonitorsystray.lo: khdapsmonitorsystray.moc |
|
khdapsmonitormain.lo: khdapsmonitormain.moc |
|
nmcheck: |
|
nmcheck-am: nmcheck |
|
$(srcdir)/sysfs.cpp: khdapsmonitorwidgetbase.h |
|
khdapsmonitor.lo: khdapsmonitor.moc |
|
$(srcdir)/khdapsmonitormain.cpp: khdapsmonitorwidgetbase.h |
|
khdapsmonitormain.o: khdapsmonitormain.moc |
|
khdapsmonitorsystray.o: khdapsmonitorsystray.moc |
|
khdapsmonitor.o: khdapsmonitor.moc |
|
khdapsmonitorwidget.o: khdapsmonitorwidget.moc |
|
|
|
#>+ 15 |
|
khdapsmonitorwidgetbase.cpp: $(srcdir)/khdapsmonitorwidgetbase.ui khdapsmonitorwidgetbase.h khdapsmonitorwidgetbase.moc |
|
rm -f khdapsmonitorwidgetbase.cpp |
|
echo '#include <kdialog.h>' > khdapsmonitorwidgetbase.cpp |
|
echo '#include <klocale.h>' >> khdapsmonitorwidgetbase.cpp |
|
$(UIC) -tr ${UIC_TR} -i khdapsmonitorwidgetbase.h $(srcdir)/khdapsmonitorwidgetbase.ui > khdapsmonitorwidgetbase.cpp.temp ; ret=$$?; \ |
|
$(PERL) -pe "s,${UIC_TR}( \"\" ),QString::null,g" khdapsmonitorwidgetbase.cpp.temp | $(PERL) -pe "s,${UIC_TR}( \"\"\, \"\" ),QString::null,g" | $(PERL) -pe "s,image([0-9][0-9]*)_data,img\$$1_khdapsmonitorwidgetbase,g" | $(PERL) -pe "s,: QWizard\(,: KWizard(,g" >> khdapsmonitorwidgetbase.cpp ;\ |
|
rm -f khdapsmonitorwidgetbase.cpp.temp ;\ |
|
if test "$$ret" = 0; then echo '#include "khdapsmonitorwidgetbase.moc"' >> khdapsmonitorwidgetbase.cpp; else rm -f khdapsmonitorwidgetbase.cpp ; exit $$ret ; fi |
|
|
|
khdapsmonitorwidgetbase.h: $(srcdir)/khdapsmonitorwidgetbase.ui |
|
rm -rf khdapsmonitorwidgetbase.h; |
|
$(UIC) $(srcdir)/khdapsmonitorwidgetbase.ui | $(PERL) -pi -e "s,public QWizard,public KWizard,g; s,#include <qwizard.h>,#include <kwizard.h>,g" >> khdapsmonitorwidgetbase.h ; |
|
khdapsmonitorwidgetbase.moc: khdapsmonitorwidgetbase.h |
|
$(TQTMOC) khdapsmonitorwidgetbase.h -o khdapsmonitorwidgetbase.moc
|
|
|