Makefile.in revision 32001f49
1# Makefile.in generated by automake 1.14.1 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2013 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# Copyright © 2009 Intel Corporation 18# 19# Permission is hereby granted, free of charge, to any person obtaining a 20# copy of this software and associated documentation files (the "Software"), 21# to deal in the Software without restriction, including without limitation 22# the rights to use, copy, modify, merge, publish, distribute, sublicense, 23# and/or sell copies of the Software, and to permit persons to whom the 24# Software is furnished to do so, subject to the following conditions: 25# 26# The above copyright notice and this permission notice (including the next 27# paragraph) shall be included in all copies or substantial portions of the 28# Software. 29# 30# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 32# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 33# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 34# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 35# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS 36# IN THE SOFTWARE. 37# 38# Authors: 39# Eric Anholt <eric@anholt.net> 40 41VPATH = @srcdir@ 42am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' 43am__make_running_with_option = \ 44 case $${target_option-} in \ 45 ?) ;; \ 46 *) echo "am__make_running_with_option: internal error: invalid" \ 47 "target option '$${target_option-}' specified" >&2; \ 48 exit 1;; \ 49 esac; \ 50 has_opt=no; \ 51 sane_makeflags=$$MAKEFLAGS; \ 52 if $(am__is_gnu_make); then \ 53 sane_makeflags=$$MFLAGS; \ 54 else \ 55 case $$MAKEFLAGS in \ 56 *\\[\ \ ]*) \ 57 bs=\\; \ 58 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 59 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 60 esac; \ 61 fi; \ 62 skip_next=no; \ 63 strip_trailopt () \ 64 { \ 65 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 66 }; \ 67 for flg in $$sane_makeflags; do \ 68 test $$skip_next = yes && { skip_next=no; continue; }; \ 69 case $$flg in \ 70 *=*|--*) continue;; \ 71 -*I) strip_trailopt 'I'; skip_next=yes;; \ 72 -*I?*) strip_trailopt 'I';; \ 73 -*O) strip_trailopt 'O'; skip_next=yes;; \ 74 -*O?*) strip_trailopt 'O';; \ 75 -*l) strip_trailopt 'l'; skip_next=yes;; \ 76 -*l?*) strip_trailopt 'l';; \ 77 -[dEDm]) skip_next=yes;; \ 78 -[JT]) skip_next=yes;; \ 79 esac; \ 80 case $$flg in \ 81 *$$target_option*) has_opt=yes; break;; \ 82 esac; \ 83 done; \ 84 test $$has_opt = yes 85am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 86am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 87pkgdatadir = $(datadir)/@PACKAGE@ 88pkgincludedir = $(includedir)/@PACKAGE@ 89pkglibdir = $(libdir)/@PACKAGE@ 90pkglibexecdir = $(libexecdir)/@PACKAGE@ 91am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 92install_sh_DATA = $(install_sh) -c -m 644 93install_sh_PROGRAM = $(install_sh) -c 94install_sh_SCRIPT = $(install_sh) -c 95INSTALL_HEADER = $(INSTALL_DATA) 96transform = $(program_transform_name) 97NORMAL_INSTALL = : 98PRE_INSTALL = : 99POST_INSTALL = : 100NORMAL_UNINSTALL = : 101PRE_UNINSTALL = : 102POST_UNINSTALL = : 103build_triplet = @build@ 104host_triplet = @host@ 105@HAVE_OSMESA_TRUE@bin_PROGRAMS = osdemo$(EXEEXT) osdemo16$(EXEEXT) \ 106@HAVE_OSMESA_TRUE@ osdemo32$(EXEEXT) 107subdir = src/osdemos 108DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ 109 $(top_srcdir)/depcomp 110ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 111am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \ 112 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ 113 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ 114 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac 115am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 116 $(ACLOCAL_M4) 117mkinstalldirs = $(install_sh) -d 118CONFIG_CLEAN_FILES = 119CONFIG_CLEAN_VPATH_FILES = 120am__installdirs = "$(DESTDIR)$(bindir)" 121PROGRAMS = $(bin_PROGRAMS) 122osdemo_SOURCES = osdemo.c 123osdemo_OBJECTS = osdemo.$(OBJEXT) 124am__DEPENDENCIES_1 = 125osdemo_DEPENDENCIES = $(am__DEPENDENCIES_1) ../util/libutil.la 126AM_V_lt = $(am__v_lt_@AM_V@) 127am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 128am__v_lt_0 = --silent 129am__v_lt_1 = 130am_osdemo16_OBJECTS = osdemo16.$(OBJEXT) 131osdemo16_OBJECTS = $(am_osdemo16_OBJECTS) 132osdemo16_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ 133 ../util/libutil.la 134am_osdemo32_OBJECTS = osdemo32.$(OBJEXT) 135osdemo32_OBJECTS = $(am_osdemo32_OBJECTS) 136osdemo32_DEPENDENCIES = $(am__DEPENDENCIES_1) ../util/libutil.la 137AM_V_P = $(am__v_P_@AM_V@) 138am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 139am__v_P_0 = false 140am__v_P_1 = : 141AM_V_GEN = $(am__v_GEN_@AM_V@) 142am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 143am__v_GEN_0 = @echo " GEN " $@; 144am__v_GEN_1 = 145AM_V_at = $(am__v_at_@AM_V@) 146am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 147am__v_at_0 = @ 148am__v_at_1 = 149DEFAULT_INCLUDES = -I.@am__isrc@ 150depcomp = $(SHELL) $(top_srcdir)/depcomp 151am__depfiles_maybe = depfiles 152am__mv = mv -f 153COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 154 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 155LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 156 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 157 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 158 $(AM_CFLAGS) $(CFLAGS) 159AM_V_CC = $(am__v_CC_@AM_V@) 160am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 161am__v_CC_0 = @echo " CC " $@; 162am__v_CC_1 = 163CCLD = $(CC) 164LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 165 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 166 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 167AM_V_CCLD = $(am__v_CCLD_@AM_V@) 168am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 169am__v_CCLD_0 = @echo " CCLD " $@; 170am__v_CCLD_1 = 171SOURCES = osdemo.c $(osdemo16_SOURCES) $(osdemo32_SOURCES) 172DIST_SOURCES = osdemo.c $(osdemo16_SOURCES) $(osdemo32_SOURCES) 173am__can_run_installinfo = \ 174 case $$AM_UPDATE_INFO_DIR in \ 175 n|no|NO) false;; \ 176 *) (install-info --version) >/dev/null 2>&1;; \ 177 esac 178am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 179# Read a list of newline-separated strings from the standard input, 180# and print each of them once, without duplicates. Input order is 181# *not* preserved. 182am__uniquify_input = $(AWK) '\ 183 BEGIN { nonempty = 0; } \ 184 { items[$$0] = 1; nonempty = 1; } \ 185 END { if (nonempty) { for (i in items) print i; }; } \ 186' 187# Make sure the list of sources is unique. This is necessary because, 188# e.g., the same source file might be shared among _SOURCES variables 189# for different programs/libraries. 190am__define_uniq_tagged_files = \ 191 list='$(am__tagged_files)'; \ 192 unique=`for i in $$list; do \ 193 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 194 done | $(am__uniquify_input)` 195ETAGS = etags 196CTAGS = ctags 197DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 198ACLOCAL = @ACLOCAL@ 199AMTAR = @AMTAR@ 200AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 201AR = @AR@ 202AUTOCONF = @AUTOCONF@ 203AUTOHEADER = @AUTOHEADER@ 204AUTOMAKE = @AUTOMAKE@ 205AWK = @AWK@ 206CC = @CC@ 207CCDEPMODE = @CCDEPMODE@ 208CFLAGS = @CFLAGS@ 209CPP = @CPP@ 210CPPFLAGS = @CPPFLAGS@ 211CXX = @CXX@ 212CXXCPP = @CXXCPP@ 213CXXDEPMODE = @CXXDEPMODE@ 214CXXFLAGS = @CXXFLAGS@ 215CYGPATH_W = @CYGPATH_W@ 216DEFS = @DEFS@ 217DEMOS_DATA_DIR = @DEMOS_DATA_DIR@ 218DEMO_CFLAGS = @DEMO_CFLAGS@ 219DEMO_LIBS = @DEMO_LIBS@ 220DEPDIR = @DEPDIR@ 221DLLTOOL = @DLLTOOL@ 222DRM_CFLAGS = @DRM_CFLAGS@ 223DRM_LIBS = @DRM_LIBS@ 224DSYMUTIL = @DSYMUTIL@ 225DUMPBIN = @DUMPBIN@ 226ECHO_C = @ECHO_C@ 227ECHO_N = @ECHO_N@ 228ECHO_T = @ECHO_T@ 229EGL_CFLAGS = @EGL_CFLAGS@ 230EGL_LIBS = @EGL_LIBS@ 231EGREP = @EGREP@ 232EXEEXT = @EXEEXT@ 233FGREP = @FGREP@ 234FREETYPE2_CFLAGS = @FREETYPE2_CFLAGS@ 235FREETYPE2_LIBS = @FREETYPE2_LIBS@ 236GBM_CFLAGS = @GBM_CFLAGS@ 237GBM_LIBS = @GBM_LIBS@ 238GLESV1_CFLAGS = @GLESV1_CFLAGS@ 239GLESV1_LIBS = @GLESV1_LIBS@ 240GLESV2_CFLAGS = @GLESV2_CFLAGS@ 241GLESV2_LIBS = @GLESV2_LIBS@ 242GLEW_CFLAGS = @GLEW_CFLAGS@ 243GLEW_LIBS = @GLEW_LIBS@ 244GLUT_CFLAGS = @GLUT_CFLAGS@ 245GLUT_LIBS = @GLUT_LIBS@ 246GLU_CFLAGS = @GLU_CFLAGS@ 247GLU_LIBS = @GLU_LIBS@ 248GL_CFLAGS = @GL_CFLAGS@ 249GL_LIBS = @GL_LIBS@ 250GREP = @GREP@ 251INSTALL = @INSTALL@ 252INSTALL_DATA = @INSTALL_DATA@ 253INSTALL_PROGRAM = @INSTALL_PROGRAM@ 254INSTALL_SCRIPT = @INSTALL_SCRIPT@ 255INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 256LD = @LD@ 257LDFLAGS = @LDFLAGS@ 258LIBOBJS = @LIBOBJS@ 259LIBS = @LIBS@ 260LIBTOOL = @LIBTOOL@ 261LIPO = @LIPO@ 262LN_S = @LN_S@ 263LTLIBOBJS = @LTLIBOBJS@ 264MAKEINFO = @MAKEINFO@ 265MANIFEST_TOOL = @MANIFEST_TOOL@ 266MESA_GLAPI = @MESA_GLAPI@ 267MKDIR_P = @MKDIR_P@ 268NM = @NM@ 269NMEDIT = @NMEDIT@ 270OBJDUMP = @OBJDUMP@ 271OBJEXT = @OBJEXT@ 272OSMESA16_LIBS = @OSMESA16_LIBS@ 273OSMESA32_LIBS = @OSMESA32_LIBS@ 274OSMESA_CFLAGS = @OSMESA_CFLAGS@ 275OSMESA_LIBS = @OSMESA_LIBS@ 276OTOOL = @OTOOL@ 277OTOOL64 = @OTOOL64@ 278PACKAGE = @PACKAGE@ 279PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 280PACKAGE_NAME = @PACKAGE_NAME@ 281PACKAGE_STRING = @PACKAGE_STRING@ 282PACKAGE_TARNAME = @PACKAGE_TARNAME@ 283PACKAGE_URL = @PACKAGE_URL@ 284PACKAGE_VERSION = @PACKAGE_VERSION@ 285PATH_SEPARATOR = @PATH_SEPARATOR@ 286PKG_CONFIG = @PKG_CONFIG@ 287PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 288PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 289RANLIB = @RANLIB@ 290SED = @SED@ 291SET_MAKE = @SET_MAKE@ 292SHELL = @SHELL@ 293STRIP = @STRIP@ 294VERSION = @VERSION@ 295VG_CFLAGS = @VG_CFLAGS@ 296VG_LIBS = @VG_LIBS@ 297WAYLAND_CFLAGS = @WAYLAND_CFLAGS@ 298WAYLAND_LIBS = @WAYLAND_LIBS@ 299X11_CFLAGS = @X11_CFLAGS@ 300X11_LIBS = @X11_LIBS@ 301abs_builddir = @abs_builddir@ 302abs_srcdir = @abs_srcdir@ 303abs_top_builddir = @abs_top_builddir@ 304abs_top_srcdir = @abs_top_srcdir@ 305ac_ct_AR = @ac_ct_AR@ 306ac_ct_CC = @ac_ct_CC@ 307ac_ct_CXX = @ac_ct_CXX@ 308ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 309am__include = @am__include@ 310am__leading_dot = @am__leading_dot@ 311am__quote = @am__quote@ 312am__tar = @am__tar@ 313am__untar = @am__untar@ 314bindir = @bindir@ 315build = @build@ 316build_alias = @build_alias@ 317build_cpu = @build_cpu@ 318build_os = @build_os@ 319build_vendor = @build_vendor@ 320builddir = @builddir@ 321datadir = @datadir@ 322datarootdir = @datarootdir@ 323docdir = @docdir@ 324dvidir = @dvidir@ 325exec_prefix = @exec_prefix@ 326host = @host@ 327host_alias = @host_alias@ 328host_cpu = @host_cpu@ 329host_os = @host_os@ 330host_vendor = @host_vendor@ 331htmldir = @htmldir@ 332includedir = @includedir@ 333infodir = @infodir@ 334install_sh = @install_sh@ 335libdir = @libdir@ 336libexecdir = @libexecdir@ 337localedir = @localedir@ 338localstatedir = @localstatedir@ 339mandir = @mandir@ 340mkdir_p = @mkdir_p@ 341oldincludedir = @oldincludedir@ 342pdfdir = @pdfdir@ 343prefix = @prefix@ 344program_transform_name = @program_transform_name@ 345psdir = @psdir@ 346sbindir = @sbindir@ 347sharedstatedir = @sharedstatedir@ 348srcdir = @srcdir@ 349sysconfdir = @sysconfdir@ 350target_alias = @target_alias@ 351top_build_prefix = @top_build_prefix@ 352top_builddir = @top_builddir@ 353top_srcdir = @top_srcdir@ 354AM_CFLAGS = \ 355 $(OSMESA_CFLAGS) \ 356 -I$(top_srcdir)/src/util 357 358osdemo16_SOURCES = osdemo16.c 359osdemo32_SOURCES = osdemo32.c 360osdemo_LDADD = $(OSMESA_LIBS) ../util/libutil.la 361osdemo16_LDADD = $(OSMESA_LIBS) $(OSMESA16_LIBS) ../util/libutil.la 362osdemo32_LDADD = $(OSMESA32_LIBS) ../util/libutil.la 363all: all-am 364 365.SUFFIXES: 366.SUFFIXES: .c .lo .o .obj 367$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 368 @for dep in $?; do \ 369 case '$(am__configure_deps)' in \ 370 *$$dep*) \ 371 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 372 && { if test -f $@; then exit 0; else break; fi; }; \ 373 exit 1;; \ 374 esac; \ 375 done; \ 376 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/osdemos/Makefile'; \ 377 $(am__cd) $(top_srcdir) && \ 378 $(AUTOMAKE) --gnu src/osdemos/Makefile 379.PRECIOUS: Makefile 380Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 381 @case '$?' in \ 382 *config.status*) \ 383 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 384 *) \ 385 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 386 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 387 esac; 388 389$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 390 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 391 392$(top_srcdir)/configure: $(am__configure_deps) 393 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 394$(ACLOCAL_M4): $(am__aclocal_m4_deps) 395 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 396$(am__aclocal_m4_deps): 397install-binPROGRAMS: $(bin_PROGRAMS) 398 @$(NORMAL_INSTALL) 399 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 400 if test -n "$$list"; then \ 401 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ 402 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ 403 fi; \ 404 for p in $$list; do echo "$$p $$p"; done | \ 405 sed 's/$(EXEEXT)$$//' | \ 406 while read p p1; do if test -f $$p \ 407 || test -f $$p1 \ 408 ; then echo "$$p"; echo "$$p"; else :; fi; \ 409 done | \ 410 sed -e 'p;s,.*/,,;n;h' \ 411 -e 's|.*|.|' \ 412 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ 413 sed 'N;N;N;s,\n, ,g' | \ 414 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ 415 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ 416 if ($$2 == $$4) files[d] = files[d] " " $$1; \ 417 else { print "f", $$3 "/" $$4, $$1; } } \ 418 END { for (d in files) print "f", d, files[d] }' | \ 419 while read type dir files; do \ 420 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ 421 test -z "$$files" || { \ 422 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ 423 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ 424 } \ 425 ; done 426 427uninstall-binPROGRAMS: 428 @$(NORMAL_UNINSTALL) 429 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 430 files=`for p in $$list; do echo "$$p"; done | \ 431 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ 432 -e 's/$$/$(EXEEXT)/' \ 433 `; \ 434 test -n "$$list" || exit 0; \ 435 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ 436 cd "$(DESTDIR)$(bindir)" && rm -f $$files 437 438clean-binPROGRAMS: 439 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \ 440 echo " rm -f" $$list; \ 441 rm -f $$list || exit $$?; \ 442 test -n "$(EXEEXT)" || exit 0; \ 443 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 444 echo " rm -f" $$list; \ 445 rm -f $$list 446 447osdemo$(EXEEXT): $(osdemo_OBJECTS) $(osdemo_DEPENDENCIES) $(EXTRA_osdemo_DEPENDENCIES) 448 @rm -f osdemo$(EXEEXT) 449 $(AM_V_CCLD)$(LINK) $(osdemo_OBJECTS) $(osdemo_LDADD) $(LIBS) 450 451osdemo16$(EXEEXT): $(osdemo16_OBJECTS) $(osdemo16_DEPENDENCIES) $(EXTRA_osdemo16_DEPENDENCIES) 452 @rm -f osdemo16$(EXEEXT) 453 $(AM_V_CCLD)$(LINK) $(osdemo16_OBJECTS) $(osdemo16_LDADD) $(LIBS) 454 455osdemo32$(EXEEXT): $(osdemo32_OBJECTS) $(osdemo32_DEPENDENCIES) $(EXTRA_osdemo32_DEPENDENCIES) 456 @rm -f osdemo32$(EXEEXT) 457 $(AM_V_CCLD)$(LINK) $(osdemo32_OBJECTS) $(osdemo32_LDADD) $(LIBS) 458 459mostlyclean-compile: 460 -rm -f *.$(OBJEXT) 461 462distclean-compile: 463 -rm -f *.tab.c 464 465@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/osdemo.Po@am__quote@ 466@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/osdemo16.Po@am__quote@ 467@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/osdemo32.Po@am__quote@ 468 469.c.o: 470@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 471@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 472@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 473@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 474@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 475 476.c.obj: 477@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 478@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 479@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 480@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 481@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 482 483.c.lo: 484@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 485@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 486@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 487@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 488@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 489 490mostlyclean-libtool: 491 -rm -f *.lo 492 493clean-libtool: 494 -rm -rf .libs _libs 495 496ID: $(am__tagged_files) 497 $(am__define_uniq_tagged_files); mkid -fID $$unique 498tags: tags-am 499TAGS: tags 500 501tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 502 set x; \ 503 here=`pwd`; \ 504 $(am__define_uniq_tagged_files); \ 505 shift; \ 506 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 507 test -n "$$unique" || unique=$$empty_fix; \ 508 if test $$# -gt 0; then \ 509 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 510 "$$@" $$unique; \ 511 else \ 512 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 513 $$unique; \ 514 fi; \ 515 fi 516ctags: ctags-am 517 518CTAGS: ctags 519ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 520 $(am__define_uniq_tagged_files); \ 521 test -z "$(CTAGS_ARGS)$$unique" \ 522 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 523 $$unique 524 525GTAGS: 526 here=`$(am__cd) $(top_builddir) && pwd` \ 527 && $(am__cd) $(top_srcdir) \ 528 && gtags -i $(GTAGS_ARGS) "$$here" 529cscopelist: cscopelist-am 530 531cscopelist-am: $(am__tagged_files) 532 list='$(am__tagged_files)'; \ 533 case "$(srcdir)" in \ 534 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 535 *) sdir=$(subdir)/$(srcdir) ;; \ 536 esac; \ 537 for i in $$list; do \ 538 if test -f "$$i"; then \ 539 echo "$(subdir)/$$i"; \ 540 else \ 541 echo "$$sdir/$$i"; \ 542 fi; \ 543 done >> $(top_builddir)/cscope.files 544 545distclean-tags: 546 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 547 548distdir: $(DISTFILES) 549 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 550 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 551 list='$(DISTFILES)'; \ 552 dist_files=`for file in $$list; do echo $$file; done | \ 553 sed -e "s|^$$srcdirstrip/||;t" \ 554 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 555 case $$dist_files in \ 556 */*) $(MKDIR_P) `echo "$$dist_files" | \ 557 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 558 sort -u` ;; \ 559 esac; \ 560 for file in $$dist_files; do \ 561 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 562 if test -d $$d/$$file; then \ 563 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 564 if test -d "$(distdir)/$$file"; then \ 565 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 566 fi; \ 567 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 568 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 569 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 570 fi; \ 571 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 572 else \ 573 test -f "$(distdir)/$$file" \ 574 || cp -p $$d/$$file "$(distdir)/$$file" \ 575 || exit 1; \ 576 fi; \ 577 done 578check-am: all-am 579check: check-am 580all-am: Makefile $(PROGRAMS) 581installdirs: 582 for dir in "$(DESTDIR)$(bindir)"; do \ 583 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 584 done 585install: install-am 586install-exec: install-exec-am 587install-data: install-data-am 588uninstall: uninstall-am 589 590install-am: all-am 591 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 592 593installcheck: installcheck-am 594install-strip: 595 if test -z '$(STRIP)'; then \ 596 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 597 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 598 install; \ 599 else \ 600 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 601 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 602 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 603 fi 604mostlyclean-generic: 605 606clean-generic: 607 608distclean-generic: 609 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 610 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 611 612maintainer-clean-generic: 613 @echo "This command is intended for maintainers to use" 614 @echo "it deletes files that may require special tools to rebuild." 615clean: clean-am 616 617clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am 618 619distclean: distclean-am 620 -rm -rf ./$(DEPDIR) 621 -rm -f Makefile 622distclean-am: clean-am distclean-compile distclean-generic \ 623 distclean-tags 624 625dvi: dvi-am 626 627dvi-am: 628 629html: html-am 630 631html-am: 632 633info: info-am 634 635info-am: 636 637install-data-am: 638 639install-dvi: install-dvi-am 640 641install-dvi-am: 642 643install-exec-am: install-binPROGRAMS 644 645install-html: install-html-am 646 647install-html-am: 648 649install-info: install-info-am 650 651install-info-am: 652 653install-man: 654 655install-pdf: install-pdf-am 656 657install-pdf-am: 658 659install-ps: install-ps-am 660 661install-ps-am: 662 663installcheck-am: 664 665maintainer-clean: maintainer-clean-am 666 -rm -rf ./$(DEPDIR) 667 -rm -f Makefile 668maintainer-clean-am: distclean-am maintainer-clean-generic 669 670mostlyclean: mostlyclean-am 671 672mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 673 mostlyclean-libtool 674 675pdf: pdf-am 676 677pdf-am: 678 679ps: ps-am 680 681ps-am: 682 683uninstall-am: uninstall-binPROGRAMS 684 685.MAKE: install-am install-strip 686 687.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \ 688 clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \ 689 ctags ctags-am distclean distclean-compile distclean-generic \ 690 distclean-libtool distclean-tags distdir dvi dvi-am html \ 691 html-am info info-am install install-am install-binPROGRAMS \ 692 install-data install-data-am install-dvi install-dvi-am \ 693 install-exec install-exec-am install-html install-html-am \ 694 install-info install-info-am install-man install-pdf \ 695 install-pdf-am install-ps install-ps-am install-strip \ 696 installcheck installcheck-am installdirs maintainer-clean \ 697 maintainer-clean-generic mostlyclean mostlyclean-compile \ 698 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 699 tags tags-am uninstall uninstall-am uninstall-binPROGRAMS 700 701 702# Tell versions [3.59,3.63) of GNU make to not export all variables. 703# Otherwise a system limit (for SysV at least) may be exceeded. 704.NOEXPORT: 705