199e15afce0552c40a773589e4e0003bc1b1371e
[pspp-builds.git] / lib / julcal / Makefile.in
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 build_alias = @build_alias@
61 build_triplet = @build@
62 host_alias = @host_alias@
63 host_triplet = @host@
64 target_alias = @target_alias@
65 target_triplet = @target@
66 CATALOGS = @CATALOGS@
67 CATOBJEXT = @CATOBJEXT@
68 CC = @CC@
69 CFLAGS = @CFLAGS@
70 CPP = @CPP@
71 DATADIRNAME = @DATADIRNAME@
72 GENCAT = @GENCAT@
73 GMOFILES = @GMOFILES@
74 GMP_LIBS = @GMP_LIBS@
75 GMP_SUBDIRS = @GMP_SUBDIRS@
76 GMSGFMT = @GMSGFMT@
77 GT_NO = @GT_NO@
78 GT_YES = @GT_YES@
79 INSTOBJEXT = @INSTOBJEXT@
80 INTLDEPS = @INTLDEPS@
81 INTLLIBS = @INTLLIBS@
82 INTLOBJS = @INTLOBJS@
83 LN_S = @LN_S@
84 LOCAL_CC = @LOCAL_CC@
85 MAKEINFO = @MAKEINFO@
86 MKINSTALLDIRS = @MKINSTALLDIRS@
87 MSGFMT = @MSGFMT@
88 PACKAGE = @PACKAGE@
89 POFILES = @POFILES@
90 POSUB = @POSUB@
91 RANLIB = @RANLIB@
92 U = @U@
93 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
94 USE_NLS = @USE_NLS@
95 VERSION = @VERSION@
96 l = @l@
97
98 noinst_LIBRARIES = libjulcal.a
99
100 INCLUDES = -I$(srcdir) -I$(top_srcdir)/src -I$(top_srcdir) -I$(top_srcdir)/intl
101
102
103 libjulcal_a_SOURCES = julcal.c
104 noinst_HEADERS = julcal.h
105
106 MAINTAINERCLEANFILES = Makefile.in
107 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
108 CONFIG_HEADER = ../../config.h
109 CONFIG_CLEAN_FILES = 
110 LIBRARIES =  $(noinst_LIBRARIES)
111
112
113 DEFS = @DEFS@ -I. -I$(srcdir) -I../..
114 CPPFLAGS = @CPPFLAGS@
115 LDFLAGS = @LDFLAGS@
116 LIBS = @LIBS@
117 libjulcal_a_LIBADD = 
118 libjulcal_a_OBJECTS =  julcal.o
119 AR = ar
120 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
121 CCLD = $(CC)
122 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
123 HEADERS =  $(noinst_HEADERS)
124
125 DIST_COMMON =  README ChangeLog Makefile.am Makefile.in
126
127
128 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
129
130 TAR = tar
131 GZIP_ENV = --best
132 SOURCES = $(libjulcal_a_SOURCES)
133 OBJECTS = $(libjulcal_a_OBJECTS)
134
135 all: all-redirect
136 .SUFFIXES:
137 .SUFFIXES: .S .c .o .s
138 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
139         cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps lib/julcal/Makefile
140
141 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
142         cd $(top_builddir) \
143           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
144
145
146 mostlyclean-noinstLIBRARIES:
147
148 clean-noinstLIBRARIES:
149         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
150
151 distclean-noinstLIBRARIES:
152
153 maintainer-clean-noinstLIBRARIES:
154
155 .c.o:
156         $(COMPILE) -c $<
157
158 .s.o:
159         $(COMPILE) -c $<
160
161 .S.o:
162         $(COMPILE) -c $<
163
164 mostlyclean-compile:
165         -rm -f *.o core *.core
166
167 clean-compile:
168
169 distclean-compile:
170         -rm -f *.tab.c
171
172 maintainer-clean-compile:
173
174 libjulcal.a: $(libjulcal_a_OBJECTS) $(libjulcal_a_DEPENDENCIES)
175         -rm -f libjulcal.a
176         $(AR) cru libjulcal.a $(libjulcal_a_OBJECTS) $(libjulcal_a_LIBADD)
177         $(RANLIB) libjulcal.a
178
179 tags: TAGS
180
181 ID: $(HEADERS) $(SOURCES) $(LISP)
182         list='$(SOURCES) $(HEADERS)'; \
183         unique=`for i in $$list; do echo $$i; done | \
184           awk '    { files[$$0] = 1; } \
185                END { for (i in files) print i; }'`; \
186         here=`pwd` && cd $(srcdir) \
187           && mkid -f$$here/ID $$unique $(LISP)
188
189 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
190         tags=; \
191         here=`pwd`; \
192         list='$(SOURCES) $(HEADERS)'; \
193         unique=`for i in $$list; do echo $$i; done | \
194           awk '    { files[$$0] = 1; } \
195                END { for (i in files) print i; }'`; \
196         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
197           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
198
199 mostlyclean-tags:
200
201 clean-tags:
202
203 distclean-tags:
204         -rm -f TAGS ID
205
206 maintainer-clean-tags:
207
208 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
209
210 subdir = lib/julcal
211
212 distdir: $(DISTFILES)
213         @for file in $(DISTFILES); do \
214           d=$(srcdir); \
215           if test -d $$d/$$file; then \
216             cp -pr $$d/$$file $(distdir)/$$file; \
217           else \
218             test -f $(distdir)/$$file \
219             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
220             || cp -p $$d/$$file $(distdir)/$$file || :; \
221           fi; \
222         done
223 julcal.o: julcal.c julcal.h
224
225 info-am:
226 info: info-am
227 dvi-am:
228 dvi: dvi-am
229 check-am: all-am
230 check: check-am
231 installcheck-am:
232 installcheck: installcheck-am
233 install-exec-am:
234 install-exec: install-exec-am
235
236 install-data-am:
237 install-data: install-data-am
238
239 install-am: all-am
240         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
241 install: install-am
242 uninstall-am:
243 uninstall: uninstall-am
244 all-am: Makefile $(LIBRARIES) $(HEADERS)
245 all-redirect: all-am
246 install-strip:
247         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
248 installdirs:
249
250
251 mostlyclean-generic:
252
253 clean-generic:
254
255 distclean-generic:
256         -rm -f Makefile $(CONFIG_CLEAN_FILES)
257         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
258
259 maintainer-clean-generic:
260         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
261 mostlyclean-am:  mostlyclean-noinstLIBRARIES mostlyclean-compile \
262                 mostlyclean-tags mostlyclean-generic
263
264 mostlyclean: mostlyclean-am
265
266 clean-am:  clean-noinstLIBRARIES clean-compile clean-tags clean-generic \
267                 mostlyclean-am
268
269 clean: clean-am
270
271 distclean-am:  distclean-noinstLIBRARIES distclean-compile \
272                 distclean-tags distclean-generic clean-am
273
274 distclean: distclean-am
275
276 maintainer-clean-am:  maintainer-clean-noinstLIBRARIES \
277                 maintainer-clean-compile maintainer-clean-tags \
278                 maintainer-clean-generic distclean-am
279         @echo "This command is intended for maintainers to use;"
280         @echo "it deletes files that may require special tools to rebuild."
281
282 maintainer-clean: maintainer-clean-am
283
284 .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
285 clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
286 mostlyclean-compile distclean-compile clean-compile \
287 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
288 clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
289 check-am installcheck-am installcheck install-exec-am install-exec \
290 install-data-am install-data install-am install uninstall-am uninstall \
291 all-redirect all-am all installdirs mostlyclean-generic \
292 distclean-generic clean-generic maintainer-clean-generic clean \
293 mostlyclean distclean maintainer-clean
294
295
296 # Tell versions [3.59,3.63) of GNU make to not export all variables.
297 # Otherwise a system limit (for SysV at least) may be exceeded.
298 .NOEXPORT: