1# Makefile.in generated automatically by automake 1.3 from Makefile.am
2
3# Copyright (C) 1994, 1995, 1996, 1997, 1998 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#
14# $Id: Makefile.in,v 1.1.1.1 2008/10/15 03:30:48 james26_jang Exp $
15#
16# Copyright (C) 1997 Lars Fenneberg
17#
18# See the file COPYRIGHT for the respective terms and conditions. 
19# If the file is missing contact me at lf@elemental.net 
20# and I'll send you a copy.
21#
22
23
24SHELL = /bin/sh
25
26srcdir = @srcdir@
27top_srcdir = @top_srcdir@
28VPATH = @srcdir@
29prefix = @prefix@
30exec_prefix = @exec_prefix@
31
32bindir = @bindir@
33sbindir = @sbindir@
34libexecdir = @libexecdir@
35datadir = @datadir@
36sysconfdir = @sysconfdir@
37sharedstatedir = @sharedstatedir@
38localstatedir = @localstatedir@
39libdir = @libdir@
40infodir = @infodir@
41mandir = @mandir@
42includedir = @includedir@
43oldincludedir = /usr/include
44
45DISTDIR =
46
47pkgdatadir = $(datadir)/@PACKAGE@
48pkglibdir = $(libdir)/@PACKAGE@
49pkgincludedir = $(includedir)/@PACKAGE@
50
51top_builddir = ..
52
53ACLOCAL = @ACLOCAL@
54AUTOCONF = @AUTOCONF@
55AUTOMAKE = @AUTOMAKE@
56AUTOHEADER = @AUTOHEADER@
57
58INSTALL = @INSTALL@
59INSTALL_PROGRAM = @INSTALL_PROGRAM@
60INSTALL_DATA = @INSTALL_DATA@
61INSTALL_SCRIPT = @INSTALL_SCRIPT@
62transform = @program_transform_name@
63
64NORMAL_INSTALL = :
65PRE_INSTALL = :
66POST_INSTALL = :
67NORMAL_UNINSTALL = :
68PRE_UNINSTALL = :
69POST_UNINSTALL = :
70build_alias = @build_alias@
71build_triplet = @build@
72host_alias = @host_alias@
73host_triplet = @host@
74target_alias = @target_alias@
75target_triplet = @target@
76AR = @AR@
77CC = @CC@
78LD = @LD@
79LIBTOOL = @LIBTOOL@
80LIBVERSION = @LIBVERSION@
81LN_S = @LN_S@
82LTLIBOBJS = @LTLIBOBJS@
83MAKEINFO = @MAKEINFO@
84NM = @NM@
85PACKAGE = @PACKAGE@
86RANLIB = @RANLIB@
87RC_LOG_FACILITY = @RC_LOG_FACILITY@
88RC_SECURE_PATH = @RC_SECURE_PATH@
89VERSION = @VERSION@
90pkgsysconfdir = @pkgsysconfdir@
91
92AUTOMAKE_OPTIONS = foreign
93
94CLEANFILES = *~
95
96EXTRA_DIST = instop.html
97mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
98CONFIG_HEADER = ../config.h
99CONFIG_CLEAN_FILES = 
100DIST_COMMON =  Makefile.am Makefile.in
101
102
103DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
104
105TAR = tar
106GZIP = --best
107all: Makefile
108
109.SUFFIXES:
110$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
111	cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps doc/Makefile
112
113Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
114	cd $(top_builddir) \
115	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
116
117tags: TAGS
118TAGS:
119
120
121distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
122
123subdir = doc
124
125distdir: $(DISTFILES)
126	@for file in $(DISTFILES); do \
127	  d=$(srcdir); \
128	  test -f $(distdir)/$$file \
129	  || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
130	  || cp -p $$d/$$file $(distdir)/$$file; \
131	done
132info:
133dvi:
134check: all
135	$(MAKE)
136installcheck:
137install-exec: 
138	@$(NORMAL_INSTALL)
139
140install-data: 
141	@$(NORMAL_INSTALL)
142
143install: install-exec install-data all
144	@:
145
146uninstall: 
147
148install-strip:
149	$(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
150installdirs:
151
152
153mostlyclean-generic:
154	-test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
155
156clean-generic:
157	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
158
159distclean-generic:
160	-rm -f Makefile $(DISTCLEANFILES)
161	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
162	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
163
164maintainer-clean-generic:
165	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
166	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
167mostlyclean:  mostlyclean-generic
168
169clean:  clean-generic mostlyclean
170
171distclean:  distclean-generic clean
172	-rm -f config.status
173	-rm -f libtool
174
175maintainer-clean:  maintainer-clean-generic distclean
176	@echo "This command is intended for maintainers to use;"
177	@echo "it deletes files that may require special tools to rebuild."
178
179.PHONY: tags distdir info dvi installcheck install-exec install-data \
180install uninstall all installdirs mostlyclean-generic distclean-generic \
181clean-generic maintainer-clean-generic clean mostlyclean distclean \
182maintainer-clean
183
184
185# Tell versions [3.59,3.63) of GNU make to not export all variables.
186# Otherwise a system limit (for SysV at least) may be exceeded.
187.NOEXPORT:
188