comparison liboctave/Makefile.am @ 15278:f4b5304ee451

build: Remove unnecessary -I includes from AM_CPPFLAGS. * libinterp/Makefile.am: Remove unnecessary -I includes from AM_CPPFLAGS. * src/Makefile.am: Remove unnecessary -I includes from AM_CPPFLAGS. * liboctave/Makefile.am: Use $top_builddir to make list more readable. * liboctave/cruft/Makefile.am: Replace tabs with spaces in file list. * liboctave/cruft/slatec-fn/module.mk: Add blank line at end of file.
author Rik <rik@octave.org>
date Sun, 02 Sep 2012 17:41:43 -0700
parents dd794aa84232
children 482d92904aa4
comparison
equal deleted inserted replaced
15277:e359158c917f 15278:f4b5304ee451
98 cruft/ranlib/libranlib.la \ 98 cruft/ranlib/libranlib.la \
99 numeric/libnumeric.la \ 99 numeric/libnumeric.la \
100 operators/liboperators.la \ 100 operators/liboperators.la \
101 system/libsystem.la \ 101 system/libsystem.la \
102 util/libutil.la \ 102 util/libutil.la \
103 ../libgnu/libgnu.la \ 103 $(top_builddir)/libgnu/libgnu.la \
104 $(LIBOCTAVE_LINK_DEPS) 104 $(LIBOCTAVE_LINK_DEPS)
105 105
106 # Increment these as needed and according to the rules in the libtool manual: 106 # Increment these as needed and according to the rules in the libtool manual:
107 liboctave_current = 1 107 liboctave_current = 1
108 liboctave_revision = 1 108 liboctave_revision = 1