Annotation of sbbs/include/sdl/makefile.in, revision 1.1.1.1

1.1       root        1: # Makefile.in generated by automake 1.9.6 from Makefile.am.
                      2: # @configure_input@
                      3: 
                      4: # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
                      5: # 2003, 2004, 2005  Free Software Foundation, Inc.
                      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: # The input Makefile for SDL header files
                     18: 
                     19: srcdir = @srcdir@
                     20: top_srcdir = @top_srcdir@
                     21: VPATH = @srcdir@
                     22: pkgdatadir = $(datadir)/@PACKAGE@
                     23: pkglibdir = $(libdir)/@PACKAGE@
                     24: pkgincludedir = $(includedir)/@PACKAGE@
                     25: top_builddir = ..
                     26: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
                     27: INSTALL = @INSTALL@
                     28: install_sh_DATA = $(install_sh) -c -m 644
                     29: install_sh_PROGRAM = $(install_sh) -c
                     30: install_sh_SCRIPT = $(install_sh) -c
                     31: INSTALL_HEADER = $(INSTALL_DATA)
                     32: transform = $(program_transform_name)
                     33: NORMAL_INSTALL = :
                     34: PRE_INSTALL = :
                     35: POST_INSTALL = :
                     36: NORMAL_UNINSTALL = :
                     37: PRE_UNINSTALL = :
                     38: POST_UNINSTALL = :
                     39: build_triplet = @build@
                     40: host_triplet = @host@
                     41: target_triplet = @target@
                     42: subdir = include
                     43: DIST_COMMON = $(libSDLinclude_HEADERS) $(srcdir)/Makefile.am \
                     44:        $(srcdir)/Makefile.in
                     45: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
                     46: am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
                     47:        $(top_srcdir)/configure.in
                     48: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
                     49:        $(ACLOCAL_M4)
                     50: mkinstalldirs = $(install_sh) -d
                     51: CONFIG_CLEAN_FILES =
                     52: SOURCES =
                     53: DIST_SOURCES =
                     54: am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
                     55: am__vpath_adj = case $$p in \
                     56:     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
                     57:     *) f=$$p;; \
                     58:   esac;
                     59: am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
                     60: am__installdirs = "$(DESTDIR)$(libSDLincludedir)"
                     61: libSDLincludeHEADERS_INSTALL = $(INSTALL_HEADER)
                     62: HEADERS = $(libSDLinclude_HEADERS)
                     63: ETAGS = etags
                     64: CTAGS = ctags
                     65: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                     66: ACLOCAL = @ACLOCAL@
                     67: ALLOCA = @ALLOCA@
                     68: ALSA_CFLAGS = @ALSA_CFLAGS@
                     69: ALSA_LIBS = @ALSA_LIBS@
                     70: AMDEP_FALSE = @AMDEP_FALSE@
                     71: AMDEP_TRUE = @AMDEP_TRUE@
                     72: AMTAR = @AMTAR@
                     73: AR = @AR@
                     74: ARCH = @ARCH@
                     75: ARTSCCONFIG = @ARTSCCONFIG@
                     76: AS = @AS@
                     77: ASFLAGS = @ASFLAGS@
                     78: AUDIO_DRIVERS = @AUDIO_DRIVERS@
                     79: AUDIO_SUBDIRS = @AUDIO_SUBDIRS@
                     80: AUTOCONF = @AUTOCONF@
                     81: AUTOHEADER = @AUTOHEADER@
                     82: AUTOMAKE = @AUTOMAKE@
                     83: AWK = @AWK@
                     84: CC = @CC@
                     85: CCAS = @CCAS@
                     86: CCASFLAGS = @CCASFLAGS@
                     87: CCDEPMODE = @CCDEPMODE@
                     88: CDROM_DRIVERS = @CDROM_DRIVERS@
                     89: CDROM_SUBDIRS = @CDROM_SUBDIRS@
                     90: CFLAGS = @CFLAGS@
                     91: CPP = @CPP@
                     92: CPPFLAGS = @CPPFLAGS@
                     93: CXX = @CXX@
                     94: CXXCPP = @CXXCPP@
                     95: CXXDEPMODE = @CXXDEPMODE@
                     96: CXXFLAGS = @CXXFLAGS@
                     97: CYGPATH_W = @CYGPATH_W@
                     98: DEFS = @DEFS@
                     99: DEPDIR = @DEPDIR@
                    100: DIRECTFB_CFLAGS = @DIRECTFB_CFLAGS@
                    101: DIRECTFB_LIBS = @DIRECTFB_LIBS@
                    102: DLLTOOL = @DLLTOOL@
                    103: ECHO = @ECHO@
                    104: ECHO_C = @ECHO_C@
                    105: ECHO_N = @ECHO_N@
                    106: ECHO_T = @ECHO_T@
                    107: EGREP = @EGREP@
                    108: ENABLE_SHARED_FALSE = @ENABLE_SHARED_FALSE@
                    109: ENABLE_SHARED_TRUE = @ENABLE_SHARED_TRUE@
                    110: ENABLE_STATIC_FALSE = @ENABLE_STATIC_FALSE@
                    111: ENABLE_STATIC_TRUE = @ENABLE_STATIC_TRUE@
                    112: ESD_CFLAGS = @ESD_CFLAGS@
                    113: ESD_CONFIG = @ESD_CONFIG@
                    114: ESD_LIBS = @ESD_LIBS@
                    115: EXEEXT = @EXEEXT@
                    116: F77 = @F77@
                    117: FFLAGS = @FFLAGS@
                    118: HAVE_NASM_FALSE = @HAVE_NASM_FALSE@
                    119: HAVE_NASM_TRUE = @HAVE_NASM_TRUE@
                    120: INSTALL_DATA = @INSTALL_DATA@
                    121: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                    122: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                    123: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                    124: JOYSTICK_DRIVERS = @JOYSTICK_DRIVERS@
                    125: JOYSTICK_SUBDIRS = @JOYSTICK_SUBDIRS@
                    126: LDFLAGS = @LDFLAGS@
                    127: LIBOBJS = @LIBOBJS@
                    128: LIBS = @LIBS@
                    129: LIBTOOL = @LIBTOOL@
                    130: LN_S = @LN_S@
                    131: LTLIBOBJS = @LTLIBOBJS@
                    132: LT_AGE = @LT_AGE@
                    133: LT_CURRENT = @LT_CURRENT@
                    134: LT_RELEASE = @LT_RELEASE@
                    135: LT_REVISION = @LT_REVISION@
                    136: MAKEINFO = @MAKEINFO@
                    137: NASM = @NASM@
                    138: NASMFLAGS = @NASMFLAGS@
                    139: OBJC = @OBJC@
                    140: OBJCDEPMODE = @OBJCDEPMODE@
                    141: OBJCFLAGS = @OBJCFLAGS@
                    142: OBJDUMP = @OBJDUMP@
                    143: OBJEXT = @OBJEXT@
                    144: OSMESA_CONFIG = @OSMESA_CONFIG@
                    145: PACKAGE = @PACKAGE@
                    146: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    147: PACKAGE_NAME = @PACKAGE_NAME@
                    148: PACKAGE_STRING = @PACKAGE_STRING@
                    149: PACKAGE_TARNAME = @PACKAGE_TARNAME@
                    150: PACKAGE_VERSION = @PACKAGE_VERSION@
                    151: PATH_SEPARATOR = @PATH_SEPARATOR@
                    152: PKG_CONFIG = @PKG_CONFIG@
                    153: PTH_CONFIG = @PTH_CONFIG@
                    154: RANLIB = @RANLIB@
                    155: SDL_BINARY_AGE = @SDL_BINARY_AGE@
                    156: SDL_CFLAGS = @SDL_CFLAGS@
                    157: SDL_EXTRADIRS = @SDL_EXTRADIRS@
                    158: SDL_EXTRALIBS = @SDL_EXTRALIBS@
                    159: SDL_INTERFACE_AGE = @SDL_INTERFACE_AGE@
                    160: SDL_LIBS = @SDL_LIBS@
                    161: SDL_MAJOR_VERSION = @SDL_MAJOR_VERSION@
                    162: SDL_MICRO_VERSION = @SDL_MICRO_VERSION@
                    163: SDL_MINOR_VERSION = @SDL_MINOR_VERSION@
                    164: SDL_RLD_FLAGS = @SDL_RLD_FLAGS@
                    165: SDL_STATIC_LIBS = @SDL_STATIC_LIBS@
                    166: SDL_VERSION = @SDL_VERSION@
                    167: SET_MAKE = @SET_MAKE@
                    168: SHARED_SYSTEM_LIBS = @SHARED_SYSTEM_LIBS@
                    169: SHELL = @SHELL@
                    170: STATIC_SYSTEM_LIBS = @STATIC_SYSTEM_LIBS@
                    171: STRIP = @STRIP@
                    172: SYSTEM_LIBS = @SYSTEM_LIBS@
                    173: TARGET_AIX_FALSE = @TARGET_AIX_FALSE@
                    174: TARGET_AIX_TRUE = @TARGET_AIX_TRUE@
                    175: TARGET_BEOS_FALSE = @TARGET_BEOS_FALSE@
                    176: TARGET_BEOS_TRUE = @TARGET_BEOS_TRUE@
                    177: TARGET_BSDI_FALSE = @TARGET_BSDI_FALSE@
                    178: TARGET_BSDI_TRUE = @TARGET_BSDI_TRUE@
                    179: TARGET_FREEBSD_FALSE = @TARGET_FREEBSD_FALSE@
                    180: TARGET_FREEBSD_TRUE = @TARGET_FREEBSD_TRUE@
                    181: TARGET_IRIX_FALSE = @TARGET_IRIX_FALSE@
                    182: TARGET_IRIX_TRUE = @TARGET_IRIX_TRUE@
                    183: TARGET_LINUX_FALSE = @TARGET_LINUX_FALSE@
                    184: TARGET_LINUX_TRUE = @TARGET_LINUX_TRUE@
                    185: TARGET_MACOSX_FALSE = @TARGET_MACOSX_FALSE@
                    186: TARGET_MACOSX_TRUE = @TARGET_MACOSX_TRUE@
                    187: TARGET_MACOS_FALSE = @TARGET_MACOS_FALSE@
                    188: TARGET_MACOS_TRUE = @TARGET_MACOS_TRUE@
                    189: TARGET_MINT_FALSE = @TARGET_MINT_FALSE@
                    190: TARGET_MINT_TRUE = @TARGET_MINT_TRUE@
                    191: TARGET_NETBSD_FALSE = @TARGET_NETBSD_FALSE@
                    192: TARGET_NETBSD_TRUE = @TARGET_NETBSD_TRUE@
                    193: TARGET_OPENBSD_FALSE = @TARGET_OPENBSD_FALSE@
                    194: TARGET_OPENBSD_TRUE = @TARGET_OPENBSD_TRUE@
                    195: TARGET_QNX_FALSE = @TARGET_QNX_FALSE@
                    196: TARGET_QNX_TRUE = @TARGET_QNX_TRUE@
                    197: TARGET_QTOPIA_FALSE = @TARGET_QTOPIA_FALSE@
                    198: TARGET_QTOPIA_TRUE = @TARGET_QTOPIA_TRUE@
                    199: TARGET_SOLARIS_FALSE = @TARGET_SOLARIS_FALSE@
                    200: TARGET_SOLARIS_TRUE = @TARGET_SOLARIS_TRUE@
                    201: TARGET_WIN32_FALSE = @TARGET_WIN32_FALSE@
                    202: TARGET_WIN32_TRUE = @TARGET_WIN32_TRUE@
                    203: USE_CLONE_FALSE = @USE_CLONE_FALSE@
                    204: USE_CLONE_TRUE = @USE_CLONE_TRUE@
                    205: USE_DIRECTX_FALSE = @USE_DIRECTX_FALSE@
                    206: USE_DIRECTX_TRUE = @USE_DIRECTX_TRUE@
                    207: VERSION = @VERSION@
                    208: VIDEO_DRIVERS = @VIDEO_DRIVERS@
                    209: VIDEO_SUBDIRS = @VIDEO_SUBDIRS@
                    210: X_CFLAGS = @X_CFLAGS@
                    211: X_EXTRA_LIBS = @X_EXTRA_LIBS@
                    212: X_LIBS = @X_LIBS@
                    213: X_PRE_LIBS = @X_PRE_LIBS@
                    214: ac_ct_AR = @ac_ct_AR@
                    215: ac_ct_AS = @ac_ct_AS@
                    216: ac_ct_CC = @ac_ct_CC@
                    217: ac_ct_CXX = @ac_ct_CXX@
                    218: ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
                    219: ac_ct_F77 = @ac_ct_F77@
                    220: ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
                    221: ac_ct_RANLIB = @ac_ct_RANLIB@
                    222: ac_ct_STRIP = @ac_ct_STRIP@
                    223: alsa_lib = @alsa_lib@
                    224: am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
                    225: am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
                    226: am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
                    227: am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
                    228: am__fastdepOBJC_FALSE = @am__fastdepOBJC_FALSE@
                    229: am__fastdepOBJC_TRUE = @am__fastdepOBJC_TRUE@
                    230: am__include = @am__include@
                    231: am__leading_dot = @am__leading_dot@
                    232: am__quote = @am__quote@
                    233: am__tar = @am__tar@
                    234: am__untar = @am__untar@
                    235: arts_lib = @arts_lib@
                    236: bindir = @bindir@
                    237: build = @build@
                    238: build_alias = @build_alias@
                    239: build_cpu = @build_cpu@
                    240: build_os = @build_os@
                    241: build_vendor = @build_vendor@
                    242: datadir = @datadir@
                    243: esd_lib = @esd_lib@
                    244: exec_prefix = @exec_prefix@
                    245: host = @host@
                    246: host_alias = @host_alias@
                    247: host_cpu = @host_cpu@
                    248: host_os = @host_os@
                    249: host_vendor = @host_vendor@
                    250: includedir = @includedir@
                    251: infodir = @infodir@
                    252: install_sh = @install_sh@
                    253: libdir = @libdir@
                    254: libexecdir = @libexecdir@
                    255: localstatedir = @localstatedir@
                    256: mandir = @mandir@
                    257: mkdir_p = @mkdir_p@
                    258: oldincludedir = @oldincludedir@
                    259: prefix = @prefix@
                    260: program_transform_name = @program_transform_name@
                    261: sbindir = @sbindir@
                    262: sharedstatedir = @sharedstatedir@
                    263: sysconfdir = @sysconfdir@
                    264: target = @target@
                    265: target_alias = @target_alias@
                    266: target_cpu = @target_cpu@
                    267: target_os = @target_os@
                    268: target_vendor = @target_vendor@
                    269: 
                    270: # The directory where the include files will be installed
                    271: libSDLincludedir = $(includedir)/SDL
                    272: 
                    273: # Which header files to install
                    274: libSDLinclude_HEADERS = \
                    275:        SDL.h                   \
                    276:        SDL_active.h            \
                    277:        SDL_audio.h             \
                    278:        SDL_byteorder.h         \
                    279:        SDL_cdrom.h             \
                    280:        SDL_copying.h           \
                    281:        SDL_cpuinfo.h           \
                    282:        SDL_endian.h            \
                    283:        SDL_error.h             \
                    284:        SDL_events.h            \
                    285:        SDL_getenv.h            \
                    286:        SDL_joystick.h          \
                    287:        SDL_keyboard.h          \
                    288:        SDL_keysym.h            \
                    289:        SDL_loadso.h            \
                    290:        SDL_main.h              \
                    291:        SDL_mouse.h             \
                    292:        SDL_mutex.h             \
                    293:        SDL_name.h              \
                    294:        SDL_opengl.h            \
                    295:        SDL_quit.h              \
                    296:        SDL_rwops.h             \
                    297:        SDL_syswm.h             \
                    298:        SDL_thread.h            \
                    299:        SDL_timer.h             \
                    300:        SDL_types.h             \
                    301:        SDL_version.h           \
                    302:        SDL_video.h             \
                    303:        begin_code.h            \
                    304:        close_code.h
                    305: 
                    306: all: all-am
                    307: 
                    308: .SUFFIXES:
                    309: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
                    310:        @for dep in $?; do \
                    311:          case '$(am__configure_deps)' in \
                    312:            *$$dep*) \
                    313:              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
                    314:                && exit 0; \
                    315:              exit 1;; \
                    316:          esac; \
                    317:        done; \
                    318:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  include/Makefile'; \
                    319:        cd $(top_srcdir) && \
                    320:          $(AUTOMAKE) --foreign  include/Makefile
                    321: .PRECIOUS: Makefile
                    322: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    323:        @case '$?' in \
                    324:          *config.status*) \
                    325:            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
                    326:          *) \
                    327:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
                    328:            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
                    329:        esac;
                    330: 
                    331: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    332:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    333: 
                    334: $(top_srcdir)/configure:  $(am__configure_deps)
                    335:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    336: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
                    337:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    338: 
                    339: mostlyclean-libtool:
                    340:        -rm -f *.lo
                    341: 
                    342: clean-libtool:
                    343:        -rm -rf .libs _libs
                    344: 
                    345: distclean-libtool:
                    346:        -rm -f libtool
                    347: uninstall-info-am:
                    348: install-libSDLincludeHEADERS: $(libSDLinclude_HEADERS)
                    349:        @$(NORMAL_INSTALL)
                    350:        test -z "$(libSDLincludedir)" || $(mkdir_p) "$(DESTDIR)$(libSDLincludedir)"
                    351:        @list='$(libSDLinclude_HEADERS)'; for p in $$list; do \
                    352:          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
                    353:          f=$(am__strip_dir) \
                    354:          echo " $(libSDLincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(libSDLincludedir)/$$f'"; \
                    355:          $(libSDLincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(libSDLincludedir)/$$f"; \
                    356:        done
                    357: 
                    358: uninstall-libSDLincludeHEADERS:
                    359:        @$(NORMAL_UNINSTALL)
                    360:        @list='$(libSDLinclude_HEADERS)'; for p in $$list; do \
                    361:          f=$(am__strip_dir) \
                    362:          echo " rm -f '$(DESTDIR)$(libSDLincludedir)/$$f'"; \
                    363:          rm -f "$(DESTDIR)$(libSDLincludedir)/$$f"; \
                    364:        done
                    365: 
                    366: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
                    367:        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
                    368:        unique=`for i in $$list; do \
                    369:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    370:          done | \
                    371:          $(AWK) '    { files[$$0] = 1; } \
                    372:               END { for (i in files) print i; }'`; \
                    373:        mkid -fID $$unique
                    374: tags: TAGS
                    375: 
                    376: TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    377:                $(TAGS_FILES) $(LISP)
                    378:        tags=; \
                    379:        here=`pwd`; \
                    380:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
                    381:        unique=`for i in $$list; do \
                    382:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    383:          done | \
                    384:          $(AWK) '    { files[$$0] = 1; } \
                    385:               END { for (i in files) print i; }'`; \
                    386:        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
                    387:          test -n "$$unique" || unique=$$empty_fix; \
                    388:          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    389:            $$tags $$unique; \
                    390:        fi
                    391: ctags: CTAGS
                    392: CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    393:                $(TAGS_FILES) $(LISP)
                    394:        tags=; \
                    395:        here=`pwd`; \
                    396:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
                    397:        unique=`for i in $$list; do \
                    398:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    399:          done | \
                    400:          $(AWK) '    { files[$$0] = 1; } \
                    401:               END { for (i in files) print i; }'`; \
                    402:        test -z "$(CTAGS_ARGS)$$tags$$unique" \
                    403:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
                    404:             $$tags $$unique
                    405: 
                    406: GTAGS:
                    407:        here=`$(am__cd) $(top_builddir) && pwd` \
                    408:          && cd $(top_srcdir) \
                    409:          && gtags -i $(GTAGS_ARGS) $$here
                    410: 
                    411: distclean-tags:
                    412:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
                    413: 
                    414: distdir: $(DISTFILES)
                    415:        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
                    416:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
                    417:        list='$(DISTFILES)'; for file in $$list; do \
                    418:          case $$file in \
                    419:            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
                    420:            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
                    421:          esac; \
                    422:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                    423:          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
                    424:          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
                    425:            dir="/$$dir"; \
                    426:            $(mkdir_p) "$(distdir)$$dir"; \
                    427:          else \
                    428:            dir=''; \
                    429:          fi; \
                    430:          if test -d $$d/$$file; then \
                    431:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
                    432:              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
                    433:            fi; \
                    434:            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
                    435:          else \
                    436:            test -f $(distdir)/$$file \
                    437:            || cp -p $$d/$$file $(distdir)/$$file \
                    438:            || exit 1; \
                    439:          fi; \
                    440:        done
                    441: check-am: all-am
                    442: check: check-am
                    443: all-am: Makefile $(HEADERS)
                    444: installdirs:
                    445:        for dir in "$(DESTDIR)$(libSDLincludedir)"; do \
                    446:          test -z "$$dir" || $(mkdir_p) "$$dir"; \
                    447:        done
                    448: install: install-am
                    449: install-exec: install-exec-am
                    450: install-data: install-data-am
                    451: uninstall: uninstall-am
                    452: 
                    453: install-am: all-am
                    454:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    455: 
                    456: installcheck: installcheck-am
                    457: install-strip:
                    458:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    459:          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    460:          `test -z '$(STRIP)' || \
                    461:            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
                    462: mostlyclean-generic:
                    463: 
                    464: clean-generic:
                    465: 
                    466: distclean-generic:
                    467:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
                    468: 
                    469: maintainer-clean-generic:
                    470:        @echo "This command is intended for maintainers to use"
                    471:        @echo "it deletes files that may require special tools to rebuild."
                    472: clean: clean-am
                    473: 
                    474: clean-am: clean-generic clean-libtool mostlyclean-am
                    475: 
                    476: distclean: distclean-am
                    477:        -rm -f Makefile
                    478: distclean-am: clean-am distclean-generic distclean-libtool \
                    479:        distclean-tags
                    480: 
                    481: dvi: dvi-am
                    482: 
                    483: dvi-am:
                    484: 
                    485: html: html-am
                    486: 
                    487: info: info-am
                    488: 
                    489: info-am:
                    490: 
                    491: install-data-am: install-libSDLincludeHEADERS
                    492: 
                    493: install-exec-am:
                    494: 
                    495: install-info: install-info-am
                    496: 
                    497: install-man:
                    498: 
                    499: installcheck-am:
                    500: 
                    501: maintainer-clean: maintainer-clean-am
                    502:        -rm -f Makefile
                    503: maintainer-clean-am: distclean-am maintainer-clean-generic
                    504: 
                    505: mostlyclean: mostlyclean-am
                    506: 
                    507: mostlyclean-am: mostlyclean-generic mostlyclean-libtool
                    508: 
                    509: pdf: pdf-am
                    510: 
                    511: pdf-am:
                    512: 
                    513: ps: ps-am
                    514: 
                    515: ps-am:
                    516: 
                    517: uninstall-am: uninstall-info-am uninstall-libSDLincludeHEADERS
                    518: 
                    519: .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
                    520:        clean-libtool ctags distclean distclean-generic \
                    521:        distclean-libtool distclean-tags distdir dvi dvi-am html \
                    522:        html-am info info-am install install-am install-data \
                    523:        install-data-am install-exec install-exec-am install-info \
                    524:        install-info-am install-libSDLincludeHEADERS install-man \
                    525:        install-strip installcheck installcheck-am installdirs \
                    526:        maintainer-clean maintainer-clean-generic mostlyclean \
                    527:        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
                    528:        tags uninstall uninstall-am uninstall-info-am \
                    529:        uninstall-libSDLincludeHEADERS
                    530: 
                    531: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    532: # Otherwise a system limit (for SysV at least) may be exceeded.
                    533: .NOEXPORT:

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.