/[MITgcm]/MITgcm/tools/mpack-1.6/Makefile.in
ViewVC logotype

Contents of /MITgcm/tools/mpack-1.6/Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (show annotations) (download)
Mon Feb 25 17:26:55 2008 UTC (16 years, 1 month ago) by jmc
Branch: MAIN
CVS Tags: checkpoint64y, checkpoint64x, checkpoint64z, checkpoint64q, checkpoint64p, checkpoint64s, checkpoint64r, checkpoint64u, checkpoint64t, checkpoint64w, checkpoint64v, checkpoint64i, checkpoint64h, checkpoint64k, checkpoint64j, checkpoint64m, checkpoint64l, checkpoint64o, checkpoint64n, checkpoint64a, checkpoint64c, checkpoint64b, checkpoint64e, checkpoint64d, checkpoint64g, checkpoint64f, checkpoint63p, checkpoint63q, checkpoint63r, checkpoint63s, checkpoint63l, checkpoint63m, checkpoint63n, checkpoint63o, checkpoint63h, checkpoint63i, checkpoint63j, checkpoint63k, checkpoint63d, checkpoint63e, checkpoint63f, checkpoint63g, checkpoint63a, checkpoint63b, checkpoint63c, checkpoint64, checkpoint65, checkpoint60, checkpoint61, checkpoint62, checkpoint63, checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65t, checkpoint65u, checkpoint65j, checkpoint65k, checkpoint65h, checkpoint65i, checkpoint65n, checkpoint65o, checkpoint65l, checkpoint65m, checkpoint65b, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65g, checkpoint65d, checkpoint65e, checkpoint59q, checkpoint59p, checkpoint59r, checkpoint59o, checkpoint62c, checkpoint62b, checkpoint62a, checkpoint62g, checkpoint62f, checkpoint62e, checkpoint62d, checkpoint62k, checkpoint62j, checkpoint62i, checkpoint62h, checkpoint62o, checkpoint62n, checkpoint62m, checkpoint62l, checkpoint62s, checkpoint62r, checkpoint62q, checkpoint62p, checkpoint62w, checkpoint62v, checkpoint62u, checkpoint62t, checkpoint62z, checkpoint62y, checkpoint62x, checkpoint61f, checkpoint61g, checkpoint61d, checkpoint61e, checkpoint61b, checkpoint61c, checkpoint61a, checkpoint61n, checkpoint61o, checkpoint61l, checkpoint61m, checkpoint61j, checkpoint61k, checkpoint61h, checkpoint61i, checkpoint61v, checkpoint61w, checkpoint61t, checkpoint61u, checkpoint61r, checkpoint61s, checkpoint61p, checkpoint61q, checkpoint61z, checkpoint61x, checkpoint61y, HEAD
Changes since 1.2: +7 -4 lines
disable automake : does not work properly in this context.
disable autoconf : seems to work, but generate a "configure" script
 2.5 longer, and since, until now, the default "configure" script works
 on all our tested platforms, no need to change it.
disable aclocal  : was not working without *.m4 files in cmulocal/ dir
 and no longer needed if automake & autoconf are not used.

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 AUTOCONF = @AUTOCONF@
43 AUTOMAKE = @AUTOMAKE@
44 AUTOHEADER = @AUTOHEADER@
45
46 INSTALL = @INSTALL@
47 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
48 INSTALL_DATA = @INSTALL_DATA@
49 INSTALL_SCRIPT = @INSTALL_SCRIPT@
50 transform = @program_transform_name@
51
52 NORMAL_INSTALL = :
53 PRE_INSTALL = :
54 POST_INSTALL = :
55 NORMAL_UNINSTALL = :
56 PRE_UNINSTALL = :
57 POST_UNINSTALL = :
58 CC = @CC@
59 LIB_SOCKET = @LIB_SOCKET@
60 MAKEINFO = @MAKEINFO@
61 PACKAGE = @PACKAGE@
62 VERSION = @VERSION@
63
64 AUTOMAKE_OPTIONS = foreign
65 ACLOCAL = aclocal -I $(srcdir)/cmulocal
66
67 bin_PROGRAMS = mpack munpack
68
69 mpack_SOURCES = unixpk.c encode.c codes.c magic.c unixos.c xmalloc.c md5c.c
70
71 mpack_LDADD = @LIBOBJS@ @LIB_SOCKET@
72
73 munpack_SOURCES = unixunpk.c decode.c uudecode.c codes.c unixos.c part.c xmalloc.c md5c.c
74
75
76 munpack_LDADD = @LIBOBJS@ @LIB_SOCKET@
77
78 noinst_HEADERS = common.h md5.h part.h version.h xmalloc.h
79 man_MANS = mpack.1 munpack.1
80
81 BUILT_SOURCES = mpack.1 munpack.1
82
83 EXTRA_DIST = README.mac macICKeys.h macmpack.c macndlog.c macntcp.c macproj.hqx README.unix macICTypes.h macmpack.h macnfile.c macnte.c macrsrc.hqx macICAPI.h macbhex.c macnapp.c macninit.c macos.c mkreadme.pl macICGlue.v macfile.c macnapp.h macnsmtp.c macpcstr.c unixpk.man unixunpk.man cmulocal Changes
84
85 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
86 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
87 CONFIG_CLEAN_FILES =
88 PROGRAMS = $(bin_PROGRAMS)
89
90
91 DEFS = @DEFS@ -I. -I$(srcdir)
92 CPPFLAGS = @CPPFLAGS@
93 LDFLAGS = @LDFLAGS@
94 LIBS = @LIBS@
95 mpack_OBJECTS = unixpk.o encode.o codes.o magic.o unixos.o xmalloc.o \
96 md5c.o
97 mpack_DEPENDENCIES = @LIBOBJS@
98 mpack_LDFLAGS =
99 munpack_OBJECTS = unixunpk.o decode.o uudecode.o codes.o unixos.o \
100 part.o xmalloc.o md5c.o
101 munpack_DEPENDENCIES = @LIBOBJS@
102 munpack_LDFLAGS =
103 CFLAGS = @CFLAGS@
104 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
105 CCLD = $(CC)
106 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
107 man1dir = $(mandir)/man1
108 MANS = $(man_MANS)
109
110 NROFF = nroff
111 HEADERS = $(noinst_HEADERS)
112
113 DIST_COMMON = INSTALL Makefile.am Makefile.in aclocal.m4 configure \
114 configure.in getopt.c install-sh missing mkinstalldirs strcasecmp.c
115
116
117 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
118
119 TAR = gtar
120 GZIP_ENV = --best
121 SOURCES = $(mpack_SOURCES) $(munpack_SOURCES)
122 OBJECTS = $(mpack_OBJECTS) $(munpack_OBJECTS)
123
124 all: all-redirect
125 .SUFFIXES:
126 .SUFFIXES: .S .c .o .s
127 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
128 cd $(top_srcdir) && echo $(AUTOMAKE) disabled
129 # cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps Makefile
130
131 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
132 cd $(top_builddir) \
133 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
134
135 $(ACLOCAL_M4): configure.in
136 cd $(srcdir) && echo $(ACLOCAL) disabled
137 # cd $(srcdir) && $(ACLOCAL)
138
139 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
140 $(SHELL) ./config.status --recheck
141 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
142 cd $(srcdir) && echo $(AUTOCONF) disabled
143 # cd $(srcdir) && $(AUTOCONF)
144
145 mostlyclean-binPROGRAMS:
146
147 clean-binPROGRAMS:
148 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
149
150 distclean-binPROGRAMS:
151
152 maintainer-clean-binPROGRAMS:
153
154 install-binPROGRAMS: $(bin_PROGRAMS)
155 @$(NORMAL_INSTALL)
156 $(mkinstalldirs) $(DESTDIR)$(bindir)
157 @list='$(bin_PROGRAMS)'; for p in $$list; do \
158 if test -f $$p; then \
159 echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
160 $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
161 else :; fi; \
162 done
163
164 uninstall-binPROGRAMS:
165 @$(NORMAL_UNINSTALL)
166 list='$(bin_PROGRAMS)'; for p in $$list; do \
167 rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
168 done
169
170 .c.o:
171 $(COMPILE) -c $<
172
173 .s.o:
174 $(COMPILE) -c $<
175
176 .S.o:
177 $(COMPILE) -c $<
178
179 mostlyclean-compile:
180 -rm -f *.o core *.core
181
182 clean-compile:
183
184 distclean-compile:
185 -rm -f *.tab.c
186
187 maintainer-clean-compile:
188
189 mpack: $(mpack_OBJECTS) $(mpack_DEPENDENCIES)
190 @rm -f mpack
191 $(LINK) $(mpack_LDFLAGS) $(mpack_OBJECTS) $(mpack_LDADD) $(LIBS)
192
193 munpack: $(munpack_OBJECTS) $(munpack_DEPENDENCIES)
194 @rm -f munpack
195 $(LINK) $(munpack_LDFLAGS) $(munpack_OBJECTS) $(munpack_LDADD) $(LIBS)
196
197 install-man1:
198 $(mkinstalldirs) $(DESTDIR)$(man1dir)
199 @list='$(man1_MANS)'; \
200 l2='$(man_MANS)'; for i in $$l2; do \
201 case "$$i" in \
202 *.1*) list="$$list $$i" ;; \
203 esac; \
204 done; \
205 for i in $$list; do \
206 if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
207 else file=$$i; fi; \
208 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
209 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
210 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
211 echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
212 $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
213 done
214
215 uninstall-man1:
216 @list='$(man1_MANS)'; \
217 l2='$(man_MANS)'; for i in $$l2; do \
218 case "$$i" in \
219 *.1*) list="$$list $$i" ;; \
220 esac; \
221 done; \
222 for i in $$list; do \
223 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
224 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
225 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
226 echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
227 rm -f $(DESTDIR)$(man1dir)/$$inst; \
228 done
229 install-man: $(MANS)
230 @$(NORMAL_INSTALL)
231 $(MAKE) $(AM_MAKEFLAGS) install-man1
232 uninstall-man:
233 @$(NORMAL_UNINSTALL)
234 $(MAKE) $(AM_MAKEFLAGS) uninstall-man1
235
236 tags: TAGS
237
238 ID: $(HEADERS) $(SOURCES) $(LISP)
239 list='$(SOURCES) $(HEADERS)'; \
240 unique=`for i in $$list; do echo $$i; done | \
241 awk ' { files[$$0] = 1; } \
242 END { for (i in files) print i; }'`; \
243 here=`pwd` && cd $(srcdir) \
244 && mkid -f$$here/ID $$unique $(LISP)
245
246 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
247 tags=; \
248 here=`pwd`; \
249 list='$(SOURCES) $(HEADERS)'; \
250 unique=`for i in $$list; do echo $$i; done | \
251 awk ' { files[$$0] = 1; } \
252 END { for (i in files) print i; }'`; \
253 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
254 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
255
256 mostlyclean-tags:
257
258 clean-tags:
259
260 distclean-tags:
261 -rm -f TAGS ID
262
263 maintainer-clean-tags:
264
265 distdir = $(PACKAGE)-$(VERSION)
266 top_distdir = $(distdir)
267
268 # This target untars the dist file and tries a VPATH configuration. Then
269 # it guarantees that the distribution is self-contained by making another
270 # tarfile.
271 distcheck: dist
272 -rm -rf $(distdir)
273 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
274 mkdir $(distdir)/=build
275 mkdir $(distdir)/=inst
276 dc_install_base=`cd $(distdir)/=inst && pwd`; \
277 cd $(distdir)/=build \
278 && ../configure --srcdir=.. --prefix=$$dc_install_base \
279 && $(MAKE) $(AM_MAKEFLAGS) \
280 && $(MAKE) $(AM_MAKEFLAGS) dvi \
281 && $(MAKE) $(AM_MAKEFLAGS) check \
282 && $(MAKE) $(AM_MAKEFLAGS) install \
283 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
284 && $(MAKE) $(AM_MAKEFLAGS) dist
285 -rm -rf $(distdir)
286 @banner="$(distdir).tar.gz is ready for distribution"; \
287 dashes=`echo "$$banner" | sed s/./=/g`; \
288 echo "$$dashes"; \
289 echo "$$banner"; \
290 echo "$$dashes"
291 dist: distdir
292 -chmod -R a+r $(distdir)
293 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
294 -rm -rf $(distdir)
295 dist-all: distdir
296 -chmod -R a+r $(distdir)
297 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
298 -rm -rf $(distdir)
299 distdir: $(DISTFILES)
300 -rm -rf $(distdir)
301 mkdir $(distdir)
302 -chmod 777 $(distdir)
303 @for file in $(DISTFILES); do \
304 d=$(srcdir); \
305 if test -d $$d/$$file; then \
306 cp -pr $$d/$$file $(distdir)/$$file; \
307 else \
308 test -f $(distdir)/$$file \
309 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
310 || cp -p $$d/$$file $(distdir)/$$file || :; \
311 fi; \
312 done
313 info-am:
314 info: info-am
315 dvi-am:
316 dvi: dvi-am
317 check-am: all-am
318 check: check-am
319 installcheck-am:
320 installcheck: installcheck-am
321 install-exec-am: install-binPROGRAMS
322 install-exec: install-exec-am
323
324 install-data-am: install-man
325 install-data: install-data-am
326
327 install-am: all-am
328 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
329 install: install-am
330 uninstall-am: uninstall-binPROGRAMS uninstall-man
331 uninstall: uninstall-am
332 all-am: Makefile $(PROGRAMS) $(MANS) $(HEADERS)
333 all-redirect: all-am
334 install-strip:
335 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
336 installdirs:
337 $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(mandir)/man1
338
339
340 mostlyclean-generic:
341
342 clean-generic:
343
344 distclean-generic:
345 -rm -f Makefile $(CONFIG_CLEAN_FILES)
346 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
347
348 maintainer-clean-generic:
349 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
350 mostlyclean-am: mostlyclean-binPROGRAMS mostlyclean-compile \
351 mostlyclean-tags mostlyclean-generic
352
353 mostlyclean: mostlyclean-am
354
355 clean-am: clean-binPROGRAMS clean-compile clean-tags clean-generic \
356 mostlyclean-am
357
358 clean: clean-am
359
360 distclean-am: distclean-binPROGRAMS distclean-compile distclean-tags \
361 distclean-generic clean-am
362
363 distclean: distclean-am
364 -rm -f config.status
365
366 maintainer-clean-am: maintainer-clean-binPROGRAMS \
367 maintainer-clean-compile maintainer-clean-tags \
368 maintainer-clean-generic distclean-am
369 @echo "This command is intended for maintainers to use;"
370 @echo "it deletes files that may require special tools to rebuild."
371
372 maintainer-clean: maintainer-clean-am
373 -rm -f config.status
374
375 .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
376 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
377 mostlyclean-compile distclean-compile clean-compile \
378 maintainer-clean-compile install-man1 uninstall-man1 install-man \
379 uninstall-man tags mostlyclean-tags distclean-tags clean-tags \
380 maintainer-clean-tags distdir info-am info dvi-am dvi check check-am \
381 installcheck-am installcheck install-exec-am install-exec \
382 install-data-am install-data install-am install uninstall-am uninstall \
383 all-redirect all-am all installdirs mostlyclean-generic \
384 distclean-generic clean-generic maintainer-clean-generic clean \
385 mostlyclean distclean maintainer-clean
386
387
388 mpack.1: unixpk.man
389 cp $? $@
390 munpack.1: unixunpk.man
391 cp $? $@
392
393 # Tell versions [3.59,3.63) of GNU make to not export all variables.
394 # Otherwise a system limit (for SysV at least) may be exceeded.
395 .NOEXPORT:

  ViewVC Help
Powered by ViewVC 1.1.22