Annotation of generator/glade/Makefile.in, revision 1.1.1.2

1.1       root        1: # Makefile.in generated automatically by automake 1.5 from Makefile.am.
                      2: 
                      3: # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
                      4: # Free Software Foundation, Inc.
                      5: # This Makefile.in is free software; the Free Software Foundation
                      6: # gives unlimited permission to copy and/or distribute it,
                      7: # with or without modifications, as long as this notice is preserved.
                      8: 
                      9: # This program is distributed in the hope that it will be useful,
                     10: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
                     11: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
                     12: # PARTICULAR PURPOSE.
                     13: 
                     14: @SET_MAKE@
                     15: 
                     16: SHELL = @SHELL@
                     17: 
                     18: srcdir = @srcdir@
                     19: top_srcdir = @top_srcdir@
                     20: VPATH = @srcdir@
                     21: prefix = @prefix@
                     22: exec_prefix = @exec_prefix@
                     23: 
                     24: bindir = @bindir@
                     25: sbindir = @sbindir@
                     26: libexecdir = @libexecdir@
                     27: datadir = @datadir@
                     28: sysconfdir = @sysconfdir@
                     29: sharedstatedir = @sharedstatedir@
                     30: localstatedir = @localstatedir@
                     31: libdir = @libdir@
                     32: infodir = @infodir@
                     33: mandir = @mandir@
                     34: includedir = @includedir@
                     35: oldincludedir = /usr/include
                     36: pkgdatadir = $(datadir)/@PACKAGE@
                     37: pkglibdir = $(libdir)/@PACKAGE@
                     38: pkgincludedir = $(includedir)/@PACKAGE@
                     39: top_builddir = ..
                     40: 
                     41: ACLOCAL = @ACLOCAL@
                     42: AUTOCONF = @AUTOCONF@
                     43: AUTOMAKE = @AUTOMAKE@
                     44: AUTOHEADER = @AUTOHEADER@
                     45: 
                     46: INSTALL = @INSTALL@
                     47: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                     48: INSTALL_DATA = @INSTALL_DATA@
                     49: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                     50: INSTALL_HEADER = $(INSTALL_DATA)
                     51: transform = @program_transform_name@
                     52: NORMAL_INSTALL = :
                     53: PRE_INSTALL = :
                     54: POST_INSTALL = :
                     55: NORMAL_UNINSTALL = :
                     56: PRE_UNINSTALL = :
                     57: POST_UNINSTALL = :
                     58: build_alias = @build_alias@
                     59: build_triplet = @build@
                     60: host_alias = @host_alias@
                     61: host_triplet = @host@
                     62: target_alias = @target_alias@
                     63: target_triplet = @target@
                     64: AMTAR = @AMTAR@
                     65: ASMOUTPUT = @ASMOUTPUT@
                     66: AWK = @AWK@
                     67: CC = @CC@
                     68: DEPDIR = @DEPDIR@
                     69: EXEEXT = @EXEEXT@
                     70: GTK_CFLAGS = @GTK_CFLAGS@
                     71: GTK_CONFIG = @GTK_CONFIG@
                     72: GTK_LIBS = @GTK_LIBS@
                     73: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                     74: MY_DIST_SUBDIRS = @MY_DIST_SUBDIRS@
                     75: MY_LIBS = @MY_LIBS@
                     76: MY_SUBDIRS = @MY_SUBDIRS@
                     77: OBJEXT = @OBJEXT@
                     78: PACKAGE = @PACKAGE@
                     79: PROGRAM = @PROGRAM@
                     80: RANLIB = @RANLIB@
                     81: SDL_CFLAGS = @SDL_CFLAGS@
                     82: SDL_CONFIG = @SDL_CONFIG@
                     83: SDL_LIBS = @SDL_LIBS@
                     84: UNDERSCORE = @UNDERSCORE@
                     85: VERSION = @VERSION@
                     86: am__include = @am__include@
                     87: am__quote = @am__quote@
                     88: install_sh = @install_sh@
                     89: 
                     90: INCLUDES = -I../hdr -I../gtkopts -I. @GTK_CFLAGS@
                     91: 
                     92: noinst_LIBRARIES = libglade.a
                     93: libglade_a_SOURCES = support.c interface.c callbacks.c
                     94: subdir = glade
                     95: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
                     96: CONFIG_HEADER = $(top_builddir)/config.h
                     97: CONFIG_CLEAN_FILES =
                     98: LIBRARIES = $(noinst_LIBRARIES)
                     99: 
                    100: libglade_a_AR = $(AR) cru
                    101: libglade_a_LIBADD =
                    102: am_libglade_a_OBJECTS = support.$(OBJEXT) interface.$(OBJEXT) \
                    103:        callbacks.$(OBJEXT)
                    104: libglade_a_OBJECTS = $(am_libglade_a_OBJECTS)
                    105: 
                    106: DEFS = @DEFS@
                    107: DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
                    108: CPPFLAGS = @CPPFLAGS@
                    109: LDFLAGS = @LDFLAGS@
                    110: LIBS = @LIBS@
                    111: depcomp = $(SHELL) $(top_srcdir)/depcomp
                    112: @AMDEP_TRUE@DEP_FILES = $(DEPDIR)/callbacks.Po $(DEPDIR)/interface.Po \
                    113: @AMDEP_TRUE@   $(DEPDIR)/support.Po
                    114: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
                    115:        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
                    116: CCLD = $(CC)
                    117: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
                    118: CFLAGS = @CFLAGS@
                    119: DIST_SOURCES = $(libglade_a_SOURCES)
                    120: DIST_COMMON = README Makefile.am Makefile.in
                    121: SOURCES = $(libglade_a_SOURCES)
                    122: 
                    123: all: all-am
                    124: 
                    125: .SUFFIXES:
                    126: .SUFFIXES: .c .o .obj
1.1.1.2 ! root      127: $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
1.1       root      128:        cd $(top_srcdir) && \
                    129:          $(AUTOMAKE) --gnu  glade/Makefile
                    130: Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
                    131:        cd $(top_builddir) && \
                    132:          CONFIG_HEADERS= CONFIG_LINKS= \
                    133:          CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
                    134: 
                    135: AR = ar
                    136: 
                    137: clean-noinstLIBRARIES:
                    138:        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
                    139: libglade.a: $(libglade_a_OBJECTS) $(libglade_a_DEPENDENCIES) 
                    140:        -rm -f libglade.a
                    141:        $(libglade_a_AR) libglade.a $(libglade_a_OBJECTS) $(libglade_a_LIBADD)
                    142:        $(RANLIB) libglade.a
                    143: 
                    144: mostlyclean-compile:
                    145:        -rm -f *.$(OBJEXT) core *.core
                    146: 
                    147: distclean-compile:
                    148:        -rm -f *.tab.c
                    149: 
                    150: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/callbacks.Po@am__quote@
                    151: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/interface.Po@am__quote@
                    152: @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/support.Po@am__quote@
                    153: 
                    154: distclean-depend:
                    155:        -rm -rf $(DEPDIR)
                    156: 
                    157: .c.o:
                    158: @AMDEP_TRUE@   source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
                    159: @AMDEP_TRUE@   depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
                    160: @AMDEP_TRUE@   $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    161:        $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
                    162: 
                    163: .c.obj:
                    164: @AMDEP_TRUE@   source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
                    165: @AMDEP_TRUE@   depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
                    166: @AMDEP_TRUE@   $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    167:        $(COMPILE) -c `cygpath -w $<`
                    168: CCDEPMODE = @CCDEPMODE@
                    169: uninstall-info-am:
                    170: 
                    171: tags: TAGS
                    172: 
                    173: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
                    174:        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
                    175:        unique=`for i in $$list; do \
                    176:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    177:          done | \
                    178:          $(AWK) '    { files[$$0] = 1; } \
                    179:               END { for (i in files) print i; }'`; \
                    180:        mkid -fID $$unique $(LISP)
                    181: 
                    182: TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    183:                $(TAGS_FILES) $(LISP)
                    184:        tags=; \
                    185:        here=`pwd`; \
                    186:        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
                    187:        unique=`for i in $$list; do \
                    188:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    189:          done | \
                    190:          $(AWK) '    { files[$$0] = 1; } \
                    191:               END { for (i in files) print i; }'`; \
                    192:        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
                    193:          || etags $(ETAGS_ARGS) $$tags  $$unique $(LISP)
                    194: 
                    195: GTAGS:
                    196:        here=`CDPATH=: && cd $(top_builddir) && pwd` \
                    197:          && cd $(top_srcdir) \
                    198:          && gtags -i $(GTAGS_ARGS) $$here
                    199: 
                    200: distclean-tags:
                    201:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
                    202: 
                    203: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                    204: 
                    205: top_distdir = ..
                    206: distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
                    207: 
                    208: distdir: $(DISTFILES)
                    209:        @for file in $(DISTFILES); do \
                    210:          if test -f $$file; then d=.; else d=$(srcdir); fi; \
                    211:          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
                    212:          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
                    213:            $(mkinstalldirs) "$(distdir)/$$dir"; \
                    214:          fi; \
                    215:          if test -d $$d/$$file; then \
                    216:            cp -pR $$d/$$file $(distdir) \
                    217:            || exit 1; \
                    218:          else \
                    219:            test -f $(distdir)/$$file \
                    220:            || cp -p $$d/$$file $(distdir)/$$file \
                    221:            || exit 1; \
                    222:          fi; \
                    223:        done
                    224: check-am: all-am
                    225: check: check-am
                    226: all-am: Makefile $(LIBRARIES)
                    227: 
                    228: installdirs:
                    229: 
                    230: install: install-am
                    231: install-exec: install-exec-am
                    232: install-data: install-data-am
                    233: uninstall: uninstall-am
                    234: 
                    235: install-am: all-am
                    236:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    237: 
                    238: installcheck: installcheck-am
                    239: install-strip:
                    240:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    241:          `test -z '$(STRIP)' || \
                    242:            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
                    243: mostlyclean-generic:
                    244: 
                    245: clean-generic:
                    246: 
                    247: distclean-generic:
                    248:        -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
                    249: 
                    250: maintainer-clean-generic:
                    251:        @echo "This command is intended for maintainers to use"
                    252:        @echo "it deletes files that may require special tools to rebuild."
                    253: clean: clean-am
                    254: 
                    255: clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
                    256: 
                    257: distclean: distclean-am
                    258: 
                    259: distclean-am: clean-am distclean-compile distclean-depend \
                    260:        distclean-generic distclean-tags
                    261: 
                    262: dvi: dvi-am
                    263: 
                    264: dvi-am:
                    265: 
                    266: info: info-am
                    267: 
                    268: info-am:
                    269: 
                    270: install-data-am:
                    271: 
                    272: install-exec-am:
                    273: 
                    274: install-info: install-info-am
                    275: 
                    276: install-man:
                    277: 
                    278: installcheck-am:
                    279: 
                    280: maintainer-clean: maintainer-clean-am
                    281: 
                    282: maintainer-clean-am: distclean-am maintainer-clean-generic
                    283: 
                    284: mostlyclean: mostlyclean-am
                    285: 
                    286: mostlyclean-am: mostlyclean-compile mostlyclean-generic
                    287: 
                    288: uninstall-am: uninstall-info-am
                    289: 
                    290: .PHONY: GTAGS all all-am check check-am clean clean-generic \
                    291:        clean-noinstLIBRARIES distclean distclean-compile \
                    292:        distclean-depend distclean-generic distclean-tags distdir dvi \
                    293:        dvi-am info info-am install install-am install-data \
                    294:        install-data-am install-exec install-exec-am install-info \
                    295:        install-info-am install-man install-strip installcheck \
                    296:        installcheck-am installdirs maintainer-clean \
                    297:        maintainer-clean-generic mostlyclean mostlyclean-compile \
                    298:        mostlyclean-generic tags uninstall uninstall-am \
                    299:        uninstall-info-am
                    300: 
                    301: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    302: # Otherwise a system limit (for SysV at least) may be exceeded.
                    303: .NOEXPORT:

unix.superglobalmegacorp.com

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