Deleted Added
full compact
Makefile.in (117610) Makefile.in (141098)
1# Makefile.in generated automatically by automake 1.5 from Makefile.am.
1# Makefile.in generated by automake 1.8.5 from Makefile.am.
2# @configure_input@
2
3
3# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
4# Free Software Foundation, Inc.
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004 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
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
16SHELL = @SHELL@
17SOURCES = $(pam_unix_la_SOURCES)
17
18srcdir = @srcdir@
19top_srcdir = @top_srcdir@
20VPATH = @srcdir@
18
19srcdir = @srcdir@
20top_srcdir = @top_srcdir@
21VPATH = @srcdir@
21prefix = @prefix@
22exec_prefix = @exec_prefix@
23
24bindir = @bindir@
25sbindir = @sbindir@
26libexecdir = @libexecdir@
27datadir = @datadir@
28sysconfdir = @sysconfdir@
29sharedstatedir = @sharedstatedir@
30localstatedir = @localstatedir@
31libdir = @libdir@
32infodir = @infodir@
33mandir = @mandir@
34includedir = @includedir@
35oldincludedir = /usr/include
36pkgdatadir = $(datadir)/@PACKAGE@
37pkgincludedir = $(includedir)/@PACKAGE@
38top_builddir = ../..
22pkgdatadir = $(datadir)/@PACKAGE@
23pkgincludedir = $(includedir)/@PACKAGE@
24top_builddir = ../..
39
40ACLOCAL = @ACLOCAL@
41AUTOCONF = @AUTOCONF@
42AUTOMAKE = @AUTOMAKE@
43AUTOHEADER = @AUTOHEADER@
44
25am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
45INSTALL = @INSTALL@
26INSTALL = @INSTALL@
46INSTALL_PROGRAM = @INSTALL_PROGRAM@
47INSTALL_DATA = @INSTALL_DATA@
48INSTALL_SCRIPT = @INSTALL_SCRIPT@
27install_sh_DATA = $(install_sh) -c -m 644
28install_sh_PROGRAM = $(install_sh) -c
29install_sh_SCRIPT = $(install_sh) -c
49INSTALL_HEADER = $(INSTALL_DATA)
30INSTALL_HEADER = $(INSTALL_DATA)
50transform = @program_transform_name@
31transform = $(program_transform_name)
51NORMAL_INSTALL = :
52PRE_INSTALL = :
53POST_INSTALL = :
54NORMAL_UNINSTALL = :
55PRE_UNINSTALL = :
56POST_UNINSTALL = :
32NORMAL_INSTALL = :
33PRE_INSTALL = :
34POST_INSTALL = :
35NORMAL_UNINSTALL = :
36PRE_UNINSTALL = :
37POST_UNINSTALL = :
57build_alias = @build_alias@
58build_triplet = @build@
38build_triplet = @build@
59host_alias = @host_alias@
60host_triplet = @host@
39host_triplet = @host@
61target_alias = @target_alias@
62target_triplet = @target@
40target_triplet = @target@
41subdir = modules/pam_unix
42DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
43ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44am__aclocal_m4_deps = $(top_srcdir)/configure.ac
45am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46 $(ACLOCAL_M4)
47mkinstalldirs = $(mkdir_p)
48CONFIG_HEADER = $(top_builddir)/config.h
49CONFIG_CLEAN_FILES =
50am__installdirs = "$(DESTDIR)$(pkglibdir)"
51pkglibLTLIBRARIES_INSTALL = $(INSTALL)
52LTLIBRARIES = $(pkglib_LTLIBRARIES)
53@WITH_PAM_UNIX_TRUE@pam_unix_la_DEPENDENCIES = \
54@WITH_PAM_UNIX_TRUE@ $(top_builddir)/lib/libpam.la
55am__pam_unix_la_SOURCES_DIST = pam_unix.c
56@WITH_PAM_UNIX_TRUE@am_pam_unix_la_OBJECTS = pam_unix.lo
57pam_unix_la_OBJECTS = $(am_pam_unix_la_OBJECTS)
58DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
59depcomp = $(SHELL) $(top_srcdir)/depcomp
60am__depfiles_maybe = depfiles
61@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/pam_unix.Plo
62COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
63 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
64LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
65 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
66 $(AM_CFLAGS) $(CFLAGS)
67CCLD = $(CC)
68LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
69 $(AM_LDFLAGS) $(LDFLAGS) -o $@
70SOURCES = $(pam_unix_la_SOURCES)
71DIST_SOURCES = $(am__pam_unix_la_SOURCES_DIST)
72ETAGS = etags
73CTAGS = ctags
74DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
75pkglibdir = @OPENPAM_MODULES_DIR@
76ACLOCAL = @ACLOCAL@
77AMDEP_FALSE = @AMDEP_FALSE@
78AMDEP_TRUE = @AMDEP_TRUE@
63AMTAR = @AMTAR@
79AMTAR = @AMTAR@
64AS = @AS@
80AR = @AR@
81AUTOCONF = @AUTOCONF@
82AUTOHEADER = @AUTOHEADER@
83AUTOMAKE = @AUTOMAKE@
65AWK = @AWK@
66CC = @CC@
84AWK = @AWK@
85CC = @CC@
86CCDEPMODE = @CCDEPMODE@
67CFLAGS = @CFLAGS@
87CFLAGS = @CFLAGS@
88CPP = @CPP@
68CPPFLAGS = @CPPFLAGS@
69CRYPT_LIBS = @CRYPT_LIBS@
89CPPFLAGS = @CPPFLAGS@
90CRYPT_LIBS = @CRYPT_LIBS@
91CXX = @CXX@
92CXXCPP = @CXXCPP@
93CXXDEPMODE = @CXXDEPMODE@
94CXXFLAGS = @CXXFLAGS@
95CYGPATH_W = @CYGPATH_W@
96DEFS = @DEFS@
70DEPDIR = @DEPDIR@
97DEPDIR = @DEPDIR@
71DLLTOOL = @DLLTOOL@
72DL_LIBS = @DL_LIBS@
98DL_LIBS = @DL_LIBS@
99ECHO = @ECHO@
100ECHO_C = @ECHO_C@
101ECHO_N = @ECHO_N@
102ECHO_T = @ECHO_T@
103EGREP = @EGREP@
73EXEEXT = @EXEEXT@
104EXEEXT = @EXEEXT@
105F77 = @F77@
106FFLAGS = @FFLAGS@
107INSTALL_DATA = @INSTALL_DATA@
108INSTALL_PROGRAM = @INSTALL_PROGRAM@
109INSTALL_SCRIPT = @INSTALL_SCRIPT@
74INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
110INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
111LDFLAGS = @LDFLAGS@
112LIBOBJS = @LIBOBJS@
113LIBS = @LIBS@
75LIBTOOL = @LIBTOOL@
76LIB_MAJ = @LIB_MAJ@
77LN_S = @LN_S@
114LIBTOOL = @LIBTOOL@
115LIB_MAJ = @LIB_MAJ@
116LN_S = @LN_S@
78OBJDUMP = @OBJDUMP@
117LTLIBOBJS = @LTLIBOBJS@
118MAKEINFO = @MAKEINFO@
79OBJEXT = @OBJEXT@
80OPENPAM_MODULES_DIR = @OPENPAM_MODULES_DIR@
81PACKAGE = @PACKAGE@
119OBJEXT = @OBJEXT@
120OPENPAM_MODULES_DIR = @OPENPAM_MODULES_DIR@
121PACKAGE = @PACKAGE@
122PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
123PACKAGE_NAME = @PACKAGE_NAME@
124PACKAGE_STRING = @PACKAGE_STRING@
125PACKAGE_TARNAME = @PACKAGE_TARNAME@
126PACKAGE_VERSION = @PACKAGE_VERSION@
127PATH_SEPARATOR = @PATH_SEPARATOR@
82RANLIB = @RANLIB@
128RANLIB = @RANLIB@
129SET_MAKE = @SET_MAKE@
130SHELL = @SHELL@
131STRIP = @STRIP@
83VERSION = @VERSION@
132VERSION = @VERSION@
133WITH_PAM_SU_FALSE = @WITH_PAM_SU_FALSE@
134WITH_PAM_SU_TRUE = @WITH_PAM_SU_TRUE@
135WITH_PAM_UNIX_FALSE = @WITH_PAM_UNIX_FALSE@
136WITH_PAM_UNIX_TRUE = @WITH_PAM_UNIX_TRUE@
137ac_ct_AR = @ac_ct_AR@
138ac_ct_CC = @ac_ct_CC@
139ac_ct_CXX = @ac_ct_CXX@
140ac_ct_F77 = @ac_ct_F77@
141ac_ct_RANLIB = @ac_ct_RANLIB@
142ac_ct_STRIP = @ac_ct_STRIP@
143am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
144am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
145am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
146am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
84am__include = @am__include@
147am__include = @am__include@
148am__leading_dot = @am__leading_dot@
85am__quote = @am__quote@
149am__quote = @am__quote@
150bindir = @bindir@
151build = @build@
152build_alias = @build_alias@
153build_cpu = @build_cpu@
154build_os = @build_os@
155build_vendor = @build_vendor@
156datadir = @datadir@
157exec_prefix = @exec_prefix@
158host = @host@
159host_alias = @host_alias@
160host_cpu = @host_cpu@
161host_os = @host_os@
162host_vendor = @host_vendor@
163includedir = @includedir@
164infodir = @infodir@
86install_sh = @install_sh@
165install_sh = @install_sh@
87
88pkglibdir = @OPENPAM_MODULES_DIR@
166libdir = @libdir@
167libexecdir = @libexecdir@
168localstatedir = @localstatedir@
169mandir = @mandir@
170mkdir_p = @mkdir_p@
171oldincludedir = @oldincludedir@
172prefix = @prefix@
173program_transform_name = @program_transform_name@
174sbindir = @sbindir@
175sharedstatedir = @sharedstatedir@
176sysconfdir = @sysconfdir@
177target = @target@
178target_alias = @target_alias@
179target_cpu = @target_cpu@
180target_os = @target_os@
181target_vendor = @target_vendor@
89INCLUDES = -I$(top_srcdir)/include
182INCLUDES = -I$(top_srcdir)/include
90
91@WITH_PAM_UNIX_TRUE@pkglib_LTLIBRARIES = pam_unix.la
183@WITH_PAM_UNIX_TRUE@pkglib_LTLIBRARIES = pam_unix.la
92
93@WITH_PAM_UNIX_TRUE@pam_unix_la_SOURCES = pam_unix.c
94@WITH_PAM_UNIX_TRUE@pam_unix_la_LDFLAGS = -no-undefined -module -version-info @LIB_MAJ@ @CRYPT_LIBS@
95@WITH_PAM_UNIX_TRUE@pam_unix_la_LIBADD = $(top_builddir)/lib/libpam.la
184@WITH_PAM_UNIX_TRUE@pam_unix_la_SOURCES = pam_unix.c
185@WITH_PAM_UNIX_TRUE@pam_unix_la_LDFLAGS = -no-undefined -module -version-info @LIB_MAJ@ @CRYPT_LIBS@
186@WITH_PAM_UNIX_TRUE@pam_unix_la_LIBADD = $(top_builddir)/lib/libpam.la
96subdir = modules/pam_unix
97mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
98CONFIG_HEADER = $(top_builddir)/config.h
99CONFIG_CLEAN_FILES =
100LTLIBRARIES = $(pkglib_LTLIBRARIES)
101
102@WITH_PAM_UNIX_TRUE@pam_unix_la_DEPENDENCIES = \
103@WITH_PAM_UNIX_TRUE@ $(top_builddir)/lib/libpam.la
104@WITH_PAM_UNIX_FALSE@pam_unix_la_DEPENDENCIES =
105@WITH_PAM_UNIX_TRUE@am_pam_unix_la_OBJECTS = pam_unix.lo
106@WITH_PAM_UNIX_FALSE@am_pam_unix_la_OBJECTS =
107pam_unix_la_OBJECTS = $(am_pam_unix_la_OBJECTS)
108
109DEFS = @DEFS@
110DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
111CPPFLAGS = @CPPFLAGS@
112LDFLAGS = @LDFLAGS@
113LIBS = @LIBS@
114depcomp = $(SHELL) $(top_srcdir)/depcomp
115@AMDEP_TRUE@DEP_FILES = $(DEPDIR)/pam_unix.Plo
116COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
117 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
118LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
119 $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
120CCLD = $(CC)
121LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
122 $(AM_LDFLAGS) $(LDFLAGS) -o $@
123DIST_SOURCES = $(pam_unix_la_SOURCES)
124DIST_COMMON = Makefile.am Makefile.in
125SOURCES = $(pam_unix_la_SOURCES)
126
127all: all-am
128
129.SUFFIXES:
130.SUFFIXES: .c .lo .o .obj
187all: all-am
188
189.SUFFIXES:
190.SUFFIXES: .c .lo .o .obj
131
132mostlyclean-libtool:
133 -rm -f *.lo
134
135clean-libtool:
136 -rm -rf .libs _libs
137
138distclean-libtool:
139 -rm -f libtool
140$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
191$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
192 @for dep in $?; do \
193 case '$(am__configure_deps)' in \
194 *$$dep*) \
195 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
196 && exit 0; \
197 exit 1;; \
198 esac; \
199 done; \
200 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign modules/pam_unix/Makefile'; \
141 cd $(top_srcdir) && \
142 $(AUTOMAKE) --foreign modules/pam_unix/Makefile
201 cd $(top_srcdir) && \
202 $(AUTOMAKE) --foreign modules/pam_unix/Makefile
143Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
144 cd $(top_builddir) && \
145 CONFIG_HEADERS= CONFIG_LINKS= \
146 CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
203.PRECIOUS: Makefile
204Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
205 @case '$?' in \
206 *config.status*) \
207 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
208 *) \
209 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
210 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
211 esac;
212
213$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
214 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
215
216$(top_srcdir)/configure: $(am__configure_deps)
217 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
218$(ACLOCAL_M4): $(am__aclocal_m4_deps)
219 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
147install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES)
148 @$(NORMAL_INSTALL)
220install-pkglibLTLIBRARIES: $(pkglib_LTLIBRARIES)
221 @$(NORMAL_INSTALL)
149 $(mkinstalldirs) $(DESTDIR)$(pkglibdir)
222 test -z "$(pkglibdir)" || $(mkdir_p) "$(DESTDIR)$(pkglibdir)"
150 @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
151 if test -f $$p; then \
223 @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
224 if test -f $$p; then \
152 echo " $(LIBTOOL) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(pkglibdir)/$$p"; \
153 $(LIBTOOL) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(pkglibdir)/$$p; \
225 f="`echo $$p | sed -e 's|^.*/||'`"; \
226 echo " $(LIBTOOL) --mode=install $(pkglibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(pkglibdir)/$$f'"; \
227 $(LIBTOOL) --mode=install $(pkglibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(pkglibdir)/$$f"; \
154 else :; fi; \
155 done
156
157uninstall-pkglibLTLIBRARIES:
158 @$(NORMAL_UNINSTALL)
159 @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
228 else :; fi; \
229 done
230
231uninstall-pkglibLTLIBRARIES:
232 @$(NORMAL_UNINSTALL)
233 @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
160 echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(pkglibdir)/$$p"; \
161 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(pkglibdir)/$$p; \
234 p="`echo $$p | sed -e 's|^.*/||'`"; \
235 echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(pkglibdir)/$$p'"; \
236 $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(pkglibdir)/$$p"; \
162 done
163
164clean-pkglibLTLIBRARIES:
165 -test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES)
237 done
238
239clean-pkglibLTLIBRARIES:
240 -test -z "$(pkglib_LTLIBRARIES)" || rm -f $(pkglib_LTLIBRARIES)
241 @list='$(pkglib_LTLIBRARIES)'; for p in $$list; do \
242 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
243 test "$$dir" != "$$p" || dir=.; \
244 echo "rm -f \"$${dir}/so_locations\""; \
245 rm -f "$${dir}/so_locations"; \
246 done
166pam_unix.la: $(pam_unix_la_OBJECTS) $(pam_unix_la_DEPENDENCIES)
167 $(LINK) -rpath $(pkglibdir) $(pam_unix_la_LDFLAGS) $(pam_unix_la_OBJECTS) $(pam_unix_la_LIBADD) $(LIBS)
168
169mostlyclean-compile:
247pam_unix.la: $(pam_unix_la_OBJECTS) $(pam_unix_la_DEPENDENCIES)
248 $(LINK) -rpath $(pkglibdir) $(pam_unix_la_LDFLAGS) $(pam_unix_la_OBJECTS) $(pam_unix_la_LIBADD) $(LIBS)
249
250mostlyclean-compile:
170 -rm -f *.$(OBJEXT) core *.core
251 -rm -f *.$(OBJEXT)
171
172distclean-compile:
173 -rm -f *.tab.c
174
252
253distclean-compile:
254 -rm -f *.tab.c
255
175@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/pam_unix.Plo@am__quote@
256@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pam_unix.Plo@am__quote@
176
257
177distclean-depend:
178 -rm -rf $(DEPDIR)
179
180.c.o:
258.c.o:
181@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
182@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
183@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
184 $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
259@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
260@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
261@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
262@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
263@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
264@am__fastdepCC_FALSE@ $(COMPILE) -c $<
185
186.c.obj:
265
266.c.obj:
187@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
188@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
189@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
190 $(COMPILE) -c `cygpath -w $<`
267@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
268@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
269@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
270@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
271@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
272@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
191
192.c.lo:
273
274.c.lo:
193@AMDEP_TRUE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
194@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
195@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
196 $(LTCOMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$<
197CCDEPMODE = @CCDEPMODE@
198uninstall-info-am:
275@am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
276@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
277@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
278@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
279@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
280@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
199
281
200tags: TAGS
282mostlyclean-libtool:
283 -rm -f *.lo
201
284
285clean-libtool:
286 -rm -rf .libs _libs
287
288distclean-libtool:
289 -rm -f libtool
290uninstall-info-am:
291
202ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
292ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
203 list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
293 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
204 unique=`for i in $$list; do \
205 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
206 done | \
207 $(AWK) ' { files[$$0] = 1; } \
208 END { for (i in files) print i; }'`; \
294 unique=`for i in $$list; do \
295 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
296 done | \
297 $(AWK) ' { files[$$0] = 1; } \
298 END { for (i in files) print i; }'`; \
209 mkid -fID $$unique $(LISP)
299 mkid -fID $$unique
300tags: TAGS
210
211TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
212 $(TAGS_FILES) $(LISP)
213 tags=; \
214 here=`pwd`; \
301
302TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
303 $(TAGS_FILES) $(LISP)
304 tags=; \
305 here=`pwd`; \
215 list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
306 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
216 unique=`for i in $$list; do \
217 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
218 done | \
219 $(AWK) ' { files[$$0] = 1; } \
220 END { for (i in files) print i; }'`; \
307 unique=`for i in $$list; do \
308 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
309 done | \
310 $(AWK) ' { files[$$0] = 1; } \
311 END { for (i in files) print i; }'`; \
221 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
222 || etags $(ETAGS_ARGS) $$tags $$unique $(LISP)
312 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
313 test -n "$$unique" || unique=$$empty_fix; \
314 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
315 $$tags $$unique; \
316 fi
317ctags: CTAGS
318CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
319 $(TAGS_FILES) $(LISP)
320 tags=; \
321 here=`pwd`; \
322 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
323 unique=`for i in $$list; do \
324 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
325 done | \
326 $(AWK) ' { files[$$0] = 1; } \
327 END { for (i in files) print i; }'`; \
328 test -z "$(CTAGS_ARGS)$$tags$$unique" \
329 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
330 $$tags $$unique
223
224GTAGS:
331
332GTAGS:
225 here=`CDPATH=: && cd $(top_builddir) && pwd` \
333 here=`$(am__cd) $(top_builddir) && pwd` \
226 && cd $(top_srcdir) \
227 && gtags -i $(GTAGS_ARGS) $$here
228
229distclean-tags:
334 && cd $(top_srcdir) \
335 && gtags -i $(GTAGS_ARGS) $$here
336
337distclean-tags:
230 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
338 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
231
339
232DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
233
234top_distdir = ../..
235distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
236
237distdir: $(DISTFILES)
340distdir: $(DISTFILES)
238 @for file in $(DISTFILES); do \
239 if test -f $$file; then d=.; else d=$(srcdir); fi; \
341 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
342 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
343 list='$(DISTFILES)'; for file in $$list; do \
344 case $$file in \
345 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
346 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
347 esac; \
348 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
240 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
241 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
349 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
350 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
242 $(mkinstalldirs) "$(distdir)/$$dir"; \
351 dir="/$$dir"; \
352 $(mkdir_p) "$(distdir)$$dir"; \
353 else \
354 dir=''; \
243 fi; \
244 if test -d $$d/$$file; then \
355 fi; \
356 if test -d $$d/$$file; then \
245 cp -pR $$d/$$file $(distdir) \
246 || exit 1; \
357 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
358 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
359 fi; \
360 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
247 else \
248 test -f $(distdir)/$$file \
249 || cp -p $$d/$$file $(distdir)/$$file \
250 || exit 1; \
251 fi; \
252 done
253check-am: all-am
254check: check-am
255all-am: Makefile $(LTLIBRARIES)
361 else \
362 test -f $(distdir)/$$file \
363 || cp -p $$d/$$file $(distdir)/$$file \
364 || exit 1; \
365 fi; \
366 done
367check-am: all-am
368check: check-am
369all-am: Makefile $(LTLIBRARIES)
256
257installdirs:
370installdirs:
258 $(mkinstalldirs) $(DESTDIR)$(pkglibdir)
259
371 for dir in "$(DESTDIR)$(pkglibdir)"; do \
372 test -z "$$dir" || $(mkdir_p) "$$dir"; \
373 done
260install: install-am
261install-exec: install-exec-am
262install-data: install-data-am
263uninstall: uninstall-am
264
265install-am: all-am
266 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
267
268installcheck: installcheck-am
269install-strip:
270 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
374install: install-am
375install-exec: install-exec-am
376install-data: install-data-am
377uninstall: uninstall-am
378
379install-am: all-am
380 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
381
382installcheck: installcheck-am
383install-strip:
384 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
385 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
271 `test -z '$(STRIP)' || \
272 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
273mostlyclean-generic:
274
275clean-generic:
276
277distclean-generic:
386 `test -z '$(STRIP)' || \
387 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
388mostlyclean-generic:
389
390clean-generic:
391
392distclean-generic:
278 -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
393 -rm -f $(CONFIG_CLEAN_FILES)
279
280maintainer-clean-generic:
281 @echo "This command is intended for maintainers to use"
282 @echo "it deletes files that may require special tools to rebuild."
283clean: clean-am
284
285clean-am: clean-generic clean-libtool clean-pkglibLTLIBRARIES \
286 mostlyclean-am
287
288distclean: distclean-am
394
395maintainer-clean-generic:
396 @echo "This command is intended for maintainers to use"
397 @echo "it deletes files that may require special tools to rebuild."
398clean: clean-am
399
400clean-am: clean-generic clean-libtool clean-pkglibLTLIBRARIES \
401 mostlyclean-am
402
403distclean: distclean-am
404 -rm -rf ./$(DEPDIR)
405 -rm -f Makefile
406distclean-am: clean-am distclean-compile distclean-generic \
407 distclean-libtool distclean-tags
289
408
290distclean-am: clean-am distclean-compile distclean-depend \
291 distclean-generic distclean-libtool distclean-tags
292
293dvi: dvi-am
294
295dvi-am:
296
409dvi: dvi-am
410
411dvi-am:
412
413html: html-am
414
297info: info-am
298
299info-am:
300
301install-data-am:
302
303install-exec-am: install-pkglibLTLIBRARIES
304
305install-info: install-info-am
306
307install-man:
308
309installcheck-am:
310
311maintainer-clean: maintainer-clean-am
415info: info-am
416
417info-am:
418
419install-data-am:
420
421install-exec-am: install-pkglibLTLIBRARIES
422
423install-info: install-info-am
424
425install-man:
426
427installcheck-am:
428
429maintainer-clean: maintainer-clean-am
312
430 -rm -rf ./$(DEPDIR)
431 -rm -f Makefile
313maintainer-clean-am: distclean-am maintainer-clean-generic
314
315mostlyclean: mostlyclean-am
316
317mostlyclean-am: mostlyclean-compile mostlyclean-generic \
318 mostlyclean-libtool
319
432maintainer-clean-am: distclean-am maintainer-clean-generic
433
434mostlyclean: mostlyclean-am
435
436mostlyclean-am: mostlyclean-compile mostlyclean-generic \
437 mostlyclean-libtool
438
439pdf: pdf-am
440
441pdf-am:
442
443ps: ps-am
444
445ps-am:
446
320uninstall-am: uninstall-info-am uninstall-pkglibLTLIBRARIES
321
447uninstall-am: uninstall-info-am uninstall-pkglibLTLIBRARIES
448
322.PHONY: GTAGS all all-am check check-am clean clean-generic \
323 clean-libtool clean-pkglibLTLIBRARIES distclean \
324 distclean-compile distclean-depend distclean-generic \
325 distclean-libtool distclean-tags distdir dvi dvi-am info \
326 info-am install install-am install-data install-data-am \
327 install-exec install-exec-am install-info install-info-am \
328 install-man install-pkglibLTLIBRARIES install-strip \
329 installcheck installcheck-am installdirs maintainer-clean \
449.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
450 clean-libtool clean-pkglibLTLIBRARIES ctags distclean \
451 distclean-compile distclean-generic distclean-libtool \
452 distclean-tags distdir dvi dvi-am html html-am info info-am \
453 install install-am install-data install-data-am install-exec \
454 install-exec-am install-info install-info-am install-man \
455 install-pkglibLTLIBRARIES install-strip installcheck \
456 installcheck-am installdirs maintainer-clean \
330 maintainer-clean-generic mostlyclean mostlyclean-compile \
457 maintainer-clean-generic mostlyclean mostlyclean-compile \
331 mostlyclean-generic mostlyclean-libtool tags uninstall \
332 uninstall-am uninstall-info-am uninstall-pkglibLTLIBRARIES
458 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
459 tags uninstall uninstall-am uninstall-info-am \
460 uninstall-pkglibLTLIBRARIES
333
334# Tell versions [3.59,3.63) of GNU make to not export all variables.
335# Otherwise a system limit (for SysV at least) may be exceeded.
336.NOEXPORT:
461
462# Tell versions [3.59,3.63) of GNU make to not export all variables.
463# Otherwise a system limit (for SysV at least) may be exceeded.
464.NOEXPORT: