source: trunk/gsdl/packages/yaz/tab/Makefile.in@ 1343

Last change on this file since 1343 was 1343, checked in by johnmcp, 24 years ago

Added the YAZ toolkit source to the packages directory (for z39.50 stuff)

  • Property svn:keywords set to Author Date Id Revision
File size: 5.8 KB
Line 
1# Makefile.in generated automatically by automake 1.4 from Makefile.am
2
3# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4# This Makefile.in is free software; the Free Software Foundation
5# gives unlimited permission to copy and/or distribute it,
6# with or without modifications, as long as this notice is preserved.
7
8# This program is distributed in the hope that it will be useful,
9# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11# PARTICULAR PURPOSE.
12
13
14SHELL = @SHELL@
15
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19prefix = @prefix@
20exec_prefix = @exec_prefix@
21
22bindir = @bindir@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
25datadir = @datadir@
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
30infodir = @infodir@
31mandir = @mandir@
32includedir = @includedir@
33oldincludedir = /usr/include
34
35DESTDIR =
36
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40
41top_builddir = ..
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
48INSTALL = @INSTALL@
49INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52transform = @program_transform_name@
53
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60ASNMODULE = @ASNMODULE@
61CC = @CC@
62CPP = @CPP@
63ILLLIB = @ILLLIB@
64ILLMODULE = @ILLMODULE@
65MAKEINFO = @MAKEINFO@
66PACKAGE = @PACKAGE@
67RANLIB = @RANLIB@
68SUBDIRS_VAR = @SUBDIRS_VAR@
69VERSION = @VERSION@
70have_sgml2html = @have_sgml2html@
71have_sgml2latex = @have_sgml2latex@
72have_sgml2txt = @have_sgml2txt@
73
74tabdatadir = $(pkgdatadir)/tab
75tabdata_DATA = bib1.att dan1.att danmarc.abs explain.abs explain.att explain.tag generic.tag gils-a.est gils-b.est gils-f.est gils-g.est gils-summary.map gils-usmarc.map gils-variant.est gils.abs gils.att gils.tag meta-b.est meta-usmarc.map meta.abs meta.tag summary.abs summary.tag tagsetg.tag tagsetm.tag usmarc-b.est usmarc.abs usmarc.mar usmarc.tag var1.var wais-b.est wais-variant.est wais.abs
76
77
78EXTRA_DIST = bib1.att dan1.att danmarc.abs explain.abs explain.att explain.tag generic.tag gils-a.est gils-b.est gils-f.est gils-g.est gils-summary.map gils-usmarc.map gils-variant.est gils.abs gils.att gils.tag meta-b.est meta-usmarc.map meta.abs meta.tag summary.abs summary.tag tagsetg.tag tagsetm.tag usmarc-b.est usmarc.abs usmarc.mar usmarc.tag var1.var wais-b.est wais-variant.est wais.abs
79
80mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
81CONFIG_CLEAN_FILES =
82DATA = $(tabdata_DATA)
83
84DIST_COMMON = Makefile.am Makefile.in
85
86
87DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
88
89TAR = gtar
90GZIP_ENV = --best
91all: all-redirect
92.SUFFIXES:
93$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
94 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps tab/Makefile
95
96Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
97 cd $(top_builddir) \
98 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
99
100
101install-tabdataDATA: $(tabdata_DATA)
102 @$(NORMAL_INSTALL)
103 $(mkinstalldirs) $(DESTDIR)$(tabdatadir)
104 @list='$(tabdata_DATA)'; for p in $$list; do \
105 if test -f $(srcdir)/$$p; then \
106 echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(tabdatadir)/$$p"; \
107 $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(tabdatadir)/$$p; \
108 else if test -f $$p; then \
109 echo " $(INSTALL_DATA) $$p $(DESTDIR)$(tabdatadir)/$$p"; \
110 $(INSTALL_DATA) $$p $(DESTDIR)$(tabdatadir)/$$p; \
111 fi; fi; \
112 done
113
114uninstall-tabdataDATA:
115 @$(NORMAL_UNINSTALL)
116 list='$(tabdata_DATA)'; for p in $$list; do \
117 rm -f $(DESTDIR)$(tabdatadir)/$$p; \
118 done
119tags: TAGS
120TAGS:
121
122
123distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
124
125subdir = tab
126
127distdir: $(DISTFILES)
128 @for file in $(DISTFILES); do \
129 d=$(srcdir); \
130 if test -d $$d/$$file; then \
131 cp -pr $$/$$file $(distdir)/$$file; \
132 else \
133 test -f $(distdir)/$$file \
134 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
135 || cp -p $$d/$$file $(distdir)/$$file || :; \
136 fi; \
137 done
138info-am:
139info: info-am
140dvi-am:
141dvi: dvi-am
142check-am: all-am
143check: check-am
144installcheck-am:
145installcheck: installcheck-am
146install-exec-am:
147install-exec: install-exec-am
148
149install-data-am: install-tabdataDATA
150install-data: install-data-am
151
152install-am: all-am
153 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
154install: install-am
155uninstall-am: uninstall-tabdataDATA
156uninstall: uninstall-am
157all-am: Makefile $(DATA)
158all-redirect: all-am
159install-strip:
160 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
161installdirs:
162 $(mkinstalldirs) $(DESTDIR)$(tabdatadir)
163
164
165mostlyclean-generic:
166
167clean-generic:
168
169distclean-generic:
170 -rm -f Makefile $(CONFIG_CLEAN_FILES)
171 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
172
173maintainer-clean-generic:
174mostlyclean-am: mostlyclean-generic
175
176mostlyclean: mostlyclean-am
177
178clean-am: clean-generic mostlyclean-am
179
180clean: clean-am
181
182distclean-am: distclean-generic clean-am
183
184distclean: distclean-am
185
186maintainer-clean-am: maintainer-clean-generic distclean-am
187 @echo "This command is intended for maintainers to use;"
188 @echo "it deletes files that may require special tools to rebuild."
189
190maintainer-clean: maintainer-clean-am
191
192.PHONY: uninstall-tabdataDATA install-tabdataDATA tags distdir info-am \
193info dvi-am dvi check check-am installcheck-am installcheck \
194install-exec-am install-exec install-data-am install-data install-am \
195install uninstall-am uninstall all-redirect all-am all installdirs \
196mostlyclean-generic distclean-generic clean-generic \
197maintainer-clean-generic clean mostlyclean distclean maintainer-clean
198
199
200# Tell versions [3.59,3.63) of GNU make to not export all variables.
201# Otherwise a system limit (for SysV at least) may be exceeded.
202.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.