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