Makefile.in (49510B)
1 # Makefile.in generated by automake 1.12.2 from Makefile.am. 2 # @configure_input@ 3 4 # Copyright (C) 1994-2012 Free Software Foundation, Inc. 5 6 # This Makefile.in is free software; the Free Software Foundation 7 # gives unlimited permission to copy and/or distribute it, 8 # with or without modifications, as long as this notice is preserved. 9 10 # This program is distributed in the hope that it will be useful, 11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without 12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A 13 # PARTICULAR PURPOSE. 14 15 @SET_MAKE@ 16 17 VPATH = @srcdir@ 18 am__make_dryrun = \ 19 { \ 20 am__dry=no; \ 21 case $$MAKEFLAGS in \ 22 *\\[\ \ ]*) \ 23 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ 24 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ 25 *) \ 26 for am__flg in $$MAKEFLAGS; do \ 27 case $$am__flg in \ 28 *=*|--*) ;; \ 29 *n*) am__dry=yes; break;; \ 30 esac; \ 31 done;; \ 32 esac; \ 33 test $$am__dry = yes; \ 34 } 35 pkgdatadir = $(datadir)/@PACKAGE@ 36 pkgincludedir = $(includedir)/@PACKAGE@ 37 pkglibdir = $(libdir)/@PACKAGE@ 38 pkglibexecdir = $(libexecdir)/@PACKAGE@ 39 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 40 install_sh_DATA = $(install_sh) -c -m 644 41 install_sh_PROGRAM = $(install_sh) -c 42 install_sh_SCRIPT = $(install_sh) -c 43 INSTALL_HEADER = $(INSTALL_DATA) 44 transform = $(program_transform_name) 45 NORMAL_INSTALL = : 46 PRE_INSTALL = : 47 POST_INSTALL = : 48 NORMAL_UNINSTALL = : 49 PRE_UNINSTALL = : 50 POST_UNINSTALL = : 51 build_triplet = @build@ 52 host_triplet = @host@ 53 bin_PROGRAMS = alsamixer$(EXEEXT) 54 subdir = alsamixer 55 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ 56 $(top_srcdir)/depcomp 57 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 58 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \ 59 $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \ 60 $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ 61 $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \ 62 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/acinclude.m4 \ 63 $(top_srcdir)/configure.ac 64 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 65 $(ACLOCAL_M4) 66 mkinstalldirs = $(install_sh) -d 67 CONFIG_HEADER = $(top_builddir)/include/aconfig.h 68 CONFIG_CLEAN_FILES = 69 CONFIG_CLEAN_VPATH_FILES = 70 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" 71 PROGRAMS = $(bin_PROGRAMS) 72 am_alsamixer_OBJECTS = alsamixer-card_select.$(OBJEXT) \ 73 alsamixer-cli.$(OBJEXT) alsamixer-colors.$(OBJEXT) \ 74 alsamixer-device_name.$(OBJEXT) alsamixer-die.$(OBJEXT) \ 75 alsamixer-mainloop.$(OBJEXT) alsamixer-mem.$(OBJEXT) \ 76 alsamixer-mixer_controls.$(OBJEXT) \ 77 alsamixer-mixer_display.$(OBJEXT) \ 78 alsamixer-mixer_widget.$(OBJEXT) \ 79 alsamixer-proc_files.$(OBJEXT) alsamixer-textbox.$(OBJEXT) \ 80 alsamixer-utils.$(OBJEXT) alsamixer-volume_mapping.$(OBJEXT) \ 81 alsamixer-widget.$(OBJEXT) 82 alsamixer_OBJECTS = $(am_alsamixer_OBJECTS) 83 alsamixer_LDADD = $(LDADD) 84 alsamixer_DEPENDENCIES = 85 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include 86 depcomp = $(SHELL) $(top_srcdir)/depcomp 87 am__depfiles_maybe = depfiles 88 am__mv = mv -f 89 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 90 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 91 CCLD = $(CC) 92 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 93 SOURCES = $(alsamixer_SOURCES) 94 DIST_SOURCES = $(alsamixer_SOURCES) 95 am__can_run_installinfo = \ 96 case $$AM_UPDATE_INFO_DIR in \ 97 n|no|NO) false;; \ 98 *) (install-info --version) >/dev/null 2>&1;; \ 99 esac 100 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 101 am__vpath_adj = case $$p in \ 102 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 103 *) f=$$p;; \ 104 esac; 105 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 106 am__install_max = 40 107 am__nobase_strip_setup = \ 108 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 109 am__nobase_strip = \ 110 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 111 am__nobase_list = $(am__nobase_strip_setup); \ 112 for p in $$list; do echo "$$p $$p"; done | \ 113 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 114 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 115 if (++n[$$2] == $(am__install_max)) \ 116 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 117 END { for (dir in files) print dir, files[dir] }' 118 am__base_list = \ 119 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 120 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 121 am__uninstall_files_from_dir = { \ 122 test -z "$$files" \ 123 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 124 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 125 $(am__cd) "$$dir" && rm -f $$files; }; \ 126 } 127 man1dir = $(mandir)/man1 128 NROFF = nroff 129 MANS = $(man_MANS) 130 ETAGS = etags 131 CTAGS = ctags 132 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 133 ACLOCAL = @ACLOCAL@ 134 ALSACTL_DAEMONSWITCH = @ALSACTL_DAEMONSWITCH@ 135 ALSACTL_PIDFILE_DIR = @ALSACTL_PIDFILE_DIR@ 136 ALSA_CFLAGS = @ALSA_CFLAGS@ 137 ALSA_LIBS = @ALSA_LIBS@ 138 AMTAR = @AMTAR@ 139 ASOUND_LOCK_DIR = @ASOUND_LOCK_DIR@ 140 ASOUND_STATE_DIR = @ASOUND_STATE_DIR@ 141 AUTOCONF = @AUTOCONF@ 142 AUTOHEADER = @AUTOHEADER@ 143 AUTOMAKE = @AUTOMAKE@ 144 AWK = @AWK@ 145 CC = @CC@ 146 CCDEPMODE = @CCDEPMODE@ 147 CFLAGS = @CFLAGS@ 148 CPP = @CPP@ 149 CPPFLAGS = @CPPFLAGS@ 150 CURSESINC = @CURSESINC@ 151 CURSESLIB = @CURSESLIB@ 152 CURSES_CFLAGS = @CURSES_CFLAGS@ 153 CYGPATH_W = @CYGPATH_W@ 154 DEFS = @DEFS@ 155 DEPDIR = @DEPDIR@ 156 ECHO_C = @ECHO_C@ 157 ECHO_N = @ECHO_N@ 158 ECHO_T = @ECHO_T@ 159 EGREP = @EGREP@ 160 EXEEXT = @EXEEXT@ 161 FFTW_CFLAGS = @FFTW_CFLAGS@ 162 FFTW_INC = @FFTW_INC@ 163 FFTW_LIB = @FFTW_LIB@ 164 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ 165 GMSGFMT = @GMSGFMT@ 166 GMSGFMT_015 = @GMSGFMT_015@ 167 GREP = @GREP@ 168 INSTALL = @INSTALL@ 169 INSTALL_DATA = @INSTALL_DATA@ 170 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 171 INSTALL_SCRIPT = @INSTALL_SCRIPT@ 172 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 173 INTLLIBS = @INTLLIBS@ 174 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ 175 LDFLAGS = @LDFLAGS@ 176 LIBICONV = @LIBICONV@ 177 LIBINTL = @LIBINTL@ 178 LIBOBJS = @LIBOBJS@ 179 LIBRT = @LIBRT@ 180 LIBS = @LIBS@ 181 LN_S = @LN_S@ 182 LTLIBICONV = @LTLIBICONV@ 183 LTLIBINTL = @LTLIBINTL@ 184 LTLIBOBJS = @LTLIBOBJS@ 185 MAINT = @MAINT@ 186 MAKEINFO = @MAKEINFO@ 187 MKDIR_P = @MKDIR_P@ 188 MSGFMT = @MSGFMT@ 189 MSGFMT_015 = @MSGFMT_015@ 190 MSGMERGE = @MSGMERGE@ 191 NCURSESW_CFLAGS = @NCURSESW_CFLAGS@ 192 NCURSESW_LIBS = @NCURSESW_LIBS@ 193 NCURSES_CFLAGS = @NCURSES_CFLAGS@ 194 NCURSES_LIBS = @NCURSES_LIBS@ 195 OBJEXT = @OBJEXT@ 196 PACKAGE = @PACKAGE@ 197 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 198 PACKAGE_NAME = @PACKAGE_NAME@ 199 PACKAGE_STRING = @PACKAGE_STRING@ 200 PACKAGE_TARNAME = @PACKAGE_TARNAME@ 201 PACKAGE_URL = @PACKAGE_URL@ 202 PACKAGE_VERSION = @PACKAGE_VERSION@ 203 PATH_SEPARATOR = @PATH_SEPARATOR@ 204 PKG_CONFIG = @PKG_CONFIG@ 205 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 206 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 207 POSUB = @POSUB@ 208 SED = @SED@ 209 SET_MAKE = @SET_MAKE@ 210 SHELL = @SHELL@ 211 SND_UTIL_MAJOR = @SND_UTIL_MAJOR@ 212 SND_UTIL_MINOR = @SND_UTIL_MINOR@ 213 SND_UTIL_SUBMINOR = @SND_UTIL_SUBMINOR@ 214 SND_UTIL_VERSION = @SND_UTIL_VERSION@ 215 STRIP = @STRIP@ 216 TESTSOUND = @TESTSOUND@ 217 USE_NLS = @USE_NLS@ 218 VERSION = @VERSION@ 219 XGETTEXT = @XGETTEXT@ 220 XGETTEXT_015 = @XGETTEXT_015@ 221 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ 222 abs_builddir = @abs_builddir@ 223 abs_srcdir = @abs_srcdir@ 224 abs_top_builddir = @abs_top_builddir@ 225 abs_top_srcdir = @abs_top_srcdir@ 226 ac_ct_CC = @ac_ct_CC@ 227 am__include = @am__include@ 228 am__leading_dot = @am__leading_dot@ 229 am__quote = @am__quote@ 230 am__tar = @am__tar@ 231 am__untar = @am__untar@ 232 bindir = @bindir@ 233 build = @build@ 234 build_alias = @build_alias@ 235 build_cpu = @build_cpu@ 236 build_os = @build_os@ 237 build_vendor = @build_vendor@ 238 builddir = @builddir@ 239 datadir = @datadir@ 240 datarootdir = @datarootdir@ 241 docdir = @docdir@ 242 dvidir = @dvidir@ 243 exec_prefix = @exec_prefix@ 244 host = @host@ 245 host_alias = @host_alias@ 246 host_cpu = @host_cpu@ 247 host_os = @host_os@ 248 host_vendor = @host_vendor@ 249 htmldir = @htmldir@ 250 includedir = @includedir@ 251 infodir = @infodir@ 252 install_sh = @install_sh@ 253 libdir = @libdir@ 254 libexecdir = @libexecdir@ 255 localedir = @localedir@ 256 localstatedir = @localstatedir@ 257 mandir = @mandir@ 258 mkdir_p = @mkdir_p@ 259 mydatadir = @mydatadir@ 260 ncurses5_config = @ncurses5_config@ 261 ncursesw5_config = @ncursesw5_config@ 262 oldincludedir = @oldincludedir@ 263 pdfdir = @pdfdir@ 264 prefix = @prefix@ 265 program_transform_name = @program_transform_name@ 266 psdir = @psdir@ 267 rst2man_available = @rst2man_available@ 268 sbindir = @sbindir@ 269 sharedstatedir = @sharedstatedir@ 270 srcdir = @srcdir@ 271 sysconfdir = @sysconfdir@ 272 systemdsystemunitdir = @systemdsystemunitdir@ 273 target_alias = @target_alias@ 274 top_build_prefix = @top_build_prefix@ 275 top_builddir = @top_builddir@ 276 top_srcdir = @top_srcdir@ 277 udevrulesdir = @udevrulesdir@ 278 xmlto_available = @xmlto_available@ 279 AM_CFLAGS = @CURSES_CFLAGS@ -DCURSESINC="@CURSESINC@" 280 LDADD = @CURSESLIB@ 281 alsamixer_SOURCES = card_select.c card_select.h \ 282 cli.c \ 283 colors.c colors.h \ 284 device_name.c device_name.h \ 285 die.c die.h \ 286 mainloop.c mainloop.h \ 287 mem.c mem.h \ 288 mixer_controls.c mixer_controls.h \ 289 mixer_display.c mixer_display.h \ 290 mixer_widget.c mixer_widget.h \ 291 proc_files.c proc_files.h \ 292 textbox.c textbox.h \ 293 utils.c utils.h \ 294 volume_mapping.c volume_mapping.h \ 295 widget.c widget.h 296 297 man_MANS = alsamixer.1 298 EXTRA_DIST = alsamixer.1 299 alsamixer_CPPFLAGS = -I$(top_srcdir)/include 300 all: all-am 301 302 .SUFFIXES: 303 .SUFFIXES: .c .o .obj 304 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 305 @for dep in $?; do \ 306 case '$(am__configure_deps)' in \ 307 *$$dep*) \ 308 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 309 && { if test -f $@; then exit 0; else break; fi; }; \ 310 exit 1;; \ 311 esac; \ 312 done; \ 313 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign alsamixer/Makefile'; \ 314 $(am__cd) $(top_srcdir) && \ 315 $(AUTOMAKE) --foreign alsamixer/Makefile 316 .PRECIOUS: Makefile 317 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 318 @case '$?' in \ 319 *config.status*) \ 320 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 321 *) \ 322 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 323 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 324 esac; 325 326 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 327 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 328 329 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 330 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 331 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 332 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 333 $(am__aclocal_m4_deps): 334 install-binPROGRAMS: $(bin_PROGRAMS) 335 @$(NORMAL_INSTALL) 336 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 337 if test -n "$$list"; then \ 338 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ 339 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ 340 fi; \ 341 for p in $$list; do echo "$$p $$p"; done | \ 342 sed 's/$(EXEEXT)$$//' | \ 343 while read p p1; do if test -f $$p; \ 344 then echo "$$p"; echo "$$p"; else :; fi; \ 345 done | \ 346 sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \ 347 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ 348 sed 'N;N;N;s,\n, ,g' | \ 349 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ 350 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ 351 if ($$2 == $$4) files[d] = files[d] " " $$1; \ 352 else { print "f", $$3 "/" $$4, $$1; } } \ 353 END { for (d in files) print "f", d, files[d] }' | \ 354 while read type dir files; do \ 355 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ 356 test -z "$$files" || { \ 357 echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ 358 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ 359 } \ 360 ; done 361 362 uninstall-binPROGRAMS: 363 @$(NORMAL_UNINSTALL) 364 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 365 files=`for p in $$list; do echo "$$p"; done | \ 366 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ 367 -e 's/$$/$(EXEEXT)/' `; \ 368 test -n "$$list" || exit 0; \ 369 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ 370 cd "$(DESTDIR)$(bindir)" && rm -f $$files 371 372 clean-binPROGRAMS: 373 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) 374 alsamixer$(EXEEXT): $(alsamixer_OBJECTS) $(alsamixer_DEPENDENCIES) $(EXTRA_alsamixer_DEPENDENCIES) 375 @rm -f alsamixer$(EXEEXT) 376 $(LINK) $(alsamixer_OBJECTS) $(alsamixer_LDADD) $(LIBS) 377 378 mostlyclean-compile: 379 -rm -f *.$(OBJEXT) 380 381 distclean-compile: 382 -rm -f *.tab.c 383 384 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alsamixer-card_select.Po@am__quote@ 385 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alsamixer-cli.Po@am__quote@ 386 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alsamixer-colors.Po@am__quote@ 387 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alsamixer-device_name.Po@am__quote@ 388 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alsamixer-die.Po@am__quote@ 389 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alsamixer-mainloop.Po@am__quote@ 390 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alsamixer-mem.Po@am__quote@ 391 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alsamixer-mixer_controls.Po@am__quote@ 392 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alsamixer-mixer_display.Po@am__quote@ 393 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alsamixer-mixer_widget.Po@am__quote@ 394 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alsamixer-proc_files.Po@am__quote@ 395 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alsamixer-textbox.Po@am__quote@ 396 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alsamixer-utils.Po@am__quote@ 397 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alsamixer-volume_mapping.Po@am__quote@ 398 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alsamixer-widget.Po@am__quote@ 399 400 .c.o: 401 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 402 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 403 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 404 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 405 @am__fastdepCC_FALSE@ $(COMPILE) -c $< 406 407 .c.obj: 408 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 409 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 410 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 411 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 412 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` 413 414 alsamixer-card_select.o: card_select.c 415 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(alsamixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT alsamixer-card_select.o -MD -MP -MF $(DEPDIR)/alsamixer-card_select.Tpo -c -o alsamixer-card_select.o `test -f 'card_select.c' || echo '$(srcdir)/'`card_select.c 416 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/alsamixer-card_select.Tpo $(DEPDIR)/alsamixer-card_select.Po 417 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='card_select.c' object='alsamixer-card_select.o' libtool=no @AMDEPBACKSLASH@ 418 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 419 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(alsamixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o alsamixer-card_select.o `test -f 'card_select.c' || echo '$(srcdir)/'`card_select.c 420 421 alsamixer-card_select.obj: card_select.c 422 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(alsamixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT alsamixer-card_select.obj -MD -MP -MF $(DEPDIR)/alsamixer-card_select.Tpo -c -o alsamixer-card_select.obj `if test -f 'card_select.c'; then $(CYGPATH_W) 'card_select.c'; else $(CYGPATH_W) '$(srcdir)/card_select.c'; fi` 423 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/alsamixer-card_select.Tpo $(DEPDIR)/alsamixer-card_select.Po 424 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='card_select.c' object='alsamixer-card_select.obj' libtool=no @AMDEPBACKSLASH@ 425 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 426 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(alsamixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o alsamixer-card_select.obj `if test -f 'card_select.c'; then $(CYGPATH_W) 'card_select.c'; else $(CYGPATH_W) '$(srcdir)/card_select.c'; fi` 427 428 alsamixer-cli.o: cli.c 429 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(alsamixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT alsamixer-cli.o -MD -MP -MF $(DEPDIR)/alsamixer-cli.Tpo -c -o alsamixer-cli.o `test -f 'cli.c' || echo '$(srcdir)/'`cli.c 430 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/alsamixer-cli.Tpo $(DEPDIR)/alsamixer-cli.Po 431 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cli.c' object='alsamixer-cli.o' libtool=no @AMDEPBACKSLASH@ 432 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 433 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(alsamixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o alsamixer-cli.o `test -f 'cli.c' || echo '$(srcdir)/'`cli.c 434 435 alsamixer-cli.obj: cli.c 436 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(alsamixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT alsamixer-cli.obj -MD -MP -MF $(DEPDIR)/alsamixer-cli.Tpo -c -o alsamixer-cli.obj `if test -f 'cli.c'; then $(CYGPATH_W) 'cli.c'; else $(CYGPATH_W) '$(srcdir)/cli.c'; fi` 437 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/alsamixer-cli.Tpo $(DEPDIR)/alsamixer-cli.Po 438 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cli.c' object='alsamixer-cli.obj' libtool=no @AMDEPBACKSLASH@ 439 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 440 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(alsamixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o alsamixer-cli.obj `if test -f 'cli.c'; then $(CYGPATH_W) 'cli.c'; else $(CYGPATH_W) '$(srcdir)/cli.c'; fi` 441 442 alsamixer-colors.o: colors.c 443 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(alsamixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT alsamixer-colors.o -MD -MP -MF $(DEPDIR)/alsamixer-colors.Tpo -c -o alsamixer-colors.o `test -f 'colors.c' || echo '$(srcdir)/'`colors.c 444 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/alsamixer-colors.Tpo $(DEPDIR)/alsamixer-colors.Po 445 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='colors.c' object='alsamixer-colors.o' libtool=no @AMDEPBACKSLASH@ 446 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 447 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(alsamixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o alsamixer-colors.o `test -f 'colors.c' || echo '$(srcdir)/'`colors.c 448 449 alsamixer-colors.obj: colors.c 450 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(alsamixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT alsamixer-colors.obj -MD -MP -MF $(DEPDIR)/alsamixer-colors.Tpo -c -o alsamixer-colors.obj `if test -f 'colors.c'; then $(CYGPATH_W) 'colors.c'; else $(CYGPATH_W) '$(srcdir)/colors.c'; fi` 451 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/alsamixer-colors.Tpo $(DEPDIR)/alsamixer-colors.Po 452 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='colors.c' object='alsamixer-colors.obj' libtool=no @AMDEPBACKSLASH@ 453 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 454 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(alsamixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o alsamixer-colors.obj `if test -f 'colors.c'; then $(CYGPATH_W) 'colors.c'; else $(CYGPATH_W) '$(srcdir)/colors.c'; fi` 455 456 alsamixer-device_name.o: device_name.c 457 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(alsamixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT alsamixer-device_name.o -MD -MP -MF $(DEPDIR)/alsamixer-device_name.Tpo -c -o alsamixer-device_name.o `test -f 'device_name.c' || echo '$(srcdir)/'`device_name.c 458 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/alsamixer-device_name.Tpo $(DEPDIR)/alsamixer-device_name.Po 459 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='device_name.c' object='alsamixer-device_name.o' libtool=no @AMDEPBACKSLASH@ 460 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 461 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(alsamixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o alsamixer-device_name.o `test -f 'device_name.c' || echo '$(srcdir)/'`device_name.c 462 463 alsamixer-device_name.obj: device_name.c 464 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(alsamixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT alsamixer-device_name.obj -MD -MP -MF $(DEPDIR)/alsamixer-device_name.Tpo -c -o alsamixer-device_name.obj `if test -f 'device_name.c'; then $(CYGPATH_W) 'device_name.c'; else $(CYGPATH_W) '$(srcdir)/device_name.c'; fi` 465 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/alsamixer-device_name.Tpo $(DEPDIR)/alsamixer-device_name.Po 466 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='device_name.c' object='alsamixer-device_name.obj' libtool=no @AMDEPBACKSLASH@ 467 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 468 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(alsamixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o alsamixer-device_name.obj `if test -f 'device_name.c'; then $(CYGPATH_W) 'device_name.c'; else $(CYGPATH_W) '$(srcdir)/device_name.c'; fi` 469 470 alsamixer-die.o: die.c 471 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(alsamixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT alsamixer-die.o -MD -MP -MF $(DEPDIR)/alsamixer-die.Tpo -c -o alsamixer-die.o `test -f 'die.c' || echo '$(srcdir)/'`die.c 472 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/alsamixer-die.Tpo $(DEPDIR)/alsamixer-die.Po 473 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='die.c' object='alsamixer-die.o' libtool=no @AMDEPBACKSLASH@ 474 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 475 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(alsamixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o alsamixer-die.o `test -f 'die.c' || echo '$(srcdir)/'`die.c 476 477 alsamixer-die.obj: die.c 478 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(alsamixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT alsamixer-die.obj -MD -MP -MF $(DEPDIR)/alsamixer-die.Tpo -c -o alsamixer-die.obj `if test -f 'die.c'; then $(CYGPATH_W) 'die.c'; else $(CYGPATH_W) '$(srcdir)/die.c'; fi` 479 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/alsamixer-die.Tpo $(DEPDIR)/alsamixer-die.Po 480 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='die.c' object='alsamixer-die.obj' libtool=no @AMDEPBACKSLASH@ 481 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 482 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(alsamixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o alsamixer-die.obj `if test -f 'die.c'; then $(CYGPATH_W) 'die.c'; else $(CYGPATH_W) '$(srcdir)/die.c'; fi` 483 484 alsamixer-mainloop.o: mainloop.c 485 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(alsamixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT alsamixer-mainloop.o -MD -MP -MF $(DEPDIR)/alsamixer-mainloop.Tpo -c -o alsamixer-mainloop.o `test -f 'mainloop.c' || echo '$(srcdir)/'`mainloop.c 486 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/alsamixer-mainloop.Tpo $(DEPDIR)/alsamixer-mainloop.Po 487 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='mainloop.c' object='alsamixer-mainloop.o' libtool=no @AMDEPBACKSLASH@ 488 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 489 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(alsamixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o alsamixer-mainloop.o `test -f 'mainloop.c' || echo '$(srcdir)/'`mainloop.c 490 491 alsamixer-mainloop.obj: mainloop.c 492 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(alsamixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT alsamixer-mainloop.obj -MD -MP -MF $(DEPDIR)/alsamixer-mainloop.Tpo -c -o alsamixer-mainloop.obj `if test -f 'mainloop.c'; then $(CYGPATH_W) 'mainloop.c'; else $(CYGPATH_W) '$(srcdir)/mainloop.c'; fi` 493 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/alsamixer-mainloop.Tpo $(DEPDIR)/alsamixer-mainloop.Po 494 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='mainloop.c' object='alsamixer-mainloop.obj' libtool=no @AMDEPBACKSLASH@ 495 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 496 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(alsamixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o alsamixer-mainloop.obj `if test -f 'mainloop.c'; then $(CYGPATH_W) 'mainloop.c'; else $(CYGPATH_W) '$(srcdir)/mainloop.c'; fi` 497 498 alsamixer-mem.o: mem.c 499 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(alsamixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT alsamixer-mem.o -MD -MP -MF $(DEPDIR)/alsamixer-mem.Tpo -c -o alsamixer-mem.o `test -f 'mem.c' || echo '$(srcdir)/'`mem.c 500 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/alsamixer-mem.Tpo $(DEPDIR)/alsamixer-mem.Po 501 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='mem.c' object='alsamixer-mem.o' libtool=no @AMDEPBACKSLASH@ 502 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 503 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(alsamixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o alsamixer-mem.o `test -f 'mem.c' || echo '$(srcdir)/'`mem.c 504 505 alsamixer-mem.obj: mem.c 506 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(alsamixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT alsamixer-mem.obj -MD -MP -MF $(DEPDIR)/alsamixer-mem.Tpo -c -o alsamixer-mem.obj `if test -f 'mem.c'; then $(CYGPATH_W) 'mem.c'; else $(CYGPATH_W) '$(srcdir)/mem.c'; fi` 507 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/alsamixer-mem.Tpo $(DEPDIR)/alsamixer-mem.Po 508 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='mem.c' object='alsamixer-mem.obj' libtool=no @AMDEPBACKSLASH@ 509 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 510 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(alsamixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o alsamixer-mem.obj `if test -f 'mem.c'; then $(CYGPATH_W) 'mem.c'; else $(CYGPATH_W) '$(srcdir)/mem.c'; fi` 511 512 alsamixer-mixer_controls.o: mixer_controls.c 513 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(alsamixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT alsamixer-mixer_controls.o -MD -MP -MF $(DEPDIR)/alsamixer-mixer_controls.Tpo -c -o alsamixer-mixer_controls.o `test -f 'mixer_controls.c' || echo '$(srcdir)/'`mixer_controls.c 514 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/alsamixer-mixer_controls.Tpo $(DEPDIR)/alsamixer-mixer_controls.Po 515 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='mixer_controls.c' object='alsamixer-mixer_controls.o' libtool=no @AMDEPBACKSLASH@ 516 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 517 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(alsamixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o alsamixer-mixer_controls.o `test -f 'mixer_controls.c' || echo '$(srcdir)/'`mixer_controls.c 518 519 alsamixer-mixer_controls.obj: mixer_controls.c 520 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(alsamixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT alsamixer-mixer_controls.obj -MD -MP -MF $(DEPDIR)/alsamixer-mixer_controls.Tpo -c -o alsamixer-mixer_controls.obj `if test -f 'mixer_controls.c'; then $(CYGPATH_W) 'mixer_controls.c'; else $(CYGPATH_W) '$(srcdir)/mixer_controls.c'; fi` 521 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/alsamixer-mixer_controls.Tpo $(DEPDIR)/alsamixer-mixer_controls.Po 522 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='mixer_controls.c' object='alsamixer-mixer_controls.obj' libtool=no @AMDEPBACKSLASH@ 523 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 524 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(alsamixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o alsamixer-mixer_controls.obj `if test -f 'mixer_controls.c'; then $(CYGPATH_W) 'mixer_controls.c'; else $(CYGPATH_W) '$(srcdir)/mixer_controls.c'; fi` 525 526 alsamixer-mixer_display.o: mixer_display.c 527 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(alsamixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT alsamixer-mixer_display.o -MD -MP -MF $(DEPDIR)/alsamixer-mixer_display.Tpo -c -o alsamixer-mixer_display.o `test -f 'mixer_display.c' || echo '$(srcdir)/'`mixer_display.c 528 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/alsamixer-mixer_display.Tpo $(DEPDIR)/alsamixer-mixer_display.Po 529 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='mixer_display.c' object='alsamixer-mixer_display.o' libtool=no @AMDEPBACKSLASH@ 530 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 531 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(alsamixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o alsamixer-mixer_display.o `test -f 'mixer_display.c' || echo '$(srcdir)/'`mixer_display.c 532 533 alsamixer-mixer_display.obj: mixer_display.c 534 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(alsamixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT alsamixer-mixer_display.obj -MD -MP -MF $(DEPDIR)/alsamixer-mixer_display.Tpo -c -o alsamixer-mixer_display.obj `if test -f 'mixer_display.c'; then $(CYGPATH_W) 'mixer_display.c'; else $(CYGPATH_W) '$(srcdir)/mixer_display.c'; fi` 535 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/alsamixer-mixer_display.Tpo $(DEPDIR)/alsamixer-mixer_display.Po 536 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='mixer_display.c' object='alsamixer-mixer_display.obj' libtool=no @AMDEPBACKSLASH@ 537 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 538 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(alsamixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o alsamixer-mixer_display.obj `if test -f 'mixer_display.c'; then $(CYGPATH_W) 'mixer_display.c'; else $(CYGPATH_W) '$(srcdir)/mixer_display.c'; fi` 539 540 alsamixer-mixer_widget.o: mixer_widget.c 541 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(alsamixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT alsamixer-mixer_widget.o -MD -MP -MF $(DEPDIR)/alsamixer-mixer_widget.Tpo -c -o alsamixer-mixer_widget.o `test -f 'mixer_widget.c' || echo '$(srcdir)/'`mixer_widget.c 542 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/alsamixer-mixer_widget.Tpo $(DEPDIR)/alsamixer-mixer_widget.Po 543 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='mixer_widget.c' object='alsamixer-mixer_widget.o' libtool=no @AMDEPBACKSLASH@ 544 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 545 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(alsamixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o alsamixer-mixer_widget.o `test -f 'mixer_widget.c' || echo '$(srcdir)/'`mixer_widget.c 546 547 alsamixer-mixer_widget.obj: mixer_widget.c 548 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(alsamixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT alsamixer-mixer_widget.obj -MD -MP -MF $(DEPDIR)/alsamixer-mixer_widget.Tpo -c -o alsamixer-mixer_widget.obj `if test -f 'mixer_widget.c'; then $(CYGPATH_W) 'mixer_widget.c'; else $(CYGPATH_W) '$(srcdir)/mixer_widget.c'; fi` 549 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/alsamixer-mixer_widget.Tpo $(DEPDIR)/alsamixer-mixer_widget.Po 550 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='mixer_widget.c' object='alsamixer-mixer_widget.obj' libtool=no @AMDEPBACKSLASH@ 551 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 552 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(alsamixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o alsamixer-mixer_widget.obj `if test -f 'mixer_widget.c'; then $(CYGPATH_W) 'mixer_widget.c'; else $(CYGPATH_W) '$(srcdir)/mixer_widget.c'; fi` 553 554 alsamixer-proc_files.o: proc_files.c 555 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(alsamixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT alsamixer-proc_files.o -MD -MP -MF $(DEPDIR)/alsamixer-proc_files.Tpo -c -o alsamixer-proc_files.o `test -f 'proc_files.c' || echo '$(srcdir)/'`proc_files.c 556 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/alsamixer-proc_files.Tpo $(DEPDIR)/alsamixer-proc_files.Po 557 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='proc_files.c' object='alsamixer-proc_files.o' libtool=no @AMDEPBACKSLASH@ 558 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 559 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(alsamixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o alsamixer-proc_files.o `test -f 'proc_files.c' || echo '$(srcdir)/'`proc_files.c 560 561 alsamixer-proc_files.obj: proc_files.c 562 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(alsamixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT alsamixer-proc_files.obj -MD -MP -MF $(DEPDIR)/alsamixer-proc_files.Tpo -c -o alsamixer-proc_files.obj `if test -f 'proc_files.c'; then $(CYGPATH_W) 'proc_files.c'; else $(CYGPATH_W) '$(srcdir)/proc_files.c'; fi` 563 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/alsamixer-proc_files.Tpo $(DEPDIR)/alsamixer-proc_files.Po 564 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='proc_files.c' object='alsamixer-proc_files.obj' libtool=no @AMDEPBACKSLASH@ 565 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 566 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(alsamixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o alsamixer-proc_files.obj `if test -f 'proc_files.c'; then $(CYGPATH_W) 'proc_files.c'; else $(CYGPATH_W) '$(srcdir)/proc_files.c'; fi` 567 568 alsamixer-textbox.o: textbox.c 569 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(alsamixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT alsamixer-textbox.o -MD -MP -MF $(DEPDIR)/alsamixer-textbox.Tpo -c -o alsamixer-textbox.o `test -f 'textbox.c' || echo '$(srcdir)/'`textbox.c 570 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/alsamixer-textbox.Tpo $(DEPDIR)/alsamixer-textbox.Po 571 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='textbox.c' object='alsamixer-textbox.o' libtool=no @AMDEPBACKSLASH@ 572 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 573 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(alsamixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o alsamixer-textbox.o `test -f 'textbox.c' || echo '$(srcdir)/'`textbox.c 574 575 alsamixer-textbox.obj: textbox.c 576 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(alsamixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT alsamixer-textbox.obj -MD -MP -MF $(DEPDIR)/alsamixer-textbox.Tpo -c -o alsamixer-textbox.obj `if test -f 'textbox.c'; then $(CYGPATH_W) 'textbox.c'; else $(CYGPATH_W) '$(srcdir)/textbox.c'; fi` 577 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/alsamixer-textbox.Tpo $(DEPDIR)/alsamixer-textbox.Po 578 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='textbox.c' object='alsamixer-textbox.obj' libtool=no @AMDEPBACKSLASH@ 579 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 580 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(alsamixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o alsamixer-textbox.obj `if test -f 'textbox.c'; then $(CYGPATH_W) 'textbox.c'; else $(CYGPATH_W) '$(srcdir)/textbox.c'; fi` 581 582 alsamixer-utils.o: utils.c 583 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(alsamixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT alsamixer-utils.o -MD -MP -MF $(DEPDIR)/alsamixer-utils.Tpo -c -o alsamixer-utils.o `test -f 'utils.c' || echo '$(srcdir)/'`utils.c 584 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/alsamixer-utils.Tpo $(DEPDIR)/alsamixer-utils.Po 585 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='utils.c' object='alsamixer-utils.o' libtool=no @AMDEPBACKSLASH@ 586 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 587 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(alsamixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o alsamixer-utils.o `test -f 'utils.c' || echo '$(srcdir)/'`utils.c 588 589 alsamixer-utils.obj: utils.c 590 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(alsamixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT alsamixer-utils.obj -MD -MP -MF $(DEPDIR)/alsamixer-utils.Tpo -c -o alsamixer-utils.obj `if test -f 'utils.c'; then $(CYGPATH_W) 'utils.c'; else $(CYGPATH_W) '$(srcdir)/utils.c'; fi` 591 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/alsamixer-utils.Tpo $(DEPDIR)/alsamixer-utils.Po 592 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='utils.c' object='alsamixer-utils.obj' libtool=no @AMDEPBACKSLASH@ 593 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 594 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(alsamixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o alsamixer-utils.obj `if test -f 'utils.c'; then $(CYGPATH_W) 'utils.c'; else $(CYGPATH_W) '$(srcdir)/utils.c'; fi` 595 596 alsamixer-volume_mapping.o: volume_mapping.c 597 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(alsamixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT alsamixer-volume_mapping.o -MD -MP -MF $(DEPDIR)/alsamixer-volume_mapping.Tpo -c -o alsamixer-volume_mapping.o `test -f 'volume_mapping.c' || echo '$(srcdir)/'`volume_mapping.c 598 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/alsamixer-volume_mapping.Tpo $(DEPDIR)/alsamixer-volume_mapping.Po 599 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='volume_mapping.c' object='alsamixer-volume_mapping.o' libtool=no @AMDEPBACKSLASH@ 600 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 601 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(alsamixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o alsamixer-volume_mapping.o `test -f 'volume_mapping.c' || echo '$(srcdir)/'`volume_mapping.c 602 603 alsamixer-volume_mapping.obj: volume_mapping.c 604 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(alsamixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT alsamixer-volume_mapping.obj -MD -MP -MF $(DEPDIR)/alsamixer-volume_mapping.Tpo -c -o alsamixer-volume_mapping.obj `if test -f 'volume_mapping.c'; then $(CYGPATH_W) 'volume_mapping.c'; else $(CYGPATH_W) '$(srcdir)/volume_mapping.c'; fi` 605 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/alsamixer-volume_mapping.Tpo $(DEPDIR)/alsamixer-volume_mapping.Po 606 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='volume_mapping.c' object='alsamixer-volume_mapping.obj' libtool=no @AMDEPBACKSLASH@ 607 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 608 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(alsamixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o alsamixer-volume_mapping.obj `if test -f 'volume_mapping.c'; then $(CYGPATH_W) 'volume_mapping.c'; else $(CYGPATH_W) '$(srcdir)/volume_mapping.c'; fi` 609 610 alsamixer-widget.o: widget.c 611 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(alsamixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT alsamixer-widget.o -MD -MP -MF $(DEPDIR)/alsamixer-widget.Tpo -c -o alsamixer-widget.o `test -f 'widget.c' || echo '$(srcdir)/'`widget.c 612 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/alsamixer-widget.Tpo $(DEPDIR)/alsamixer-widget.Po 613 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='widget.c' object='alsamixer-widget.o' libtool=no @AMDEPBACKSLASH@ 614 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 615 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(alsamixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o alsamixer-widget.o `test -f 'widget.c' || echo '$(srcdir)/'`widget.c 616 617 alsamixer-widget.obj: widget.c 618 @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(alsamixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT alsamixer-widget.obj -MD -MP -MF $(DEPDIR)/alsamixer-widget.Tpo -c -o alsamixer-widget.obj `if test -f 'widget.c'; then $(CYGPATH_W) 'widget.c'; else $(CYGPATH_W) '$(srcdir)/widget.c'; fi` 619 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/alsamixer-widget.Tpo $(DEPDIR)/alsamixer-widget.Po 620 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='widget.c' object='alsamixer-widget.obj' libtool=no @AMDEPBACKSLASH@ 621 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 622 @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(alsamixer_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o alsamixer-widget.obj `if test -f 'widget.c'; then $(CYGPATH_W) 'widget.c'; else $(CYGPATH_W) '$(srcdir)/widget.c'; fi` 623 install-man1: $(man_MANS) 624 @$(NORMAL_INSTALL) 625 @list1=''; \ 626 list2='$(man_MANS)'; \ 627 test -n "$(man1dir)" \ 628 && test -n "`echo $$list1$$list2`" \ 629 || exit 0; \ 630 echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \ 631 $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \ 632 { for i in $$list1; do echo "$$i"; done; \ 633 if test -n "$$list2"; then \ 634 for i in $$list2; do echo "$$i"; done \ 635 | sed -n '/\.1[a-z]*$$/p'; \ 636 fi; \ 637 } | while read p; do \ 638 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ 639 echo "$$d$$p"; echo "$$p"; \ 640 done | \ 641 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ 642 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ 643 sed 'N;N;s,\n, ,g' | { \ 644 list=; while read file base inst; do \ 645 if test "$$base" = "$$inst"; then list="$$list $$file"; else \ 646 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ 647 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \ 648 fi; \ 649 done; \ 650 for i in $$list; do echo "$$i"; done | $(am__base_list) | \ 651 while read files; do \ 652 test -z "$$files" || { \ 653 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \ 654 $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \ 655 done; } 656 657 uninstall-man1: 658 @$(NORMAL_UNINSTALL) 659 @list=''; test -n "$(man1dir)" || exit 0; \ 660 files=`{ for i in $$list; do echo "$$i"; done; \ 661 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ 662 sed -n '/\.1[a-z]*$$/p'; \ 663 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ 664 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ 665 dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir) 666 667 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 668 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 669 unique=`for i in $$list; do \ 670 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 671 done | \ 672 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 673 END { if (nonempty) { for (i in files) print i; }; }'`; \ 674 mkid -fID $$unique 675 tags: TAGS 676 677 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 678 $(TAGS_FILES) $(LISP) 679 set x; \ 680 here=`pwd`; \ 681 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 682 unique=`for i in $$list; do \ 683 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 684 done | \ 685 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 686 END { if (nonempty) { for (i in files) print i; }; }'`; \ 687 shift; \ 688 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 689 test -n "$$unique" || unique=$$empty_fix; \ 690 if test $$# -gt 0; then \ 691 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 692 "$$@" $$unique; \ 693 else \ 694 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 695 $$unique; \ 696 fi; \ 697 fi 698 ctags: CTAGS 699 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 700 $(TAGS_FILES) $(LISP) 701 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 702 unique=`for i in $$list; do \ 703 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 704 done | \ 705 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 706 END { if (nonempty) { for (i in files) print i; }; }'`; \ 707 test -z "$(CTAGS_ARGS)$$unique" \ 708 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 709 $$unique 710 711 GTAGS: 712 here=`$(am__cd) $(top_builddir) && pwd` \ 713 && $(am__cd) $(top_srcdir) \ 714 && gtags -i $(GTAGS_ARGS) "$$here" 715 716 cscopelist: $(HEADERS) $(SOURCES) $(LISP) 717 list='$(SOURCES) $(HEADERS) $(LISP)'; \ 718 case "$(srcdir)" in \ 719 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 720 *) sdir=$(subdir)/$(srcdir) ;; \ 721 esac; \ 722 for i in $$list; do \ 723 if test -f "$$i"; then \ 724 echo "$(subdir)/$$i"; \ 725 else \ 726 echo "$$sdir/$$i"; \ 727 fi; \ 728 done >> $(top_builddir)/cscope.files 729 730 distclean-tags: 731 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 732 733 distdir: $(DISTFILES) 734 @list='$(MANS)'; if test -n "$$list"; then \ 735 list=`for p in $$list; do \ 736 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ 737 if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \ 738 if test -n "$$list" && \ 739 grep 'ab help2man is required to generate this page' $$list >/dev/null; then \ 740 echo "error: found man pages containing the 'missing help2man' replacement text:" >&2; \ 741 grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/ /' >&2; \ 742 echo " to fix them, install help2man, remove and regenerate the man pages;" >&2; \ 743 echo " typically 'make maintainer-clean' will remove them" >&2; \ 744 exit 1; \ 745 else :; fi; \ 746 else :; fi 747 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 748 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 749 list='$(DISTFILES)'; \ 750 dist_files=`for file in $$list; do echo $$file; done | \ 751 sed -e "s|^$$srcdirstrip/||;t" \ 752 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 753 case $$dist_files in \ 754 */*) $(MKDIR_P) `echo "$$dist_files" | \ 755 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 756 sort -u` ;; \ 757 esac; \ 758 for file in $$dist_files; do \ 759 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 760 if test -d $$d/$$file; then \ 761 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 762 if test -d "$(distdir)/$$file"; then \ 763 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 764 fi; \ 765 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 766 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 767 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 768 fi; \ 769 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 770 else \ 771 test -f "$(distdir)/$$file" \ 772 || cp -p $$d/$$file "$(distdir)/$$file" \ 773 || exit 1; \ 774 fi; \ 775 done 776 check-am: all-am 777 check: check-am 778 all-am: Makefile $(PROGRAMS) $(MANS) 779 installdirs: 780 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \ 781 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 782 done 783 install: install-am 784 install-exec: install-exec-am 785 install-data: install-data-am 786 uninstall: uninstall-am 787 788 install-am: all-am 789 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 790 791 installcheck: installcheck-am 792 install-strip: 793 if test -z '$(STRIP)'; then \ 794 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 795 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 796 install; \ 797 else \ 798 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 799 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 800 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 801 fi 802 mostlyclean-generic: 803 804 clean-generic: 805 806 distclean-generic: 807 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 808 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 809 810 maintainer-clean-generic: 811 @echo "This command is intended for maintainers to use" 812 @echo "it deletes files that may require special tools to rebuild." 813 clean: clean-am 814 815 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am 816 817 distclean: distclean-am 818 -rm -rf ./$(DEPDIR) 819 -rm -f Makefile 820 distclean-am: clean-am distclean-compile distclean-generic \ 821 distclean-tags 822 823 dvi: dvi-am 824 825 dvi-am: 826 827 html: html-am 828 829 html-am: 830 831 info: info-am 832 833 info-am: 834 835 install-data-am: install-man 836 837 install-dvi: install-dvi-am 838 839 install-dvi-am: 840 841 install-exec-am: install-binPROGRAMS 842 843 install-html: install-html-am 844 845 install-html-am: 846 847 install-info: install-info-am 848 849 install-info-am: 850 851 install-man: install-man1 852 853 install-pdf: install-pdf-am 854 855 install-pdf-am: 856 857 install-ps: install-ps-am 858 859 install-ps-am: 860 861 installcheck-am: 862 863 maintainer-clean: maintainer-clean-am 864 -rm -rf ./$(DEPDIR) 865 -rm -f Makefile 866 maintainer-clean-am: distclean-am maintainer-clean-generic 867 868 mostlyclean: mostlyclean-am 869 870 mostlyclean-am: mostlyclean-compile mostlyclean-generic 871 872 pdf: pdf-am 873 874 pdf-am: 875 876 ps: ps-am 877 878 ps-am: 879 880 uninstall-am: uninstall-binPROGRAMS uninstall-man 881 882 uninstall-man: uninstall-man1 883 884 .MAKE: install-am install-strip 885 886 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \ 887 clean-generic cscopelist ctags distclean distclean-compile \ 888 distclean-generic distclean-tags distdir dvi dvi-am html \ 889 html-am info info-am install install-am install-binPROGRAMS \ 890 install-data install-data-am install-dvi install-dvi-am \ 891 install-exec install-exec-am install-html install-html-am \ 892 install-info install-info-am install-man install-man1 \ 893 install-pdf install-pdf-am install-ps install-ps-am \ 894 install-strip installcheck installcheck-am installdirs \ 895 maintainer-clean maintainer-clean-generic mostlyclean \ 896 mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \ 897 tags uninstall uninstall-am uninstall-binPROGRAMS \ 898 uninstall-man uninstall-man1 899 900 901 #LDFLAGS = -static 902 #CFLAGS += -g -Wall 903 904 # Tell versions [3.59,3.63) of GNU make to not export all variables. 905 # Otherwise a system limit (for SysV at least) may be exceeded. 906 .NOEXPORT: