/[mcrypt]/module-mars/src/Makefile.in
ViewVC logotype

Contents of /module-mars/src/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations)
Wed Sep 27 13:52:34 2000 UTC (23 years, 6 months ago) by nmav
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
removed unneeded files

1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999 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 SHELL = @SHELL@
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
21
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
34
35 DESTDIR =
36
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = ..
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 host_alias = @host_alias@
61 host_triplet = @host@
62 AS = @AS@
63 CC = @CC@
64 DLLTOOL = @DLLTOOL@
65 LIBTOOL = @LIBTOOL@
66 LN_S = @LN_S@
67 MAKEINFO = @MAKEINFO@
68 OBJDUMP = @OBJDUMP@
69 PACKAGE = @PACKAGE@
70 RANLIB = @RANLIB@
71 VERSION = @VERSION@
72
73 noinst_PROGRAMS = ciphertest
74 ciphertest_SOURCES = cipher_test.c
75 ciphertest_LDADD = -lmcrypt -lltdl
76 TESTS = ciphertest
77 mkinstalldirs = $(SHELL) $(top_srcdir)/../../mkinstalldirs
78 CONFIG_HEADER = ../config.h
79 CONFIG_CLEAN_FILES =
80 PROGRAMS = $(noinst_PROGRAMS)
81
82
83 DEFS = @DEFS@ -I. -I$(srcdir) -I..
84 CPPFLAGS = @CPPFLAGS@
85 LDFLAGS = @LDFLAGS@
86 LIBS = @LIBS@
87 ciphertest_OBJECTS = cipher_test.o
88 ciphertest_DEPENDENCIES =
89 ciphertest_LDFLAGS =
90 CFLAGS = @CFLAGS@
91 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
92 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
93 CCLD = $(CC)
94 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
95 DIST_COMMON = Makefile.am Makefile.in
96
97
98 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
99
100 TAR = tar
101 GZIP_ENV = --best
102 DEP_FILES = .deps/cipher_test.P
103 SOURCES = $(ciphertest_SOURCES)
104 OBJECTS = $(ciphertest_OBJECTS)
105
106 all: all-redirect
107 .SUFFIXES:
108 .SUFFIXES: .S .c .lo .o .s
109 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
110 cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile
111
112 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
113 cd $(top_builddir) \
114 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
115
116
117 mostlyclean-noinstPROGRAMS:
118
119 clean-noinstPROGRAMS:
120 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
121
122 distclean-noinstPROGRAMS:
123
124 maintainer-clean-noinstPROGRAMS:
125
126 .s.o:
127 $(COMPILE) -c $<
128
129 .S.o:
130 $(COMPILE) -c $<
131
132 mostlyclean-compile:
133 -rm -f *.o core *.core
134
135 clean-compile:
136
137 distclean-compile:
138 -rm -f *.tab.c
139
140 maintainer-clean-compile:
141
142 .s.lo:
143 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
144
145 .S.lo:
146 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
147
148 mostlyclean-libtool:
149 -rm -f *.lo
150
151 clean-libtool:
152 -rm -rf .libs _libs
153
154 distclean-libtool:
155
156 maintainer-clean-libtool:
157
158 ciphertest: $(ciphertest_OBJECTS) $(ciphertest_DEPENDENCIES)
159 @rm -f ciphertest
160 $(LINK) $(ciphertest_LDFLAGS) $(ciphertest_OBJECTS) $(ciphertest_LDADD) $(LIBS)
161
162 tags: TAGS
163
164 ID: $(HEADERS) $(SOURCES) $(LISP)
165 list='$(SOURCES) $(HEADERS)'; \
166 unique=`for i in $$list; do echo $$i; done | \
167 awk ' { files[$$0] = 1; } \
168 END { for (i in files) print i; }'`; \
169 here=`pwd` && cd $(srcdir) \
170 && mkid -f$$here/ID $$unique $(LISP)
171
172 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
173 tags=; \
174 here=`pwd`; \
175 list='$(SOURCES) $(HEADERS)'; \
176 unique=`for i in $$list; do echo $$i; done | \
177 awk ' { files[$$0] = 1; } \
178 END { for (i in files) print i; }'`; \
179 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
180 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
181
182 mostlyclean-tags:
183
184 clean-tags:
185
186 distclean-tags:
187 -rm -f TAGS ID
188
189 maintainer-clean-tags:
190
191 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
192
193 subdir = src
194
195 distdir: $(DISTFILES)
196 here=`cd $(top_builddir) && pwd`; \
197 top_distdir=`cd $(top_distdir) && pwd`; \
198 distdir=`cd $(distdir) && pwd`; \
199 cd $(top_srcdir) \
200 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/Makefile
201 @for file in $(DISTFILES); do \
202 d=$(srcdir); \
203 if test -d $$d/$$file; then \
204 cp -pr $$d/$$file $(distdir)/$$file; \
205 else \
206 test -f $(distdir)/$$file \
207 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
208 || cp -p $$d/$$file $(distdir)/$$file || :; \
209 fi; \
210 done
211
212 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
213
214 -include $(DEP_FILES)
215
216 mostlyclean-depend:
217
218 clean-depend:
219
220 distclean-depend:
221 -rm -rf .deps
222
223 maintainer-clean-depend:
224
225 %.o: %.c
226 @echo '$(COMPILE) -c $<'; \
227 $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
228 @-cp .deps/$(*F).pp .deps/$(*F).P; \
229 tr ' ' '\012' < .deps/$(*F).pp \
230 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
231 >> .deps/$(*F).P; \
232 rm .deps/$(*F).pp
233
234 %.lo: %.c
235 @echo '$(LTCOMPILE) -c $<'; \
236 $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
237 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
238 < .deps/$(*F).pp > .deps/$(*F).P; \
239 tr ' ' '\012' < .deps/$(*F).pp \
240 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
241 >> .deps/$(*F).P; \
242 rm -f .deps/$(*F).pp
243 check-TESTS: $(TESTS)
244 @failed=0; all=0; \
245 srcdir=$(srcdir); export srcdir; \
246 for tst in $(TESTS); do \
247 if test -f $$tst; then dir=.; \
248 else dir="$(srcdir)"; fi; \
249 if $(TESTS_ENVIRONMENT) $$dir/$$tst; then \
250 all=`expr $$all + 1`; \
251 echo "PASS: $$tst"; \
252 elif test $$? -ne 77; then \
253 all=`expr $$all + 1`; \
254 failed=`expr $$failed + 1`; \
255 echo "FAIL: $$tst"; \
256 fi; \
257 done; \
258 if test "$$failed" -eq 0; then \
259 banner="All $$all tests passed"; \
260 else \
261 banner="$$failed of $$all tests failed"; \
262 fi; \
263 dashes=`echo "$$banner" | sed s/./=/g`; \
264 echo "$$dashes"; \
265 echo "$$banner"; \
266 echo "$$dashes"; \
267 test "$$failed" -eq 0
268 info-am:
269 info: info-am
270 dvi-am:
271 dvi: dvi-am
272 check-am: all-am
273 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
274 check: check-am
275 installcheck-am:
276 installcheck: installcheck-am
277 install-exec-am:
278 install-exec: install-exec-am
279
280 install-data-am:
281 install-data: install-data-am
282
283 install-am: all-am
284 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
285 install: install-am
286 uninstall-am:
287 uninstall: uninstall-am
288 all-am: Makefile $(PROGRAMS)
289 all-redirect: all-am
290 install-strip:
291 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
292 installdirs:
293
294
295 mostlyclean-generic:
296
297 clean-generic:
298
299 distclean-generic:
300 -rm -f Makefile $(CONFIG_CLEAN_FILES)
301 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
302
303 maintainer-clean-generic:
304 mostlyclean-am: mostlyclean-noinstPROGRAMS mostlyclean-compile \
305 mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
306 mostlyclean-generic
307
308 mostlyclean: mostlyclean-am
309
310 clean-am: clean-noinstPROGRAMS clean-compile clean-libtool clean-tags \
311 clean-depend clean-generic mostlyclean-am
312
313 clean: clean-am
314
315 distclean-am: distclean-noinstPROGRAMS distclean-compile \
316 distclean-libtool distclean-tags distclean-depend \
317 distclean-generic clean-am
318 -rm -f libtool
319
320 distclean: distclean-am
321
322 maintainer-clean-am: maintainer-clean-noinstPROGRAMS \
323 maintainer-clean-compile maintainer-clean-libtool \
324 maintainer-clean-tags maintainer-clean-depend \
325 maintainer-clean-generic distclean-am
326 @echo "This command is intended for maintainers to use;"
327 @echo "it deletes files that may require special tools to rebuild."
328
329 maintainer-clean: maintainer-clean-am
330
331 .PHONY: mostlyclean-noinstPROGRAMS distclean-noinstPROGRAMS \
332 clean-noinstPROGRAMS maintainer-clean-noinstPROGRAMS \
333 mostlyclean-compile distclean-compile clean-compile \
334 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
335 clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
336 distclean-tags clean-tags maintainer-clean-tags distdir \
337 mostlyclean-depend distclean-depend clean-depend \
338 maintainer-clean-depend check-TESTS info-am info dvi-am dvi check \
339 check-am installcheck-am installcheck install-exec-am install-exec \
340 install-data-am install-data install-am install uninstall-am uninstall \
341 all-redirect all-am all installdirs mostlyclean-generic \
342 distclean-generic clean-generic maintainer-clean-generic clean \
343 mostlyclean distclean maintainer-clean
344
345
346 # Tell versions [3.59,3.63) of GNU make to not export all variables.
347 # Otherwise a system limit (for SysV at least) may be exceeded.
348 .NOEXPORT:

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26