Mercurial > masqmail
comparison src/md5/Makefile.in @ 36:9cb4031fa5e0
updated the generated AutoHELL files
author | meillo@marmaro.de |
---|---|
date | Fri, 07 May 2010 16:44:26 +0200 |
parents | af25f5c39d90 |
children | 907fee7c081a |
comparison
equal
deleted
inserted
replaced
35:9bf8b9f0f09d | 36:9cb4031fa5e0 |
---|---|
1 # Makefile.in generated by automake 1.7.9 from Makefile.am. | 1 # Makefile.in generated by automake 1.11.1 from Makefile.am. |
2 # @configure_input@ | 2 # @configure_input@ |
3 | 3 |
4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 | 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
5 # Free Software Foundation, Inc. | 5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, |
6 # Inc. | |
6 # This Makefile.in is free software; the Free Software Foundation | 7 # This Makefile.in is free software; the Free Software Foundation |
7 # gives unlimited permission to copy and/or distribute it, | 8 # gives unlimited permission to copy and/or distribute it, |
8 # with or without modifications, as long as this notice is preserved. | 9 # with or without modifications, as long as this notice is preserved. |
9 | 10 |
10 # This program is distributed in the hope that it will be useful, | 11 # This program is distributed in the hope that it will be useful, |
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A | 13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A |
13 # PARTICULAR PURPOSE. | 14 # PARTICULAR PURPOSE. |
14 | 15 |
15 @SET_MAKE@ | 16 @SET_MAKE@ |
16 | 17 |
17 srcdir = @srcdir@ | 18 |
18 top_srcdir = @top_srcdir@ | |
19 VPATH = @srcdir@ | 19 VPATH = @srcdir@ |
20 pkgdatadir = $(datadir)/@PACKAGE@ | 20 pkgdatadir = $(datadir)/@PACKAGE@ |
21 pkgincludedir = $(includedir)/@PACKAGE@ | |
21 pkglibdir = $(libdir)/@PACKAGE@ | 22 pkglibdir = $(libdir)/@PACKAGE@ |
22 pkgincludedir = $(includedir)/@PACKAGE@ | 23 pkglibexecdir = $(libexecdir)/@PACKAGE@ |
23 top_builddir = ../.. | |
24 | |
25 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd | 24 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
26 INSTALL = @INSTALL@ | |
27 install_sh_DATA = $(install_sh) -c -m 644 | 25 install_sh_DATA = $(install_sh) -c -m 644 |
28 install_sh_PROGRAM = $(install_sh) -c | 26 install_sh_PROGRAM = $(install_sh) -c |
29 install_sh_SCRIPT = $(install_sh) -c | 27 install_sh_SCRIPT = $(install_sh) -c |
30 INSTALL_HEADER = $(INSTALL_DATA) | 28 INSTALL_HEADER = $(INSTALL_DATA) |
31 transform = $(program_transform_name) | 29 transform = $(program_transform_name) |
33 PRE_INSTALL = : | 31 PRE_INSTALL = : |
34 POST_INSTALL = : | 32 POST_INSTALL = : |
35 NORMAL_UNINSTALL = : | 33 NORMAL_UNINSTALL = : |
36 PRE_UNINSTALL = : | 34 PRE_UNINSTALL = : |
37 POST_UNINSTALL = : | 35 POST_UNINSTALL = : |
36 noinst_PROGRAMS = hmactest$(EXEEXT) | |
37 subdir = src/md5 | |
38 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in | |
39 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | |
40 am__aclocal_m4_deps = $(top_srcdir)/configure.ac | |
41 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | |
42 $(ACLOCAL_M4) | |
43 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs | |
44 CONFIG_HEADER = $(top_builddir)/config.h | |
45 CONFIG_CLEAN_FILES = | |
46 CONFIG_CLEAN_VPATH_FILES = | |
47 LIBRARIES = $(noinst_LIBRARIES) | |
48 AR = ar | |
49 ARFLAGS = cru | |
50 libmd5c_a_AR = $(AR) $(ARFLAGS) | |
51 libmd5c_a_LIBADD = | |
52 am_libmd5c_a_OBJECTS = md5c.$(OBJEXT) hmac_md5.$(OBJEXT) | |
53 libmd5c_a_OBJECTS = $(am_libmd5c_a_OBJECTS) | |
54 PROGRAMS = $(noinst_PROGRAMS) | |
55 am_hmactest_OBJECTS = md5c.$(OBJEXT) hmac_md5.$(OBJEXT) \ | |
56 hmactest.$(OBJEXT) | |
57 hmactest_OBJECTS = $(am_hmactest_OBJECTS) | |
58 hmactest_LDADD = $(LDADD) | |
59 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) | |
60 depcomp = $(SHELL) $(top_srcdir)/depcomp | |
61 am__depfiles_maybe = depfiles | |
62 am__mv = mv -f | |
63 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ | |
64 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) | |
65 CCLD = $(CC) | |
66 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ | |
67 SOURCES = $(libmd5c_a_SOURCES) $(hmactest_SOURCES) | |
68 DIST_SOURCES = $(libmd5c_a_SOURCES) $(hmactest_SOURCES) | |
69 ETAGS = etags | |
70 CTAGS = ctags | |
71 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | |
38 ACLOCAL = @ACLOCAL@ | 72 ACLOCAL = @ACLOCAL@ |
39 AMDEP_FALSE = @AMDEP_FALSE@ | |
40 AMDEP_TRUE = @AMDEP_TRUE@ | |
41 AMTAR = @AMTAR@ | 73 AMTAR = @AMTAR@ |
42 AUTOCONF = @AUTOCONF@ | 74 AUTOCONF = @AUTOCONF@ |
43 AUTOHEADER = @AUTOHEADER@ | 75 AUTOHEADER = @AUTOHEADER@ |
44 AUTOMAKE = @AUTOMAKE@ | 76 AUTOMAKE = @AUTOMAKE@ |
45 AWK = @AWK@ | 77 AWK = @AWK@ |
59 EXEEXT = @EXEEXT@ | 91 EXEEXT = @EXEEXT@ |
60 GLIB_CFLAGS = @GLIB_CFLAGS@ | 92 GLIB_CFLAGS = @GLIB_CFLAGS@ |
61 GLIB_LIBS = @GLIB_LIBS@ | 93 GLIB_LIBS = @GLIB_LIBS@ |
62 GREP = @GREP@ | 94 GREP = @GREP@ |
63 IDENT_LIBS = @IDENT_LIBS@ | 95 IDENT_LIBS = @IDENT_LIBS@ |
96 INSTALL = @INSTALL@ | |
64 INSTALL_DATA = @INSTALL_DATA@ | 97 INSTALL_DATA = @INSTALL_DATA@ |
65 INSTALL_PROGRAM = @INSTALL_PROGRAM@ | 98 INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
66 INSTALL_SCRIPT = @INSTALL_SCRIPT@ | 99 INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
67 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | 100 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
68 LDFLAGS = @LDFLAGS@ | 101 LDFLAGS = @LDFLAGS@ |
70 LIBS = @LIBS@ | 103 LIBS = @LIBS@ |
71 LOCKFILE_LIBS = @LOCKFILE_LIBS@ | 104 LOCKFILE_LIBS = @LOCKFILE_LIBS@ |
72 LTLIBOBJS = @LTLIBOBJS@ | 105 LTLIBOBJS = @LTLIBOBJS@ |
73 MAKEINFO = @MAKEINFO@ | 106 MAKEINFO = @MAKEINFO@ |
74 MD5_LIBS = @MD5_LIBS@ | 107 MD5_LIBS = @MD5_LIBS@ |
108 MKDIR_P = @MKDIR_P@ | |
75 OBJEXT = @OBJEXT@ | 109 OBJEXT = @OBJEXT@ |
76 PACKAGE = @PACKAGE@ | 110 PACKAGE = @PACKAGE@ |
77 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ | 111 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ |
78 PACKAGE_NAME = @PACKAGE_NAME@ | 112 PACKAGE_NAME = @PACKAGE_NAME@ |
79 PACKAGE_STRING = @PACKAGE_STRING@ | 113 PACKAGE_STRING = @PACKAGE_STRING@ |
80 PACKAGE_TARNAME = @PACKAGE_TARNAME@ | 114 PACKAGE_TARNAME = @PACKAGE_TARNAME@ |
115 PACKAGE_URL = @PACKAGE_URL@ | |
81 PACKAGE_VERSION = @PACKAGE_VERSION@ | 116 PACKAGE_VERSION = @PACKAGE_VERSION@ |
82 PATH_SEPARATOR = @PATH_SEPARATOR@ | 117 PATH_SEPARATOR = @PATH_SEPARATOR@ |
83 PKG_CONFIG = @PKG_CONFIG@ | 118 PKG_CONFIG = @PKG_CONFIG@ |
84 RANLIB = @RANLIB@ | 119 RANLIB = @RANLIB@ |
85 RESOLV_LIBS = @RESOLV_LIBS@ | 120 RESOLV_LIBS = @RESOLV_LIBS@ |
86 SET_MAKE = @SET_MAKE@ | 121 SET_MAKE = @SET_MAKE@ |
87 SHELL = @SHELL@ | 122 SHELL = @SHELL@ |
88 STRIP = @STRIP@ | 123 STRIP = @STRIP@ |
89 USE_LIBLOCKFILE = @USE_LIBLOCKFILE@ | 124 USE_LIBLOCKFILE = @USE_LIBLOCKFILE@ |
90 VERSION = @VERSION@ | 125 VERSION = @VERSION@ |
126 abs_builddir = @abs_builddir@ | |
127 abs_srcdir = @abs_srcdir@ | |
128 abs_top_builddir = @abs_top_builddir@ | |
129 abs_top_srcdir = @abs_top_srcdir@ | |
91 ac_ct_CC = @ac_ct_CC@ | 130 ac_ct_CC = @ac_ct_CC@ |
92 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ | |
93 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ | |
94 am__include = @am__include@ | 131 am__include = @am__include@ |
95 am__leading_dot = @am__leading_dot@ | 132 am__leading_dot = @am__leading_dot@ |
96 am__quote = @am__quote@ | 133 am__quote = @am__quote@ |
134 am__tar = @am__tar@ | |
135 am__untar = @am__untar@ | |
97 bindir = @bindir@ | 136 bindir = @bindir@ |
98 build_alias = @build_alias@ | 137 build_alias = @build_alias@ |
138 builddir = @builddir@ | |
99 datadir = @datadir@ | 139 datadir = @datadir@ |
100 datarootdir = @datarootdir@ | 140 datarootdir = @datarootdir@ |
101 docdir = @docdir@ | 141 docdir = @docdir@ |
102 dvidir = @dvidir@ | 142 dvidir = @dvidir@ |
103 exec_prefix = @exec_prefix@ | 143 exec_prefix = @exec_prefix@ |
110 libdir = @libdir@ | 150 libdir = @libdir@ |
111 libexecdir = @libexecdir@ | 151 libexecdir = @libexecdir@ |
112 localedir = @localedir@ | 152 localedir = @localedir@ |
113 localstatedir = @localstatedir@ | 153 localstatedir = @localstatedir@ |
114 mandir = @mandir@ | 154 mandir = @mandir@ |
155 mkdir_p = @mkdir_p@ | |
115 oldincludedir = @oldincludedir@ | 156 oldincludedir = @oldincludedir@ |
116 pdfdir = @pdfdir@ | 157 pdfdir = @pdfdir@ |
117 prefix = @prefix@ | 158 prefix = @prefix@ |
118 program_transform_name = @program_transform_name@ | 159 program_transform_name = @program_transform_name@ |
119 psdir = @psdir@ | 160 psdir = @psdir@ |
120 sbindir = @sbindir@ | 161 sbindir = @sbindir@ |
121 sharedstatedir = @sharedstatedir@ | 162 sharedstatedir = @sharedstatedir@ |
163 srcdir = @srcdir@ | |
122 sysconfdir = @sysconfdir@ | 164 sysconfdir = @sysconfdir@ |
123 target_alias = @target_alias@ | 165 target_alias = @target_alias@ |
166 top_build_prefix = @top_build_prefix@ | |
167 top_builddir = @top_builddir@ | |
168 top_srcdir = @top_srcdir@ | |
124 with_confdir = @with_confdir@ | 169 with_confdir = @with_confdir@ |
125 with_group = @with_group@ | 170 with_group = @with_group@ |
126 with_logdir = @with_logdir@ | 171 with_logdir = @with_logdir@ |
127 with_spooldir = @with_spooldir@ | 172 with_spooldir = @with_spooldir@ |
128 with_user = @with_user@ | 173 with_user = @with_user@ |
129 AM_CFLAGS = @CFLAGS@ @GLIB_CFLAGS@ -D_GNU_SOURCE | 174 AM_CFLAGS = @CFLAGS@ @GLIB_CFLAGS@ -D_GNU_SOURCE |
130 | |
131 noinst_LIBRARIES = libmd5c.a | 175 noinst_LIBRARIES = libmd5c.a |
132 noinst_PROGRAMS = hmactest | |
133 | |
134 hmactest_SOURCES = \ | 176 hmactest_SOURCES = \ |
135 md5.h\ | 177 md5.h\ |
136 global.h\ | 178 global.h\ |
137 md5c.c\ | 179 md5c.c\ |
138 hmac_md5.h\ | 180 hmac_md5.h\ |
139 hmac_md5.c\ | 181 hmac_md5.c\ |
140 hmactest.c | 182 hmactest.c |
141 | 183 |
142 | |
143 libmd5c_a_SOURCES = \ | 184 libmd5c_a_SOURCES = \ |
144 md5.h\ | 185 md5.h\ |
145 global.h\ | 186 global.h\ |
146 md5c.c\ | 187 md5c.c\ |
147 hmac_md5.h\ | 188 hmac_md5.h\ |
148 hmac_md5.c | 189 hmac_md5.c |
149 | 190 |
150 subdir = src/md5 | |
151 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | |
152 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs | |
153 CONFIG_HEADER = $(top_builddir)/config.h | |
154 CONFIG_CLEAN_FILES = | |
155 LIBRARIES = $(noinst_LIBRARIES) | |
156 | |
157 libmd5c_a_AR = $(AR) cru | |
158 libmd5c_a_LIBADD = | |
159 am_libmd5c_a_OBJECTS = md5c.$(OBJEXT) hmac_md5.$(OBJEXT) | |
160 libmd5c_a_OBJECTS = $(am_libmd5c_a_OBJECTS) | |
161 noinst_PROGRAMS = hmactest$(EXEEXT) | |
162 PROGRAMS = $(noinst_PROGRAMS) | |
163 | |
164 am_hmactest_OBJECTS = md5c.$(OBJEXT) hmac_md5.$(OBJEXT) \ | |
165 hmactest.$(OBJEXT) | |
166 hmactest_OBJECTS = $(am_hmactest_OBJECTS) | |
167 hmactest_LDADD = $(LDADD) | |
168 hmactest_DEPENDENCIES = | |
169 hmactest_LDFLAGS = | |
170 | |
171 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) | |
172 depcomp = $(SHELL) $(top_srcdir)/depcomp | |
173 am__depfiles_maybe = depfiles | |
174 @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/hmac_md5.Po ./$(DEPDIR)/hmactest.Po \ | |
175 @AMDEP_TRUE@ ./$(DEPDIR)/md5c.Po | |
176 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ | |
177 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) | |
178 CCLD = $(CC) | |
179 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ | |
180 DIST_SOURCES = $(libmd5c_a_SOURCES) $(hmactest_SOURCES) | |
181 DIST_COMMON = $(srcdir)/Makefile.in Makefile.am | |
182 SOURCES = $(libmd5c_a_SOURCES) $(hmactest_SOURCES) | |
183 | |
184 all: all-am | 191 all: all-am |
185 | 192 |
186 .SUFFIXES: | 193 .SUFFIXES: |
187 .SUFFIXES: .c .o .obj | 194 .SUFFIXES: .c .o .obj |
188 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) | 195 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) |
189 cd $(top_srcdir) && \ | 196 @for dep in $?; do \ |
190 $(AUTOMAKE) --gnu src/md5/Makefile | 197 case '$(am__configure_deps)' in \ |
191 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | 198 *$$dep*) \ |
192 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) | 199 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ |
193 | 200 && { if test -f $@; then exit 0; else break; fi; }; \ |
194 AR = ar | 201 exit 1;; \ |
202 esac; \ | |
203 done; \ | |
204 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/md5/Makefile'; \ | |
205 $(am__cd) $(top_srcdir) && \ | |
206 $(AUTOMAKE) --gnu src/md5/Makefile | |
207 .PRECIOUS: Makefile | |
208 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | |
209 @case '$?' in \ | |
210 *config.status*) \ | |
211 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ | |
212 *) \ | |
213 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ | |
214 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ | |
215 esac; | |
216 | |
217 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | |
218 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
219 | |
220 $(top_srcdir)/configure: $(am__configure_deps) | |
221 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
222 $(ACLOCAL_M4): $(am__aclocal_m4_deps) | |
223 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | |
224 $(am__aclocal_m4_deps): | |
195 | 225 |
196 clean-noinstLIBRARIES: | 226 clean-noinstLIBRARIES: |
197 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) | 227 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) |
198 libmd5c.a: $(libmd5c_a_OBJECTS) $(libmd5c_a_DEPENDENCIES) | 228 libmd5c.a: $(libmd5c_a_OBJECTS) $(libmd5c_a_DEPENDENCIES) |
199 -rm -f libmd5c.a | 229 -rm -f libmd5c.a |
202 | 232 |
203 clean-noinstPROGRAMS: | 233 clean-noinstPROGRAMS: |
204 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS) | 234 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS) |
205 hmactest$(EXEEXT): $(hmactest_OBJECTS) $(hmactest_DEPENDENCIES) | 235 hmactest$(EXEEXT): $(hmactest_OBJECTS) $(hmactest_DEPENDENCIES) |
206 @rm -f hmactest$(EXEEXT) | 236 @rm -f hmactest$(EXEEXT) |
207 $(LINK) $(hmactest_LDFLAGS) $(hmactest_OBJECTS) $(hmactest_LDADD) $(LIBS) | 237 $(LINK) $(hmactest_OBJECTS) $(hmactest_LDADD) $(LIBS) |
208 | 238 |
209 mostlyclean-compile: | 239 mostlyclean-compile: |
210 -rm -f *.$(OBJEXT) core *.core | 240 -rm -f *.$(OBJEXT) |
211 | 241 |
212 distclean-compile: | 242 distclean-compile: |
213 -rm -f *.tab.c | 243 -rm -f *.tab.c |
214 | 244 |
215 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hmac_md5.Po@am__quote@ | 245 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hmac_md5.Po@am__quote@ |
216 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hmactest.Po@am__quote@ | 246 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hmactest.Po@am__quote@ |
217 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md5c.Po@am__quote@ | 247 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md5c.Po@am__quote@ |
218 | 248 |
219 .c.o: | 249 .c.o: |
220 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ | 250 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< |
221 @am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \ | 251 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
222 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ | |
223 @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ | |
224 @am__fastdepCC_TRUE@ fi | |
225 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ | 252 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
226 @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ | 253 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
227 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | 254 @am__fastdepCC_FALSE@ $(COMPILE) -c $< |
228 @am__fastdepCC_FALSE@ $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$< | |
229 | 255 |
230 .c.obj: | 256 .c.obj: |
231 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ | 257 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` |
232 @am__fastdepCC_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \ | 258 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
233 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ | |
234 @am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \ | |
235 @am__fastdepCC_TRUE@ fi | |
236 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ | 259 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
237 @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ | 260 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
238 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | 261 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` |
239 @am__fastdepCC_FALSE@ $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi` | |
240 uninstall-info-am: | |
241 | |
242 ETAGS = etags | |
243 ETAGSFLAGS = | |
244 | |
245 CTAGS = ctags | |
246 CTAGSFLAGS = | |
247 | |
248 tags: TAGS | |
249 | 262 |
250 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) | 263 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
251 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | 264 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
252 unique=`for i in $$list; do \ | 265 unique=`for i in $$list; do \ |
253 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | 266 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
254 done | \ | 267 done | \ |
255 $(AWK) ' { files[$$0] = 1; } \ | 268 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ |
256 END { for (i in files) print i; }'`; \ | 269 END { if (nonempty) { for (i in files) print i; }; }'`; \ |
257 mkid -fID $$unique | 270 mkid -fID $$unique |
271 tags: TAGS | |
258 | 272 |
259 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ | 273 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
260 $(TAGS_FILES) $(LISP) | 274 $(TAGS_FILES) $(LISP) |
261 tags=; \ | 275 set x; \ |
262 here=`pwd`; \ | 276 here=`pwd`; \ |
263 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | 277 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
264 unique=`for i in $$list; do \ | 278 unique=`for i in $$list; do \ |
265 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | 279 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
266 done | \ | 280 done | \ |
267 $(AWK) ' { files[$$0] = 1; } \ | 281 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ |
268 END { for (i in files) print i; }'`; \ | 282 END { if (nonempty) { for (i in files) print i; }; }'`; \ |
269 test -z "$(ETAGS_ARGS)$$tags$$unique" \ | 283 shift; \ |
270 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | 284 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ |
271 $$tags $$unique | 285 test -n "$$unique" || unique=$$empty_fix; \ |
272 | 286 if test $$# -gt 0; then \ |
287 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |
288 "$$@" $$unique; \ | |
289 else \ | |
290 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | |
291 $$unique; \ | |
292 fi; \ | |
293 fi | |
273 ctags: CTAGS | 294 ctags: CTAGS |
274 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ | 295 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
275 $(TAGS_FILES) $(LISP) | 296 $(TAGS_FILES) $(LISP) |
276 tags=; \ | |
277 here=`pwd`; \ | |
278 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | 297 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
279 unique=`for i in $$list; do \ | 298 unique=`for i in $$list; do \ |
280 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | 299 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
281 done | \ | 300 done | \ |
282 $(AWK) ' { files[$$0] = 1; } \ | 301 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ |
283 END { for (i in files) print i; }'`; \ | 302 END { if (nonempty) { for (i in files) print i; }; }'`; \ |
284 test -z "$(CTAGS_ARGS)$$tags$$unique" \ | 303 test -z "$(CTAGS_ARGS)$$unique" \ |
285 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ | 304 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
286 $$tags $$unique | 305 $$unique |
287 | 306 |
288 GTAGS: | 307 GTAGS: |
289 here=`$(am__cd) $(top_builddir) && pwd` \ | 308 here=`$(am__cd) $(top_builddir) && pwd` \ |
290 && cd $(top_srcdir) \ | 309 && $(am__cd) $(top_srcdir) \ |
291 && gtags -i $(GTAGS_ARGS) $$here | 310 && gtags -i $(GTAGS_ARGS) "$$here" |
292 | 311 |
293 distclean-tags: | 312 distclean-tags: |
294 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | 313 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
295 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | |
296 | |
297 top_distdir = ../.. | |
298 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) | |
299 | 314 |
300 distdir: $(DISTFILES) | 315 distdir: $(DISTFILES) |
301 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ | 316 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
302 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ | 317 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
303 list='$(DISTFILES)'; for file in $$list; do \ | 318 list='$(DISTFILES)'; \ |
304 case $$file in \ | 319 dist_files=`for file in $$list; do echo $$file; done | \ |
305 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ | 320 sed -e "s|^$$srcdirstrip/||;t" \ |
306 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ | 321 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ |
307 esac; \ | 322 case $$dist_files in \ |
323 */*) $(MKDIR_P) `echo "$$dist_files" | \ | |
324 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ | |
325 sort -u` ;; \ | |
326 esac; \ | |
327 for file in $$dist_files; do \ | |
308 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ | 328 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
309 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ | 329 if test -d $$d/$$file; then \ |
310 if test "$$dir" != "$$file" && test "$$dir" != "."; then \ | 330 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ |
311 dir="/$$dir"; \ | 331 if test -d "$(distdir)/$$file"; then \ |
312 $(mkinstalldirs) "$(distdir)$$dir"; \ | 332 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
333 fi; \ | |
334 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ | |
335 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ | |
336 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | |
337 fi; \ | |
338 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ | |
313 else \ | 339 else \ |
314 dir=''; \ | 340 test -f "$(distdir)/$$file" \ |
315 fi; \ | 341 || cp -p $$d/$$file "$(distdir)/$$file" \ |
316 if test -d $$d/$$file; then \ | |
317 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ | |
318 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ | |
319 fi; \ | |
320 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ | |
321 else \ | |
322 test -f $(distdir)/$$file \ | |
323 || cp -p $$d/$$file $(distdir)/$$file \ | |
324 || exit 1; \ | 342 || exit 1; \ |
325 fi; \ | 343 fi; \ |
326 done | 344 done |
327 check-am: all-am | 345 check-am: all-am |
328 check: check-am | 346 check: check-am |
329 all-am: Makefile $(LIBRARIES) $(PROGRAMS) | 347 all-am: Makefile $(LIBRARIES) $(PROGRAMS) |
330 | |
331 installdirs: | 348 installdirs: |
332 install: install-am | 349 install: install-am |
333 install-exec: install-exec-am | 350 install-exec: install-exec-am |
334 install-data: install-data-am | 351 install-data: install-data-am |
335 uninstall: uninstall-am | 352 uninstall: uninstall-am |
346 mostlyclean-generic: | 363 mostlyclean-generic: |
347 | 364 |
348 clean-generic: | 365 clean-generic: |
349 | 366 |
350 distclean-generic: | 367 distclean-generic: |
351 -rm -f $(CONFIG_CLEAN_FILES) | 368 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
369 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) | |
352 | 370 |
353 maintainer-clean-generic: | 371 maintainer-clean-generic: |
354 @echo "This command is intended for maintainers to use" | 372 @echo "This command is intended for maintainers to use" |
355 @echo "it deletes files that may require special tools to rebuild." | 373 @echo "it deletes files that may require special tools to rebuild." |
356 clean: clean-am | 374 clean: clean-am |
366 | 384 |
367 dvi: dvi-am | 385 dvi: dvi-am |
368 | 386 |
369 dvi-am: | 387 dvi-am: |
370 | 388 |
389 html: html-am | |
390 | |
391 html-am: | |
392 | |
371 info: info-am | 393 info: info-am |
372 | 394 |
373 info-am: | 395 info-am: |
374 | 396 |
375 install-data-am: | 397 install-data-am: |
376 | 398 |
399 install-dvi: install-dvi-am | |
400 | |
401 install-dvi-am: | |
402 | |
377 install-exec-am: | 403 install-exec-am: |
378 | 404 |
405 install-html: install-html-am | |
406 | |
407 install-html-am: | |
408 | |
379 install-info: install-info-am | 409 install-info: install-info-am |
380 | 410 |
411 install-info-am: | |
412 | |
381 install-man: | 413 install-man: |
414 | |
415 install-pdf: install-pdf-am | |
416 | |
417 install-pdf-am: | |
418 | |
419 install-ps: install-ps-am | |
420 | |
421 install-ps-am: | |
382 | 422 |
383 installcheck-am: | 423 installcheck-am: |
384 | 424 |
385 maintainer-clean: maintainer-clean-am | 425 maintainer-clean: maintainer-clean-am |
386 -rm -rf ./$(DEPDIR) | 426 -rm -rf ./$(DEPDIR) |
397 | 437 |
398 ps: ps-am | 438 ps: ps-am |
399 | 439 |
400 ps-am: | 440 ps-am: |
401 | 441 |
402 uninstall-am: uninstall-info-am | 442 uninstall-am: |
443 | |
444 .MAKE: install-am install-strip | |
403 | 445 |
404 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ | 446 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ |
405 clean-noinstLIBRARIES clean-noinstPROGRAMS ctags distclean \ | 447 clean-noinstLIBRARIES clean-noinstPROGRAMS ctags distclean \ |
406 distclean-compile distclean-generic distclean-tags distdir dvi \ | 448 distclean-compile distclean-generic distclean-tags distdir dvi \ |
407 dvi-am info info-am install install-am install-data \ | 449 dvi-am html html-am info info-am install install-am \ |
408 install-data-am install-exec install-exec-am install-info \ | 450 install-data install-data-am install-dvi install-dvi-am \ |
409 install-info-am install-man install-strip installcheck \ | 451 install-exec install-exec-am install-html install-html-am \ |
410 installcheck-am installdirs maintainer-clean \ | 452 install-info install-info-am install-man install-pdf \ |
453 install-pdf-am install-ps install-ps-am install-strip \ | |
454 installcheck installcheck-am installdirs maintainer-clean \ | |
411 maintainer-clean-generic mostlyclean mostlyclean-compile \ | 455 maintainer-clean-generic mostlyclean mostlyclean-compile \ |
412 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \ | 456 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \ |
413 uninstall-am uninstall-info-am | 457 uninstall-am |
458 | |
414 | 459 |
415 # Tell versions [3.59,3.63) of GNU make to not export all variables. | 460 # Tell versions [3.59,3.63) of GNU make to not export all variables. |
416 # Otherwise a system limit (for SysV at least) may be exceeded. | 461 # Otherwise a system limit (for SysV at least) may be exceeded. |
417 .NOEXPORT: | 462 .NOEXPORT: |