diff src/Makefile.in @ 266:818be8915438

[project @ 1994-01-03 23:06:07 by jwe]
author jwe
date Mon, 03 Jan 1994 23:07:25 +0000
parents a99f28f5e351
children 6027a905fc06
line wrap: on
line diff
--- a/src/Makefile.in	Mon Jan 03 22:08:53 1994 +0000
+++ b/src/Makefile.in	Mon Jan 03 23:07:25 1994 +0000
@@ -63,8 +63,8 @@
 	f-det.h f-eig.h f-expm.h f-fft.h f-fsolve.h f-fsqp.h f-givens.h \
 	f-hess.h f-ifft.h f-inv.h f-lpsolve.h f-lsode.h f-lu.h \
 	f-npsol.h f-qpsol.h f-qr.h f-quad.h f-qzval.h f-rand.h \
-	f-schur.h f-svd.h f-syl.h file-io.h g-builtins.h getopt.h \
-	gripes.h help.h idx-vector.h input.h lex.h mappers.h \
+	f-schur.h f-svd.h f-syl.h file-io.h fnmatch.h g-builtins.h \
+	getopt.h gripes.h help.h idx-vector.h input.h lex.h mappers.h \
 	missing-math.h octave.h octave-hist.h pager.h parse.h \
 	pr-output.h procstream.h sighandlers.h statdefs.h symtab.h \
 	sysdep.h t-builtins.h token.h tree-base.h tree-const.h tree.h \
@@ -76,14 +76,14 @@
 	f-expm.cc f-fft.cc f-fsolve.cc f-fsqp.cc f-givens.cc \
 	f-hess.cc f-ifft.cc f-inv.cc f-lpsolve.cc f-lsode.cc f-lu.cc \
 	f-npsol.cc f-qpsol.cc f-qr.cc f-quad.cc f-qzval.cc f-rand.cc \
-	f-schur.cc f-svd.cc f-syl.cc file-io.cc	g-builtins.cc \
-	getopt.c getopt1.c gripes.cc help.cc idx-vector.cc input.cc \
-	lex.l mappers.cc octave.cc octave-hist.cc pager.cc parse.y \
-	pr-output.cc procstream.cc sighandlers.cc symtab.cc \
-	sysdep.cc t-builtins.cc tc-assign.cc tc-extras.cc \
-	tc-index.cc tc-inlines.cc token.cc tree.cc tree-const.cc \
-	tree-plot.cc unwind-prot.cc user-prefs.cc utils.cc \
-	variables.cc xdiv.cc xpow.cc SLStack.cc
+	f-schur.cc f-svd.cc f-syl.cc file-io.cc	fnmatch.c \
+	g-builtins.cc getopt.c getopt1.c gripes.cc help.cc \
+	idx-vector.cc input.cc lex.l mappers.cc octave.cc \
+	octave-hist.cc pager.cc parse.y pr-output.cc procstream.cc \
+	sighandlers.cc symtab.cc sysdep.cc t-builtins.cc tc-assign.cc \
+	tc-extras.cc tc-index.cc tc-inlines.cc token.cc tree.cc \
+	tree-const.cc tree-plot.cc unwind-prot.cc user-prefs.cc \
+	utils.cc variables.cc xdiv.cc xpow.cc SLStack.cc
 
 DEP_SOURCES_2 = $(patsubst %.l, %.cc, $(SOURCES))
 DEP_SOURCES_1 = $(patsubst %.y, %.cc, $(DEP_SOURCES_2))
@@ -96,13 +96,13 @@
 	f-npsol.o f-qpsol.o f-qr.o f-quad.o f-qzval.o f-rand.o \
 	f-schur.o f-svd.o f-syl.o 
 
-OBJECTS = arith-ops.o builtins.o error.o file-io.o g-builtins.o \
-	getopt.o getopt1.o gripes.o help.o idx-vector.o input.o \
-	lex.o mappers.o octave.o octave-hist.o pager.o parse.o \
-	pr-output.o procstream.o sighandlers.o symtab.o sysdep.o \
-	t-builtins.o tc-assign.o tc-extras.o tc-index.o token.o \
-	tree.o tree-const.o tree-plot.o unwind-prot.o user-prefs.o \
-	utils.o variables.o xdiv.o xpow.o SLStack.o \
+OBJECTS = arith-ops.o builtins.o error.o file-io.o fnmatch.o \
+	g-builtins.o getopt.o getopt1.o gripes.o help.o idx-vector.o \
+	input.o lex.o mappers.o octave.o octave-hist.o pager.o \
+	parse.o pr-output.o procstream.o sighandlers.o symtab.o \
+	sysdep.o t-builtins.o tc-assign.o tc-extras.o tc-index.o \
+	token.o tree.o tree-const.o tree-plot.o unwind-prot.o \
+	user-prefs.o utils.o variables.o xdiv.o xpow.o SLStack.o \
 	@DYNAMIC_LD_OBJ@
 
 OCTAVE_LIBS = ../liboctave.a ../libcruft.a ../libinfo.a \