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

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

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


Revision 1.2 - (hide annotations) (download)
Sat Feb 23 19:08:16 2008 UTC (16 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.1: +1 -1 lines
this is a fake modif: the 2 files "Makefile.in" & "configure" will appear
newer than "aclocal.m4" and command automake (which has problems here)
will not be called.

1 edhill 1.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) && $(AUTOMAKE) --foreign --include-deps Makefile
129    
130     Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
131     cd $(top_builddir) \
132     && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
133    
134 jmc 1.2 $(ACLOCAL_M4): configure.in
135 edhill 1.1 cd $(srcdir) && $(ACLOCAL)
136    
137     config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
138     $(SHELL) ./config.status --recheck
139     $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
140     cd $(srcdir) && $(AUTOCONF)
141    
142     mostlyclean-binPROGRAMS:
143    
144     clean-binPROGRAMS:
145     -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
146    
147     distclean-binPROGRAMS:
148    
149     maintainer-clean-binPROGRAMS:
150    
151     install-binPROGRAMS: $(bin_PROGRAMS)
152     @$(NORMAL_INSTALL)
153     $(mkinstalldirs) $(DESTDIR)$(bindir)
154     @list='$(bin_PROGRAMS)'; for p in $$list; do \
155     if test -f $$p; then \
156     echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
157     $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
158     else :; fi; \
159     done
160    
161     uninstall-binPROGRAMS:
162     @$(NORMAL_UNINSTALL)
163     list='$(bin_PROGRAMS)'; for p in $$list; do \
164     rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
165     done
166    
167     .c.o:
168     $(COMPILE) -c $<
169    
170     .s.o:
171     $(COMPILE) -c $<
172    
173     .S.o:
174     $(COMPILE) -c $<
175    
176     mostlyclean-compile:
177     -rm -f *.o core *.core
178    
179     clean-compile:
180    
181     distclean-compile:
182     -rm -f *.tab.c
183    
184     maintainer-clean-compile:
185    
186     mpack: $(mpack_OBJECTS) $(mpack_DEPENDENCIES)
187     @rm -f mpack
188     $(LINK) $(mpack_LDFLAGS) $(mpack_OBJECTS) $(mpack_LDADD) $(LIBS)
189    
190     munpack: $(munpack_OBJECTS) $(munpack_DEPENDENCIES)
191     @rm -f munpack
192     $(LINK) $(munpack_LDFLAGS) $(munpack_OBJECTS) $(munpack_LDADD) $(LIBS)
193    
194     install-man1:
195     $(mkinstalldirs) $(DESTDIR)$(man1dir)
196     @list='$(man1_MANS)'; \
197     l2='$(man_MANS)'; for i in $$l2; do \
198     case "$$i" in \
199     *.1*) list="$$list $$i" ;; \
200     esac; \
201     done; \
202     for i in $$list; do \
203     if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
204     else file=$$i; fi; \
205     ext=`echo $$i | sed -e 's/^.*\\.//'`; \
206     inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
207     inst=`echo $$inst | sed '$(transform)'`.$$ext; \
208     echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
209     $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
210     done
211    
212     uninstall-man1:
213     @list='$(man1_MANS)'; \
214     l2='$(man_MANS)'; for i in $$l2; do \
215     case "$$i" in \
216     *.1*) list="$$list $$i" ;; \
217     esac; \
218     done; \
219     for i in $$list; do \
220     ext=`echo $$i | sed -e 's/^.*\\.//'`; \
221     inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
222     inst=`echo $$inst | sed '$(transform)'`.$$ext; \
223     echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
224     rm -f $(DESTDIR)$(man1dir)/$$inst; \
225     done
226     install-man: $(MANS)
227     @$(NORMAL_INSTALL)
228     $(MAKE) $(AM_MAKEFLAGS) install-man1
229     uninstall-man:
230     @$(NORMAL_UNINSTALL)
231     $(MAKE) $(AM_MAKEFLAGS) uninstall-man1
232    
233     tags: TAGS
234    
235     ID: $(HEADERS) $(SOURCES) $(LISP)
236     list='$(SOURCES) $(HEADERS)'; \
237     unique=`for i in $$list; do echo $$i; done | \
238     awk ' { files[$$0] = 1; } \
239     END { for (i in files) print i; }'`; \
240     here=`pwd` && cd $(srcdir) \
241     && mkid -f$$here/ID $$unique $(LISP)
242    
243     TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
244     tags=; \
245     here=`pwd`; \
246     list='$(SOURCES) $(HEADERS)'; \
247     unique=`for i in $$list; do echo $$i; done | \
248     awk ' { files[$$0] = 1; } \
249     END { for (i in files) print i; }'`; \
250     test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
251     || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
252    
253     mostlyclean-tags:
254    
255     clean-tags:
256    
257     distclean-tags:
258     -rm -f TAGS ID
259    
260     maintainer-clean-tags:
261    
262     distdir = $(PACKAGE)-$(VERSION)
263     top_distdir = $(distdir)
264    
265     # This target untars the dist file and tries a VPATH configuration. Then
266     # it guarantees that the distribution is self-contained by making another
267     # tarfile.
268     distcheck: dist
269     -rm -rf $(distdir)
270     GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
271     mkdir $(distdir)/=build
272     mkdir $(distdir)/=inst
273     dc_install_base=`cd $(distdir)/=inst && pwd`; \
274     cd $(distdir)/=build \
275     && ../configure --srcdir=.. --prefix=$$dc_install_base \
276     && $(MAKE) $(AM_MAKEFLAGS) \
277     && $(MAKE) $(AM_MAKEFLAGS) dvi \
278     && $(MAKE) $(AM_MAKEFLAGS) check \
279     && $(MAKE) $(AM_MAKEFLAGS) install \
280     && $(MAKE) $(AM_MAKEFLAGS) installcheck \
281     && $(MAKE) $(AM_MAKEFLAGS) dist
282     -rm -rf $(distdir)
283     @banner="$(distdir).tar.gz is ready for distribution"; \
284     dashes=`echo "$$banner" | sed s/./=/g`; \
285     echo "$$dashes"; \
286     echo "$$banner"; \
287     echo "$$dashes"
288     dist: distdir
289     -chmod -R a+r $(distdir)
290     GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
291     -rm -rf $(distdir)
292     dist-all: distdir
293     -chmod -R a+r $(distdir)
294     GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
295     -rm -rf $(distdir)
296     distdir: $(DISTFILES)
297     -rm -rf $(distdir)
298     mkdir $(distdir)
299     -chmod 777 $(distdir)
300     @for file in $(DISTFILES); do \
301     d=$(srcdir); \
302     if test -d $$d/$$file; then \
303     cp -pr $$d/$$file $(distdir)/$$file; \
304     else \
305     test -f $(distdir)/$$file \
306     || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
307     || cp -p $$d/$$file $(distdir)/$$file || :; \
308     fi; \
309     done
310     info-am:
311     info: info-am
312     dvi-am:
313     dvi: dvi-am
314     check-am: all-am
315     check: check-am
316     installcheck-am:
317     installcheck: installcheck-am
318     install-exec-am: install-binPROGRAMS
319     install-exec: install-exec-am
320    
321     install-data-am: install-man
322     install-data: install-data-am
323    
324     install-am: all-am
325     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
326     install: install-am
327     uninstall-am: uninstall-binPROGRAMS uninstall-man
328     uninstall: uninstall-am
329     all-am: Makefile $(PROGRAMS) $(MANS) $(HEADERS)
330     all-redirect: all-am
331     install-strip:
332     $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
333     installdirs:
334     $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(mandir)/man1
335    
336    
337     mostlyclean-generic:
338    
339     clean-generic:
340    
341     distclean-generic:
342     -rm -f Makefile $(CONFIG_CLEAN_FILES)
343     -rm -f config.cache config.log stamp-h stamp-h[0-9]*
344    
345     maintainer-clean-generic:
346     -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
347     mostlyclean-am: mostlyclean-binPROGRAMS mostlyclean-compile \
348     mostlyclean-tags mostlyclean-generic
349    
350     mostlyclean: mostlyclean-am
351    
352     clean-am: clean-binPROGRAMS clean-compile clean-tags clean-generic \
353     mostlyclean-am
354    
355     clean: clean-am
356    
357     distclean-am: distclean-binPROGRAMS distclean-compile distclean-tags \
358     distclean-generic clean-am
359    
360     distclean: distclean-am
361     -rm -f config.status
362    
363     maintainer-clean-am: maintainer-clean-binPROGRAMS \
364     maintainer-clean-compile maintainer-clean-tags \
365     maintainer-clean-generic distclean-am
366     @echo "This command is intended for maintainers to use;"
367     @echo "it deletes files that may require special tools to rebuild."
368    
369     maintainer-clean: maintainer-clean-am
370     -rm -f config.status
371    
372     .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
373     maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
374     mostlyclean-compile distclean-compile clean-compile \
375     maintainer-clean-compile install-man1 uninstall-man1 install-man \
376     uninstall-man tags mostlyclean-tags distclean-tags clean-tags \
377     maintainer-clean-tags distdir info-am info dvi-am dvi check check-am \
378     installcheck-am installcheck install-exec-am install-exec \
379     install-data-am install-data install-am install uninstall-am uninstall \
380     all-redirect all-am all installdirs mostlyclean-generic \
381     distclean-generic clean-generic maintainer-clean-generic clean \
382     mostlyclean distclean maintainer-clean
383    
384    
385     mpack.1: unixpk.man
386     cp $? $@
387     munpack.1: unixunpk.man
388     cp $? $@
389    
390     # Tell versions [3.59,3.63) of GNU make to not export all variables.
391     # Otherwise a system limit (for SysV at least) may be exceeded.
392     .NOEXPORT:

  ViewVC Help
Powered by ViewVC 1.1.22