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:50 james26_jang Exp $
15#
16# Copyright (C) 1995 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 = *~
95mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
96CONFIG_HEADER = ../config.h
97CONFIG_CLEAN_FILES = 
98DIST_COMMON =  Makefile.am Makefile.in
99
100
101DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
102
103TAR = tar
104GZIP = --best
105all: Makefile
106
107.SUFFIXES:
108$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
109	cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps man/Makefile
110
111Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
112	cd $(top_builddir) \
113	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
114
115tags: TAGS
116TAGS:
117
118
119distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
120
121subdir = man
122
123distdir: $(DISTFILES)
124	@for file in $(DISTFILES); do \
125	  d=$(srcdir); \
126	  test -f $(distdir)/$$file \
127	  || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
128	  || cp -p $$d/$$file $(distdir)/$$file; \
129	done
130info:
131dvi:
132check: all
133	$(MAKE)
134installcheck:
135install-exec: 
136	@$(NORMAL_INSTALL)
137
138install-data: 
139	@$(NORMAL_INSTALL)
140
141install: install-exec install-data all
142	@:
143
144uninstall: 
145
146install-strip:
147	$(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
148installdirs:
149
150
151mostlyclean-generic:
152	-test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
153
154clean-generic:
155	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
156
157distclean-generic:
158	-rm -f Makefile $(DISTCLEANFILES)
159	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
160	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
161
162maintainer-clean-generic:
163	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
164	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
165mostlyclean:  mostlyclean-generic
166
167clean:  clean-generic mostlyclean
168
169distclean:  distclean-generic clean
170	-rm -f config.status
171	-rm -f libtool
172
173maintainer-clean:  maintainer-clean-generic distclean
174	@echo "This command is intended for maintainers to use;"
175	@echo "it deletes files that may require special tools to rebuild."
176
177.PHONY: tags distdir info dvi installcheck install-exec install-data \
178install uninstall all installdirs mostlyclean-generic distclean-generic \
179clean-generic maintainer-clean-generic clean mostlyclean distclean \
180maintainer-clean
181
182
183# Tell versions [3.59,3.63) of GNU make to not export all variables.
184# Otherwise a system limit (for SysV at least) may be exceeded.
185.NOEXPORT:
186