~ubuntu-branches/ubuntu/quantal/pm-utils/quantal-proposed

1.1.10 by Michael Biebl
Import upstream version 1.3.0
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
1 by Tim Dijkstra
Import upstream version 0.99.2
2
# @configure_input@
3
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1.2.3 by Michael Biebl
Import upstream version 1.2.6
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6
# Inc.
1 by Tim Dijkstra
Import upstream version 0.99.2
7
# This Makefile.in is free software; the Free Software Foundation
8
# gives unlimited permission to copy and/or distribute it,
9
# with or without modifications, as long as this notice is preserved.
10
11
# This program is distributed in the hope that it will be useful,
12
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14
# PARTICULAR PURPOSE.
15
16
@SET_MAKE@
17
18
19
VPATH = @srcdir@
20
pkgdatadir = $(datadir)/@PACKAGE@
1.2.3 by Michael Biebl
Import upstream version 1.2.6
21
pkgincludedir = $(includedir)/@PACKAGE@
1 by Tim Dijkstra
Import upstream version 0.99.2
22
pkglibdir = $(libdir)/@PACKAGE@
1.2.3 by Michael Biebl
Import upstream version 1.2.6
23
pkglibexecdir = $(libexecdir)/@PACKAGE@
1 by Tim Dijkstra
Import upstream version 0.99.2
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25
install_sh_DATA = $(install_sh) -c -m 644
26
install_sh_PROGRAM = $(install_sh) -c
27
install_sh_SCRIPT = $(install_sh) -c
28
INSTALL_HEADER = $(INSTALL_DATA)
29
transform = $(program_transform_name)
30
NORMAL_INSTALL = :
31
PRE_INSTALL = :
32
POST_INSTALL = :
33
NORMAL_UNINSTALL = :
34
PRE_UNINSTALL = :
35
POST_UNINSTALL = :
1.1.1 by Martin Pitt
Import upstream version 1.1.0
36
pm_bin_PROGRAMS = pm-pmu$(EXEEXT) pm-reset-swap$(EXEEXT)
1 by Tim Dijkstra
Import upstream version 0.99.2
37
subdir = src
1.1.1 by Martin Pitt
Import upstream version 1.1.0
38
DIST_COMMON = $(dist_bin_SCRIPTS) $(srcdir)/Makefile.am \
39
	$(srcdir)/Makefile.in
1 by Tim Dijkstra
Import upstream version 0.99.2
40
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1.1.1 by Martin Pitt
Import upstream version 1.1.0
41
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
1 by Tim Dijkstra
Import upstream version 0.99.2
42
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43
	$(ACLOCAL_M4)
1.1.2 by Tormod Volden
Import upstream version 1.1.2.2
44
mkinstalldirs = $(install_sh) -d
1 by Tim Dijkstra
Import upstream version 0.99.2
45
CONFIG_HEADER = $(top_builddir)/config.h
46
CONFIG_CLEAN_FILES =
1.2.3 by Michael Biebl
Import upstream version 1.2.6
47
CONFIG_CLEAN_VPATH_FILES =
1.1.1 by Martin Pitt
Import upstream version 1.1.0
48
am__installdirs = "$(DESTDIR)$(pm_bindir)" "$(DESTDIR)$(bindir)" \
49
	"$(DESTDIR)$(bindir)" "$(DESTDIR)$(pm_bindir)" \
50
	"$(DESTDIR)$(sbindir)"
51
PROGRAMS = $(pm_bin_PROGRAMS)
1 by Tim Dijkstra
Import upstream version 0.99.2
52
am_pm_pmu_OBJECTS = pm-pmu.$(OBJEXT)
53
pm_pmu_OBJECTS = $(am_pm_pmu_OBJECTS)
54
pm_pmu_LDADD = $(LDADD)
55
am_pm_reset_swap_OBJECTS = pm-reset-swap.$(OBJEXT)
56
pm_reset_swap_OBJECTS = $(am_pm_reset_swap_OBJECTS)
57
pm_reset_swap_LDADD = $(LDADD)
1.2.3 by Michael Biebl
Import upstream version 1.2.6
58
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
59
am__vpath_adj = case $$p in \
60
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
61
    *) f=$$p;; \
62
  esac;
63
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
64
am__install_max = 40
65
am__nobase_strip_setup = \
66
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
67
am__nobase_strip = \
68
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
69
am__nobase_list = $(am__nobase_strip_setup); \
70
  for p in $$list; do echo "$$p $$p"; done | \
71
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
72
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
73
    if (++n[$$2] == $(am__install_max)) \
74
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
75
    END { for (dir in files) print dir, files[dir] }'
76
am__base_list = \
77
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
78
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
1.1.1 by Martin Pitt
Import upstream version 1.1.0
79
SCRIPTS = $(bin_SCRIPTS) $(dist_bin_SCRIPTS) $(pm_bin_SCRIPTS) \
80
	$(sbin_SCRIPTS)
81
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
1 by Tim Dijkstra
Import upstream version 0.99.2
82
depcomp = $(SHELL) $(top_srcdir)/depcomp
83
am__depfiles_maybe = depfiles
1.2.3 by Michael Biebl
Import upstream version 1.2.6
84
am__mv = mv -f
1 by Tim Dijkstra
Import upstream version 0.99.2
85
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
86
	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
87
CCLD = $(CC)
88
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
89
SOURCES = $(pm_pmu_SOURCES) $(pm_reset_swap_SOURCES)
90
DIST_SOURCES = $(pm_pmu_SOURCES) $(pm_reset_swap_SOURCES)
91
ETAGS = etags
92
CTAGS = ctags
93
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
94
ACLOCAL = @ACLOCAL@
95
AMTAR = @AMTAR@
96
AUTOCONF = @AUTOCONF@
97
AUTOHEADER = @AUTOHEADER@
98
AUTOMAKE = @AUTOMAKE@
99
AWK = @AWK@
100
CC = @CC@
101
CCDEPMODE = @CCDEPMODE@
102
CFLAGS = @CFLAGS@
103
CPPFLAGS = @CPPFLAGS@
104
CYGPATH_W = @CYGPATH_W@
105
DEFS = @DEFS@
106
DEPDIR = @DEPDIR@
107
ECHO_C = @ECHO_C@
108
ECHO_N = @ECHO_N@
109
ECHO_T = @ECHO_T@
110
EXEEXT = @EXEEXT@
111
INSTALL = @INSTALL@
112
INSTALL_DATA = @INSTALL_DATA@
113
INSTALL_PROGRAM = @INSTALL_PROGRAM@
114
INSTALL_SCRIPT = @INSTALL_SCRIPT@
115
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
116
LDFLAGS = @LDFLAGS@
117
LIBOBJS = @LIBOBJS@
118
LIBS = @LIBS@
119
LN_S = @LN_S@
120
LTLIBOBJS = @LTLIBOBJS@
121
MAKEINFO = @MAKEINFO@
122
MKDIR_P = @MKDIR_P@
123
OBJEXT = @OBJEXT@
124
PACKAGE = @PACKAGE@
125
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
126
PACKAGE_NAME = @PACKAGE_NAME@
127
PACKAGE_STRING = @PACKAGE_STRING@
128
PACKAGE_TARNAME = @PACKAGE_TARNAME@
1.2.3 by Michael Biebl
Import upstream version 1.2.6
129
PACKAGE_URL = @PACKAGE_URL@
1 by Tim Dijkstra
Import upstream version 0.99.2
130
PACKAGE_VERSION = @PACKAGE_VERSION@
131
PATH_SEPARATOR = @PATH_SEPARATOR@
132
SET_MAKE = @SET_MAKE@
133
SHELL = @SHELL@
134
STRIP = @STRIP@
135
VERSION = @VERSION@
1.1.2 by Tormod Volden
Import upstream version 1.1.2.2
136
XMLTO = @XMLTO@
1 by Tim Dijkstra
Import upstream version 0.99.2
137
abs_builddir = @abs_builddir@
138
abs_srcdir = @abs_srcdir@
139
abs_top_builddir = @abs_top_builddir@
140
abs_top_srcdir = @abs_top_srcdir@
141
ac_ct_CC = @ac_ct_CC@
142
am__include = @am__include@
143
am__leading_dot = @am__leading_dot@
144
am__quote = @am__quote@
145
am__tar = @am__tar@
146
am__untar = @am__untar@
147
bindir = @bindir@
148
build_alias = @build_alias@
149
builddir = @builddir@
150
datadir = @datadir@
151
datarootdir = @datarootdir@
152
docdir = @docdir@
153
dvidir = @dvidir@
154
exec_prefix = @exec_prefix@
155
host_alias = @host_alias@
156
htmldir = @htmldir@
157
includedir = @includedir@
158
infodir = @infodir@
159
install_sh = @install_sh@
160
libdir = @libdir@
161
libexecdir = @libexecdir@
162
localedir = @localedir@
163
localstatedir = @localstatedir@
164
mandir = @mandir@
165
mkdir_p = @mkdir_p@
166
oldincludedir = @oldincludedir@
167
pdfdir = @pdfdir@
168
prefix = @prefix@
169
program_transform_name = @program_transform_name@
170
psdir = @psdir@
171
sbindir = @sbindir@
172
sharedstatedir = @sharedstatedir@
173
srcdir = @srcdir@
174
sysconfdir = @sysconfdir@
175
target_alias = @target_alias@
1.1.5 by Martin Pitt
Import upstream version 1.2.2.4
176
top_build_prefix = @top_build_prefix@
1 by Tim Dijkstra
Import upstream version 0.99.2
177
top_builddir = @top_builddir@
178
top_srcdir = @top_srcdir@
1.1.1 by Martin Pitt
Import upstream version 1.1.0
179
pm_libdir = $(libdir)/pm-utils
180
pm_bindir = $(pm_libdir)/bin
181
pm_sysconfdir = $(sysconfdir)/pm
182
pm_pmu_SOURCES = pm-pmu.c
183
pm_reset_swap_SOURCES = pm-reset-swap.c
1.3.1 by Michael Biebl
Import upstream version 1.4.1
184
pm_bin_SCRIPTS = pm-action service
1.1.1 by Martin Pitt
Import upstream version 1.1.0
185
bin_SCRIPTS = pm-is-supported
1.3.1 by Michael Biebl
Import upstream version 1.4.1
186
dist_bin_SCRIPTS = on_ac_power
1.1.1 by Martin Pitt
Import upstream version 1.1.0
187
sbin_SCRIPTS = pm-powersave
1.3.1 by Michael Biebl
Import upstream version 1.4.1
188
script_in_files = pm-action.in pm-is-supported.in pm-powersave.in service
1.1.1 by Martin Pitt
Import upstream version 1.1.0
189
CLEANFILES = $(script_in_files:.in=)
190
EXTRA_DIST = $(script_in_files)
191
do_subst = sed -e 's,[@]PM-UTILS-LIBDIR[@],$(pm_libdir),g' \
192
	   -e 's,[@]PM-UTILS-SYSCONFDIR[@],$(pm_sysconfdir),g'
193
194
SUFFIXES = .in
1 by Tim Dijkstra
Import upstream version 0.99.2
195
all: all-am
196
197
.SUFFIXES:
1.1.1 by Martin Pitt
Import upstream version 1.1.0
198
.SUFFIXES: .in .c .o .obj
1 by Tim Dijkstra
Import upstream version 0.99.2
199
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
200
	@for dep in $?; do \
201
	  case '$(am__configure_deps)' in \
202
	    *$$dep*) \
1.2.2 by Michael Biebl
Import upstream version 1.2.5
203
	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
204
	        && { if test -f $@; then exit 0; else break; fi; }; \
1 by Tim Dijkstra
Import upstream version 0.99.2
205
	      exit 1;; \
206
	  esac; \
207
	done; \
1.2.3 by Michael Biebl
Import upstream version 1.2.6
208
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
209
	$(am__cd) $(top_srcdir) && \
210
	  $(AUTOMAKE) --gnu src/Makefile
1 by Tim Dijkstra
Import upstream version 0.99.2
211
.PRECIOUS: Makefile
212
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
213
	@case '$?' in \
214
	  *config.status*) \
215
	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
216
	  *) \
217
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
218
	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
219
	esac;
220
221
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
222
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
223
224
$(top_srcdir)/configure:  $(am__configure_deps)
225
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
226
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
227
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1.2.3 by Michael Biebl
Import upstream version 1.2.6
228
$(am__aclocal_m4_deps):
1.1.1 by Martin Pitt
Import upstream version 1.1.0
229
install-pm_binPROGRAMS: $(pm_bin_PROGRAMS)
1 by Tim Dijkstra
Import upstream version 0.99.2
230
	@$(NORMAL_INSTALL)
1.1.1 by Martin Pitt
Import upstream version 1.1.0
231
	test -z "$(pm_bindir)" || $(MKDIR_P) "$(DESTDIR)$(pm_bindir)"
1.2.3 by Michael Biebl
Import upstream version 1.2.6
232
	@list='$(pm_bin_PROGRAMS)'; test -n "$(pm_bindir)" || list=; \
233
	for p in $$list; do echo "$$p $$p"; done | \
234
	sed 's/$(EXEEXT)$$//' | \
235
	while read p p1; do if test -f $$p; \
236
	  then echo "$$p"; echo "$$p"; else :; fi; \
237
	done | \
238
	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
239
	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
240
	sed 'N;N;N;s,\n, ,g' | \
241
	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
242
	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
243
	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
244
	    else { print "f", $$3 "/" $$4, $$1; } } \
245
	  END { for (d in files) print "f", d, files[d] }' | \
246
	while read type dir files; do \
247
	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
248
	    test -z "$$files" || { \
249
	      echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(pm_bindir)$$dir'"; \
250
	      $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(pm_bindir)$$dir" || exit $$?; \
251
	    } \
252
	; done
1 by Tim Dijkstra
Import upstream version 0.99.2
253
1.1.1 by Martin Pitt
Import upstream version 1.1.0
254
uninstall-pm_binPROGRAMS:
1 by Tim Dijkstra
Import upstream version 0.99.2
255
	@$(NORMAL_UNINSTALL)
1.2.3 by Michael Biebl
Import upstream version 1.2.6
256
	@list='$(pm_bin_PROGRAMS)'; test -n "$(pm_bindir)" || list=; \
257
	files=`for p in $$list; do echo "$$p"; done | \
258
	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
259
	      -e 's/$$/$(EXEEXT)/' `; \
260
	test -n "$$list" || exit 0; \
261
	echo " ( cd '$(DESTDIR)$(pm_bindir)' && rm -f" $$files ")"; \
262
	cd "$(DESTDIR)$(pm_bindir)" && rm -f $$files
1 by Tim Dijkstra
Import upstream version 0.99.2
263
1.1.1 by Martin Pitt
Import upstream version 1.1.0
264
clean-pm_binPROGRAMS:
265
	-test -z "$(pm_bin_PROGRAMS)" || rm -f $(pm_bin_PROGRAMS)
1 by Tim Dijkstra
Import upstream version 0.99.2
266
pm-pmu$(EXEEXT): $(pm_pmu_OBJECTS) $(pm_pmu_DEPENDENCIES) 
267
	@rm -f pm-pmu$(EXEEXT)
268
	$(LINK) $(pm_pmu_OBJECTS) $(pm_pmu_LDADD) $(LIBS)
269
pm-reset-swap$(EXEEXT): $(pm_reset_swap_OBJECTS) $(pm_reset_swap_DEPENDENCIES) 
270
	@rm -f pm-reset-swap$(EXEEXT)
271
	$(LINK) $(pm_reset_swap_OBJECTS) $(pm_reset_swap_LDADD) $(LIBS)
1.1.1 by Martin Pitt
Import upstream version 1.1.0
272
install-binSCRIPTS: $(bin_SCRIPTS)
273
	@$(NORMAL_INSTALL)
274
	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
1.2.3 by Michael Biebl
Import upstream version 1.2.6
275
	@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
276
	for p in $$list; do \
1.1.1 by Martin Pitt
Import upstream version 1.1.0
277
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1.2.3 by Michael Biebl
Import upstream version 1.2.6
278
	  if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
279
	done | \
280
	sed -e 'p;s,.*/,,;n' \
281
	    -e 'h;s|.*|.|' \
282
	    -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
283
	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
284
	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
285
	    if ($$2 == $$4) { files[d] = files[d] " " $$1; \
286
	      if (++n[d] == $(am__install_max)) { \
287
		print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
288
	    else { print "f", d "/" $$4, $$1 } } \
289
	  END { for (d in files) print "f", d, files[d] }' | \
290
	while read type dir files; do \
291
	     if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
292
	     test -z "$$files" || { \
293
	       echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
294
	       $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
295
	     } \
296
	; done
1.1.1 by Martin Pitt
Import upstream version 1.1.0
297
298
uninstall-binSCRIPTS:
299
	@$(NORMAL_UNINSTALL)
1.2.3 by Michael Biebl
Import upstream version 1.2.6
300
	@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
301
	files=`for p in $$list; do echo "$$p"; done | \
302
	       sed -e 's,.*/,,;$(transform)'`; \
303
	test -n "$$list" || exit 0; \
304
	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
305
	cd "$(DESTDIR)$(bindir)" && rm -f $$files
1.1.1 by Martin Pitt
Import upstream version 1.1.0
306
install-dist_binSCRIPTS: $(dist_bin_SCRIPTS)
307
	@$(NORMAL_INSTALL)
308
	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
1.2.3 by Michael Biebl
Import upstream version 1.2.6
309
	@list='$(dist_bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
310
	for p in $$list; do \
1.1.1 by Martin Pitt
Import upstream version 1.1.0
311
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1.2.3 by Michael Biebl
Import upstream version 1.2.6
312
	  if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
313
	done | \
314
	sed -e 'p;s,.*/,,;n' \
315
	    -e 'h;s|.*|.|' \
316
	    -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
317
	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
318
	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
319
	    if ($$2 == $$4) { files[d] = files[d] " " $$1; \
320
	      if (++n[d] == $(am__install_max)) { \
321
		print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
322
	    else { print "f", d "/" $$4, $$1 } } \
323
	  END { for (d in files) print "f", d, files[d] }' | \
324
	while read type dir files; do \
325
	     if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
326
	     test -z "$$files" || { \
327
	       echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
328
	       $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
329
	     } \
330
	; done
1.1.1 by Martin Pitt
Import upstream version 1.1.0
331
332
uninstall-dist_binSCRIPTS:
333
	@$(NORMAL_UNINSTALL)
1.2.3 by Michael Biebl
Import upstream version 1.2.6
334
	@list='$(dist_bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
335
	files=`for p in $$list; do echo "$$p"; done | \
336
	       sed -e 's,.*/,,;$(transform)'`; \
337
	test -n "$$list" || exit 0; \
338
	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
339
	cd "$(DESTDIR)$(bindir)" && rm -f $$files
1.1.1 by Martin Pitt
Import upstream version 1.1.0
340
install-pm_binSCRIPTS: $(pm_bin_SCRIPTS)
341
	@$(NORMAL_INSTALL)
342
	test -z "$(pm_bindir)" || $(MKDIR_P) "$(DESTDIR)$(pm_bindir)"
1.2.3 by Michael Biebl
Import upstream version 1.2.6
343
	@list='$(pm_bin_SCRIPTS)'; test -n "$(pm_bindir)" || list=; \
344
	for p in $$list; do \
1.1.1 by Martin Pitt
Import upstream version 1.1.0
345
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1.2.3 by Michael Biebl
Import upstream version 1.2.6
346
	  if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
347
	done | \
348
	sed -e 'p;s,.*/,,;n' \
349
	    -e 'h;s|.*|.|' \
350
	    -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
351
	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
352
	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
353
	    if ($$2 == $$4) { files[d] = files[d] " " $$1; \
354
	      if (++n[d] == $(am__install_max)) { \
355
		print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
356
	    else { print "f", d "/" $$4, $$1 } } \
357
	  END { for (d in files) print "f", d, files[d] }' | \
358
	while read type dir files; do \
359
	     if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
360
	     test -z "$$files" || { \
361
	       echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(pm_bindir)$$dir'"; \
362
	       $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(pm_bindir)$$dir" || exit $$?; \
363
	     } \
364
	; done
1.1.1 by Martin Pitt
Import upstream version 1.1.0
365
366
uninstall-pm_binSCRIPTS:
367
	@$(NORMAL_UNINSTALL)
1.2.3 by Michael Biebl
Import upstream version 1.2.6
368
	@list='$(pm_bin_SCRIPTS)'; test -n "$(pm_bindir)" || exit 0; \
369
	files=`for p in $$list; do echo "$$p"; done | \
370
	       sed -e 's,.*/,,;$(transform)'`; \
371
	test -n "$$list" || exit 0; \
372
	echo " ( cd '$(DESTDIR)$(pm_bindir)' && rm -f" $$files ")"; \
373
	cd "$(DESTDIR)$(pm_bindir)" && rm -f $$files
1.1.1 by Martin Pitt
Import upstream version 1.1.0
374
install-sbinSCRIPTS: $(sbin_SCRIPTS)
375
	@$(NORMAL_INSTALL)
376
	test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"
1.2.3 by Michael Biebl
Import upstream version 1.2.6
377
	@list='$(sbin_SCRIPTS)'; test -n "$(sbindir)" || list=; \
378
	for p in $$list; do \
1.1.1 by Martin Pitt
Import upstream version 1.1.0
379
	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1.2.3 by Michael Biebl
Import upstream version 1.2.6
380
	  if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
381
	done | \
382
	sed -e 'p;s,.*/,,;n' \
383
	    -e 'h;s|.*|.|' \
384
	    -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
385
	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
386
	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
387
	    if ($$2 == $$4) { files[d] = files[d] " " $$1; \
388
	      if (++n[d] == $(am__install_max)) { \
389
		print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
390
	    else { print "f", d "/" $$4, $$1 } } \
391
	  END { for (d in files) print "f", d, files[d] }' | \
392
	while read type dir files; do \
393
	     if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
394
	     test -z "$$files" || { \
395
	       echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
396
	       $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
397
	     } \
398
	; done
1.1.1 by Martin Pitt
Import upstream version 1.1.0
399
400
uninstall-sbinSCRIPTS:
401
	@$(NORMAL_UNINSTALL)
1.2.3 by Michael Biebl
Import upstream version 1.2.6
402
	@list='$(sbin_SCRIPTS)'; test -n "$(sbindir)" || exit 0; \
403
	files=`for p in $$list; do echo "$$p"; done | \
404
	       sed -e 's,.*/,,;$(transform)'`; \
405
	test -n "$$list" || exit 0; \
406
	echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
407
	cd "$(DESTDIR)$(sbindir)" && rm -f $$files
1 by Tim Dijkstra
Import upstream version 0.99.2
408
409
mostlyclean-compile:
410
	-rm -f *.$(OBJEXT)
411
412
distclean-compile:
413
	-rm -f *.tab.c
414
415
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pm-pmu.Po@am__quote@
416
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pm-reset-swap.Po@am__quote@
417
418
.c.o:
419
@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1.2.3 by Michael Biebl
Import upstream version 1.2.6
420
@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1 by Tim Dijkstra
Import upstream version 0.99.2
421
@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
422
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
423
@am__fastdepCC_FALSE@	$(COMPILE) -c $<
424
425
.c.obj:
426
@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
1.2.3 by Michael Biebl
Import upstream version 1.2.6
427
@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1 by Tim Dijkstra
Import upstream version 0.99.2
428
@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
429
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
430
@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
431
432
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
433
	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
434
	unique=`for i in $$list; do \
435
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
436
	  done | \
1.2.2 by Michael Biebl
Import upstream version 1.2.5
437
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1.1.1 by Martin Pitt
Import upstream version 1.1.0
438
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
1 by Tim Dijkstra
Import upstream version 0.99.2
439
	mkid -fID $$unique
440
tags: TAGS
441
442
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
443
		$(TAGS_FILES) $(LISP)
1.2.3 by Michael Biebl
Import upstream version 1.2.6
444
	set x; \
1 by Tim Dijkstra
Import upstream version 0.99.2
445
	here=`pwd`; \
446
	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
447
	unique=`for i in $$list; do \
448
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
449
	  done | \
1.1.1 by Martin Pitt
Import upstream version 1.1.0
450
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
451
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
1.2.3 by Michael Biebl
Import upstream version 1.2.6
452
	shift; \
453
	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1 by Tim Dijkstra
Import upstream version 0.99.2
454
	  test -n "$$unique" || unique=$$empty_fix; \
1.2.3 by Michael Biebl
Import upstream version 1.2.6
455
	  if test $$# -gt 0; then \
456
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
457
	      "$$@" $$unique; \
458
	  else \
459
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
460
	      $$unique; \
461
	  fi; \
1 by Tim Dijkstra
Import upstream version 0.99.2
462
	fi
463
ctags: CTAGS
464
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
465
		$(TAGS_FILES) $(LISP)
466
	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
467
	unique=`for i in $$list; do \
468
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
469
	  done | \
1.1.1 by Martin Pitt
Import upstream version 1.1.0
470
	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
471
	      END { if (nonempty) { for (i in files) print i; }; }'`; \
1.2.3 by Michael Biebl
Import upstream version 1.2.6
472
	test -z "$(CTAGS_ARGS)$$unique" \
1 by Tim Dijkstra
Import upstream version 0.99.2
473
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1.2.3 by Michael Biebl
Import upstream version 1.2.6
474
	     $$unique
1 by Tim Dijkstra
Import upstream version 0.99.2
475
476
GTAGS:
477
	here=`$(am__cd) $(top_builddir) && pwd` \
1.2.3 by Michael Biebl
Import upstream version 1.2.6
478
	  && $(am__cd) $(top_srcdir) \
479
	  && gtags -i $(GTAGS_ARGS) "$$here"
1 by Tim Dijkstra
Import upstream version 0.99.2
480
481
distclean-tags:
482
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
483
484
distdir: $(DISTFILES)
485
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
486
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
487
	list='$(DISTFILES)'; \
488
	  dist_files=`for file in $$list; do echo $$file; done | \
489
	  sed -e "s|^$$srcdirstrip/||;t" \
490
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
491
	case $$dist_files in \
492
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
493
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
494
			   sort -u` ;; \
495
	esac; \
496
	for file in $$dist_files; do \
497
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
498
	  if test -d $$d/$$file; then \
499
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1.2.3 by Michael Biebl
Import upstream version 1.2.6
500
	    if test -d "$(distdir)/$$file"; then \
501
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
502
	    fi; \
1 by Tim Dijkstra
Import upstream version 0.99.2
503
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1.2.3 by Michael Biebl
Import upstream version 1.2.6
504
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
505
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1 by Tim Dijkstra
Import upstream version 0.99.2
506
	    fi; \
1.2.3 by Michael Biebl
Import upstream version 1.2.6
507
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1 by Tim Dijkstra
Import upstream version 0.99.2
508
	  else \
1.2.3 by Michael Biebl
Import upstream version 1.2.6
509
	    test -f "$(distdir)/$$file" \
510
	    || cp -p $$d/$$file "$(distdir)/$$file" \
1 by Tim Dijkstra
Import upstream version 0.99.2
511
	    || exit 1; \
512
	  fi; \
513
	done
514
check-am: all-am
515
check: check-am
516
all-am: Makefile $(PROGRAMS) $(SCRIPTS)
517
installdirs:
1.1.1 by Martin Pitt
Import upstream version 1.1.0
518
	for dir in "$(DESTDIR)$(pm_bindir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pm_bindir)" "$(DESTDIR)$(sbindir)"; do \
1 by Tim Dijkstra
Import upstream version 0.99.2
519
	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
520
	done
521
install: install-am
522
install-exec: install-exec-am
523
install-data: install-data-am
524
uninstall: uninstall-am
525
526
install-am: all-am
527
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
528
529
installcheck: installcheck-am
530
install-strip:
531
	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
532
	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
533
	  `test -z '$(STRIP)' || \
534
	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
535
mostlyclean-generic:
536
537
clean-generic:
1.1.1 by Martin Pitt
Import upstream version 1.1.0
538
	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1 by Tim Dijkstra
Import upstream version 0.99.2
539
540
distclean-generic:
541
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.2.3 by Michael Biebl
Import upstream version 1.2.6
542
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1 by Tim Dijkstra
Import upstream version 0.99.2
543
544
maintainer-clean-generic:
545
	@echo "This command is intended for maintainers to use"
546
	@echo "it deletes files that may require special tools to rebuild."
547
clean: clean-am
548
1.1.1 by Martin Pitt
Import upstream version 1.1.0
549
clean-am: clean-generic clean-local clean-pm_binPROGRAMS \
1 by Tim Dijkstra
Import upstream version 0.99.2
550
	mostlyclean-am
551
552
distclean: distclean-am
553
	-rm -rf ./$(DEPDIR)
554
	-rm -f Makefile
555
distclean-am: clean-am distclean-compile distclean-generic \
556
	distclean-tags
557
558
dvi: dvi-am
559
560
dvi-am:
561
562
html: html-am
563
1.2.3 by Michael Biebl
Import upstream version 1.2.6
564
html-am:
565
1 by Tim Dijkstra
Import upstream version 0.99.2
566
info: info-am
567
568
info-am:
569
1.1.1 by Martin Pitt
Import upstream version 1.1.0
570
install-data-am: install-pm_binPROGRAMS install-pm_binSCRIPTS
571
	@$(NORMAL_INSTALL)
572
	$(MAKE) $(AM_MAKEFLAGS) install-data-hook
1 by Tim Dijkstra
Import upstream version 0.99.2
573
install-dvi: install-dvi-am
574
1.2.3 by Michael Biebl
Import upstream version 1.2.6
575
install-dvi-am:
576
1.1.1 by Martin Pitt
Import upstream version 1.1.0
577
install-exec-am: install-binSCRIPTS install-dist_binSCRIPTS \
578
	install-sbinSCRIPTS
1 by Tim Dijkstra
Import upstream version 0.99.2
579
580
install-html: install-html-am
581
1.2.3 by Michael Biebl
Import upstream version 1.2.6
582
install-html-am:
583
1 by Tim Dijkstra
Import upstream version 0.99.2
584
install-info: install-info-am
585
1.2.3 by Michael Biebl
Import upstream version 1.2.6
586
install-info-am:
587
1 by Tim Dijkstra
Import upstream version 0.99.2
588
install-man:
589
590
install-pdf: install-pdf-am
591
1.2.3 by Michael Biebl
Import upstream version 1.2.6
592
install-pdf-am:
593
1 by Tim Dijkstra
Import upstream version 0.99.2
594
install-ps: install-ps-am
595
1.2.3 by Michael Biebl
Import upstream version 1.2.6
596
install-ps-am:
597
1 by Tim Dijkstra
Import upstream version 0.99.2
598
installcheck-am:
599
600
maintainer-clean: maintainer-clean-am
601
	-rm -rf ./$(DEPDIR)
602
	-rm -f Makefile
603
maintainer-clean-am: distclean-am maintainer-clean-generic
604
605
mostlyclean: mostlyclean-am
606
607
mostlyclean-am: mostlyclean-compile mostlyclean-generic
608
609
pdf: pdf-am
610
611
pdf-am:
612
613
ps: ps-am
614
615
ps-am:
616
1.1.1 by Martin Pitt
Import upstream version 1.1.0
617
uninstall-am: uninstall-binSCRIPTS uninstall-dist_binSCRIPTS \
618
	uninstall-pm_binPROGRAMS uninstall-pm_binSCRIPTS \
619
	uninstall-sbinSCRIPTS
1 by Tim Dijkstra
Import upstream version 0.99.2
620
1.1.1 by Martin Pitt
Import upstream version 1.1.0
621
.MAKE: install-am install-data-am install-strip
1 by Tim Dijkstra
Import upstream version 0.99.2
622
623
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
1.1.1 by Martin Pitt
Import upstream version 1.1.0
624
	clean-local clean-pm_binPROGRAMS ctags distclean \
1 by Tim Dijkstra
Import upstream version 0.99.2
625
	distclean-compile distclean-generic distclean-tags distdir dvi \
1.1.1 by Martin Pitt
Import upstream version 1.1.0
626
	dvi-am html html-am info info-am install install-am \
627
	install-binSCRIPTS install-data install-data-am \
628
	install-data-hook install-dist_binSCRIPTS install-dvi \
629
	install-dvi-am install-exec install-exec-am install-html \
1 by Tim Dijkstra
Import upstream version 0.99.2
630
	install-html-am install-info install-info-am install-man \
1.1.1 by Martin Pitt
Import upstream version 1.1.0
631
	install-pdf install-pdf-am install-pm_binPROGRAMS \
632
	install-pm_binSCRIPTS install-ps install-ps-am \
633
	install-sbinSCRIPTS install-strip installcheck installcheck-am \
634
	installdirs maintainer-clean maintainer-clean-generic \
635
	mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
636
	ps ps-am tags uninstall uninstall-am uninstall-binSCRIPTS \
637
	uninstall-dist_binSCRIPTS uninstall-pm_binPROGRAMS \
638
	uninstall-pm_binSCRIPTS uninstall-sbinSCRIPTS
639
640
641
.in:
642
	$(do_subst) $< >$@
643
	chmod +x $@
644
645
install-data-hook:
1 by Tim Dijkstra
Import upstream version 0.99.2
646
	-mkdir -p $(DESTDIR)$(sbindir)
1.1.1 by Martin Pitt
Import upstream version 1.1.0
647
	-ln -s $(pm_bindir)/pm-action $(DESTDIR)$(sbindir)/pm-suspend
648
	-ln -s $(pm_bindir)/pm-action $(DESTDIR)$(sbindir)/pm-hibernate
649
	-ln -s $(pm_bindir)/pm-action $(DESTDIR)$(sbindir)/pm-suspend-hybrid
1 by Tim Dijkstra
Import upstream version 0.99.2
650
651
clean-local :
652
	rm -f *~
1.2.3 by Michael Biebl
Import upstream version 1.2.6
653
1 by Tim Dijkstra
Import upstream version 0.99.2
654
# Tell versions [3.59,3.63) of GNU make to not export all variables.
655
# Otherwise a system limit (for SysV at least) may be exceeded.
656
.NOEXPORT: