Mercurial > masqmail
annotate src/md5/Makefile.in @ 235:92063f90f9be
removed additional new lines at the end of debug messages
the strings printed to the end of the line contain a new line already
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Fri, 22 Oct 2010 11:09:57 -0300 (2010-10-22) |
parents | 10da50168dab |
children | 5781ba87df95 |
rev | line source |
---|---|
36 | 1 # Makefile.in generated by automake 1.11.1 from Makefile.am. |
0 | 2 # @configure_input@ |
3 | |
36 | 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, | |
6 # Inc. | |
0 | 7 # This Makefile.in is free software; the Free Software Foundation |
8 # gives unlimited permission to copy and/or distribute it, | |
9 # with or without modifications, as long as this notice is preserved. | |
10 | |
11 # This program is distributed in the hope that it will be useful, | |
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without | |
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A | |
14 # PARTICULAR PURPOSE. | |
15 | |
16 @SET_MAKE@ | |
17 | |
36 | 18 |
0 | 19 VPATH = @srcdir@ |
20 pkgdatadir = $(datadir)/@PACKAGE@ | |
36 | 21 pkgincludedir = $(includedir)/@PACKAGE@ |
0 | 22 pkglibdir = $(libdir)/@PACKAGE@ |
36 | 23 pkglibexecdir = $(libexecdir)/@PACKAGE@ |
0 | 24 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
25 install_sh_DATA = $(install_sh) -c -m 644 | |
26 install_sh_PROGRAM = $(install_sh) -c | |
27 install_sh_SCRIPT = $(install_sh) -c | |
28 INSTALL_HEADER = $(INSTALL_DATA) | |
29 transform = $(program_transform_name) | |
30 NORMAL_INSTALL = : | |
31 PRE_INSTALL = : | |
32 POST_INSTALL = : | |
33 NORMAL_UNINSTALL = : | |
34 PRE_UNINSTALL = : | |
35 POST_UNINSTALL = : | |
36 | 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 | |
209
10da50168dab
replaced the MD5 implementation with the one of Solar Designer
meillo@marmaro.de
parents:
54
diff
changeset
|
50 libmd5_a_AR = $(AR) $(ARFLAGS) |
10da50168dab
replaced the MD5 implementation with the one of Solar Designer
meillo@marmaro.de
parents:
54
diff
changeset
|
51 libmd5_a_LIBADD = |
10da50168dab
replaced the MD5 implementation with the one of Solar Designer
meillo@marmaro.de
parents:
54
diff
changeset
|
52 am_libmd5_a_OBJECTS = md5.$(OBJEXT) hmac_md5.$(OBJEXT) |
10da50168dab
replaced the MD5 implementation with the one of Solar Designer
meillo@marmaro.de
parents:
54
diff
changeset
|
53 libmd5_a_OBJECTS = $(am_libmd5_a_OBJECTS) |
36 | 54 PROGRAMS = $(noinst_PROGRAMS) |
209
10da50168dab
replaced the MD5 implementation with the one of Solar Designer
meillo@marmaro.de
parents:
54
diff
changeset
|
55 am_hmactest_OBJECTS = md5.$(OBJEXT) hmac_md5.$(OBJEXT) \ |
36 | 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 $@ | |
209
10da50168dab
replaced the MD5 implementation with the one of Solar Designer
meillo@marmaro.de
parents:
54
diff
changeset
|
67 SOURCES = $(libmd5_a_SOURCES) $(hmactest_SOURCES) |
10da50168dab
replaced the MD5 implementation with the one of Solar Designer
meillo@marmaro.de
parents:
54
diff
changeset
|
68 DIST_SOURCES = $(libmd5_a_SOURCES) $(hmactest_SOURCES) |
36 | 69 ETAGS = etags |
70 CTAGS = ctags | |
71 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | |
0 | 72 ACLOCAL = @ACLOCAL@ |
73 AMTAR = @AMTAR@ | |
74 AUTOCONF = @AUTOCONF@ | |
75 AUTOHEADER = @AUTOHEADER@ | |
76 AUTOMAKE = @AUTOMAKE@ | |
77 AWK = @AWK@ | |
78 BASE64_LIBS = @BASE64_LIBS@ | |
79 CC = @CC@ | |
80 CCDEPMODE = @CCDEPMODE@ | |
81 CFLAGS = @CFLAGS@ | |
82 CPP = @CPP@ | |
83 CPPFLAGS = @CPPFLAGS@ | |
84 CYGPATH_W = @CYGPATH_W@ | |
85 DEFS = @DEFS@ | |
86 DEPDIR = @DEPDIR@ | |
87 ECHO_C = @ECHO_C@ | |
88 ECHO_N = @ECHO_N@ | |
89 ECHO_T = @ECHO_T@ | |
90 EGREP = @EGREP@ | |
91 EXEEXT = @EXEEXT@ | |
92 GLIB_CFLAGS = @GLIB_CFLAGS@ | |
93 GLIB_LIBS = @GLIB_LIBS@ | |
1 | 94 GREP = @GREP@ |
0 | 95 IDENT_LIBS = @IDENT_LIBS@ |
36 | 96 INSTALL = @INSTALL@ |
0 | 97 INSTALL_DATA = @INSTALL_DATA@ |
98 INSTALL_PROGRAM = @INSTALL_PROGRAM@ | |
99 INSTALL_SCRIPT = @INSTALL_SCRIPT@ | |
100 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | |
101 LDFLAGS = @LDFLAGS@ | |
102 LIBOBJS = @LIBOBJS@ | |
103 LIBS = @LIBS@ | |
104 LOCKFILE_LIBS = @LOCKFILE_LIBS@ | |
105 LTLIBOBJS = @LTLIBOBJS@ | |
106 MAKEINFO = @MAKEINFO@ | |
107 MD5_LIBS = @MD5_LIBS@ | |
36 | 108 MKDIR_P = @MKDIR_P@ |
0 | 109 OBJEXT = @OBJEXT@ |
110 PACKAGE = @PACKAGE@ | |
111 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ | |
112 PACKAGE_NAME = @PACKAGE_NAME@ | |
113 PACKAGE_STRING = @PACKAGE_STRING@ | |
114 PACKAGE_TARNAME = @PACKAGE_TARNAME@ | |
36 | 115 PACKAGE_URL = @PACKAGE_URL@ |
0 | 116 PACKAGE_VERSION = @PACKAGE_VERSION@ |
117 PATH_SEPARATOR = @PATH_SEPARATOR@ | |
118 PKG_CONFIG = @PKG_CONFIG@ | |
54
907fee7c081a
changes probably introduced by a newer version of automake or thelike
meillo@marmaro.de
parents:
36
diff
changeset
|
119 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ |
907fee7c081a
changes probably introduced by a newer version of automake or thelike
meillo@marmaro.de
parents:
36
diff
changeset
|
120 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ |
0 | 121 RANLIB = @RANLIB@ |
122 RESOLV_LIBS = @RESOLV_LIBS@ | |
123 SET_MAKE = @SET_MAKE@ | |
124 SHELL = @SHELL@ | |
125 STRIP = @STRIP@ | |
126 USE_LIBLOCKFILE = @USE_LIBLOCKFILE@ | |
127 VERSION = @VERSION@ | |
36 | 128 abs_builddir = @abs_builddir@ |
129 abs_srcdir = @abs_srcdir@ | |
130 abs_top_builddir = @abs_top_builddir@ | |
131 abs_top_srcdir = @abs_top_srcdir@ | |
0 | 132 ac_ct_CC = @ac_ct_CC@ |
133 am__include = @am__include@ | |
134 am__leading_dot = @am__leading_dot@ | |
135 am__quote = @am__quote@ | |
36 | 136 am__tar = @am__tar@ |
137 am__untar = @am__untar@ | |
0 | 138 bindir = @bindir@ |
139 build_alias = @build_alias@ | |
36 | 140 builddir = @builddir@ |
0 | 141 datadir = @datadir@ |
1 | 142 datarootdir = @datarootdir@ |
143 docdir = @docdir@ | |
144 dvidir = @dvidir@ | |
0 | 145 exec_prefix = @exec_prefix@ |
146 has_ident = @has_ident@ | |
147 host_alias = @host_alias@ | |
1 | 148 htmldir = @htmldir@ |
0 | 149 includedir = @includedir@ |
150 infodir = @infodir@ | |
151 install_sh = @install_sh@ | |
152 libdir = @libdir@ | |
153 libexecdir = @libexecdir@ | |
1 | 154 localedir = @localedir@ |
0 | 155 localstatedir = @localstatedir@ |
156 mandir = @mandir@ | |
36 | 157 mkdir_p = @mkdir_p@ |
0 | 158 oldincludedir = @oldincludedir@ |
1 | 159 pdfdir = @pdfdir@ |
0 | 160 prefix = @prefix@ |
161 program_transform_name = @program_transform_name@ | |
1 | 162 psdir = @psdir@ |
0 | 163 sbindir = @sbindir@ |
164 sharedstatedir = @sharedstatedir@ | |
36 | 165 srcdir = @srcdir@ |
0 | 166 sysconfdir = @sysconfdir@ |
167 target_alias = @target_alias@ | |
36 | 168 top_build_prefix = @top_build_prefix@ |
169 top_builddir = @top_builddir@ | |
170 top_srcdir = @top_srcdir@ | |
0 | 171 with_confdir = @with_confdir@ |
172 with_group = @with_group@ | |
173 with_logdir = @with_logdir@ | |
174 with_spooldir = @with_spooldir@ | |
175 with_user = @with_user@ | |
176 AM_CFLAGS = @CFLAGS@ @GLIB_CFLAGS@ -D_GNU_SOURCE | |
209
10da50168dab
replaced the MD5 implementation with the one of Solar Designer
meillo@marmaro.de
parents:
54
diff
changeset
|
177 noinst_LIBRARIES = libmd5.a |
0 | 178 hmactest_SOURCES = \ |
179 md5.h\ | |
209
10da50168dab
replaced the MD5 implementation with the one of Solar Designer
meillo@marmaro.de
parents:
54
diff
changeset
|
180 md5.c\ |
0 | 181 hmac_md5.h\ |
182 hmac_md5.c\ | |
183 hmactest.c | |
184 | |
209
10da50168dab
replaced the MD5 implementation with the one of Solar Designer
meillo@marmaro.de
parents:
54
diff
changeset
|
185 libmd5_a_SOURCES = \ |
0 | 186 md5.h\ |
209
10da50168dab
replaced the MD5 implementation with the one of Solar Designer
meillo@marmaro.de
parents:
54
diff
changeset
|
187 md5.c\ |
0 | 188 hmac_md5.h\ |
189 hmac_md5.c | |
190 | |
191 all: all-am | |
192 | |
193 .SUFFIXES: | |
194 .SUFFIXES: .c .o .obj | |
36 | 195 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) |
196 @for dep in $?; do \ | |
197 case '$(am__configure_deps)' in \ | |
198 *$$dep*) \ | |
199 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ | |
200 && { if test -f $@; then exit 0; else break; fi; }; \ | |
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; | |
0 | 216 |
36 | 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): | |
0 | 225 |
226 clean-noinstLIBRARIES: | |
227 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) | |
209
10da50168dab
replaced the MD5 implementation with the one of Solar Designer
meillo@marmaro.de
parents:
54
diff
changeset
|
228 libmd5.a: $(libmd5_a_OBJECTS) $(libmd5_a_DEPENDENCIES) |
10da50168dab
replaced the MD5 implementation with the one of Solar Designer
meillo@marmaro.de
parents:
54
diff
changeset
|
229 -rm -f libmd5.a |
10da50168dab
replaced the MD5 implementation with the one of Solar Designer
meillo@marmaro.de
parents:
54
diff
changeset
|
230 $(libmd5_a_AR) libmd5.a $(libmd5_a_OBJECTS) $(libmd5_a_LIBADD) |
10da50168dab
replaced the MD5 implementation with the one of Solar Designer
meillo@marmaro.de
parents:
54
diff
changeset
|
231 $(RANLIB) libmd5.a |
0 | 232 |
233 clean-noinstPROGRAMS: | |
234 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS) | |
235 hmactest$(EXEEXT): $(hmactest_OBJECTS) $(hmactest_DEPENDENCIES) | |
236 @rm -f hmactest$(EXEEXT) | |
36 | 237 $(LINK) $(hmactest_OBJECTS) $(hmactest_LDADD) $(LIBS) |
0 | 238 |
239 mostlyclean-compile: | |
36 | 240 -rm -f *.$(OBJEXT) |
0 | 241 |
242 distclean-compile: | |
243 -rm -f *.tab.c | |
244 | |
245 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hmac_md5.Po@am__quote@ | |
246 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hmactest.Po@am__quote@ | |
209
10da50168dab
replaced the MD5 implementation with the one of Solar Designer
meillo@marmaro.de
parents:
54
diff
changeset
|
247 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/md5.Po@am__quote@ |
0 | 248 |
249 .c.o: | |
36 | 250 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< |
251 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po | |
0 | 252 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
36 | 253 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
254 @am__fastdepCC_FALSE@ $(COMPILE) -c $< | |
0 | 255 |
256 .c.obj: | |
36 | 257 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` |
258 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po | |
0 | 259 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
36 | 260 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
261 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` | |
0 | 262 |
263 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) | |
264 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | |
265 unique=`for i in $$list; do \ | |
266 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
267 done | \ | |
36 | 268 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ |
269 END { if (nonempty) { for (i in files) print i; }; }'`; \ | |
0 | 270 mkid -fID $$unique |
36 | 271 tags: TAGS |
0 | 272 |
273 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ | |
274 $(TAGS_FILES) $(LISP) | |
36 | 275 set x; \ |
0 | 276 here=`pwd`; \ |
277 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | |
278 unique=`for i in $$list; do \ | |
279 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
280 done | \ | |
36 | 281 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ |
282 END { if (nonempty) { for (i in files) print i; }; }'`; \ | |
283 shift; \ | |
284 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ | |
285 test -n "$$unique" || unique=$$empty_fix; \ | |
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 | |
294 ctags: CTAGS | |
295 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ | |
296 $(TAGS_FILES) $(LISP) | |
297 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | |
298 unique=`for i in $$list; do \ | |
299 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | |
300 done | \ | |
301 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ | |
302 END { if (nonempty) { for (i in files) print i; }; }'`; \ | |
303 test -z "$(CTAGS_ARGS)$$unique" \ | |
0 | 304 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
36 | 305 $$unique |
0 | 306 |
307 GTAGS: | |
308 here=`$(am__cd) $(top_builddir) && pwd` \ | |
36 | 309 && $(am__cd) $(top_srcdir) \ |
310 && gtags -i $(GTAGS_ARGS) "$$here" | |
0 | 311 |
312 distclean-tags: | |
313 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | |
314 | |
315 distdir: $(DISTFILES) | |
36 | 316 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
317 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | |
318 list='$(DISTFILES)'; \ | |
319 dist_files=`for file in $$list; do echo $$file; done | \ | |
320 sed -e "s|^$$srcdirstrip/||;t" \ | |
321 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ | |
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 \ | |
0 | 328 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
36 | 329 if test -d $$d/$$file; then \ |
330 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ | |
331 if test -d "$(distdir)/$$file"; then \ | |
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; \ | |
0 | 339 else \ |
36 | 340 test -f "$(distdir)/$$file" \ |
341 || cp -p $$d/$$file "$(distdir)/$$file" \ | |
0 | 342 || exit 1; \ |
343 fi; \ | |
344 done | |
345 check-am: all-am | |
346 check: check-am | |
347 all-am: Makefile $(LIBRARIES) $(PROGRAMS) | |
348 installdirs: | |
349 install: install-am | |
350 install-exec: install-exec-am | |
351 install-data: install-data-am | |
352 uninstall: uninstall-am | |
353 | |
354 install-am: all-am | |
355 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | |
356 | |
357 installcheck: installcheck-am | |
358 install-strip: | |
359 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | |
360 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | |
361 `test -z '$(STRIP)' || \ | |
362 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install | |
363 mostlyclean-generic: | |
364 | |
365 clean-generic: | |
366 | |
367 distclean-generic: | |
36 | 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) | |
0 | 370 |
371 maintainer-clean-generic: | |
372 @echo "This command is intended for maintainers to use" | |
373 @echo "it deletes files that may require special tools to rebuild." | |
374 clean: clean-am | |
375 | |
376 clean-am: clean-generic clean-noinstLIBRARIES clean-noinstPROGRAMS \ | |
377 mostlyclean-am | |
378 | |
379 distclean: distclean-am | |
380 -rm -rf ./$(DEPDIR) | |
381 -rm -f Makefile | |
382 distclean-am: clean-am distclean-compile distclean-generic \ | |
383 distclean-tags | |
384 | |
385 dvi: dvi-am | |
386 | |
387 dvi-am: | |
388 | |
36 | 389 html: html-am |
390 | |
391 html-am: | |
392 | |
0 | 393 info: info-am |
394 | |
395 info-am: | |
396 | |
397 install-data-am: | |
398 | |
36 | 399 install-dvi: install-dvi-am |
400 | |
401 install-dvi-am: | |
402 | |
0 | 403 install-exec-am: |
404 | |
36 | 405 install-html: install-html-am |
406 | |
407 install-html-am: | |
408 | |
0 | 409 install-info: install-info-am |
410 | |
36 | 411 install-info-am: |
412 | |
0 | 413 install-man: |
414 | |
36 | 415 install-pdf: install-pdf-am |
416 | |
417 install-pdf-am: | |
418 | |
419 install-ps: install-ps-am | |
420 | |
421 install-ps-am: | |
422 | |
0 | 423 installcheck-am: |
424 | |
425 maintainer-clean: maintainer-clean-am | |
426 -rm -rf ./$(DEPDIR) | |
427 -rm -f Makefile | |
428 maintainer-clean-am: distclean-am maintainer-clean-generic | |
429 | |
430 mostlyclean: mostlyclean-am | |
431 | |
432 mostlyclean-am: mostlyclean-compile mostlyclean-generic | |
433 | |
434 pdf: pdf-am | |
435 | |
436 pdf-am: | |
437 | |
438 ps: ps-am | |
439 | |
440 ps-am: | |
441 | |
36 | 442 uninstall-am: |
443 | |
444 .MAKE: install-am install-strip | |
0 | 445 |
446 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ | |
447 clean-noinstLIBRARIES clean-noinstPROGRAMS ctags distclean \ | |
448 distclean-compile distclean-generic distclean-tags distdir dvi \ | |
36 | 449 dvi-am html html-am info info-am install install-am \ |
450 install-data install-data-am install-dvi install-dvi-am \ | |
451 install-exec install-exec-am install-html install-html-am \ | |
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 \ | |
0 | 455 maintainer-clean-generic mostlyclean mostlyclean-compile \ |
456 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \ | |
36 | 457 uninstall-am |
458 | |
0 | 459 |
460 # Tell versions [3.59,3.63) of GNU make to not export all variables. | |
461 # Otherwise a system limit (for SysV at least) may be exceeded. | |
462 .NOEXPORT: |