~ubuntu-branches/ubuntu/intrepid/plplot/intrepid

« back to all changes in this revision

Viewing changes to bindings/f77/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Rafael Laboissiere
  • Date: 2006-11-04 10:19:34 UTC
  • mfrom: (2.1.8 edgy)
  • Revision ID: james.westby@ubuntu.com-20061104101934-mlirvdg4gpwi6i5q
Tags: 5.6.1-10
* Orphaning the package
* debian/control: Changed the maintainer to the Debian QA Group

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
#
19
19
# You should have received a copy of the GNU Library General Public License
20
20
# along with the file PLplot; if not, write to the Free Software Foundation, Inc.,
21
 
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 
21
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
22
22
 
23
23
libplplot = $(top_builddir)/src/libplplot$(LIB_TAG).la
24
24
 
65
65
libplplotf77c@LIB_TAG@_la_SOURCES  = $(c_sources)
66
66
libplplotf77c@LIB_TAG@_la_LDFLAGS  = $(version) $(RPATH) -no-undefined $(libplplot)
67
67
 
68
 
# Must be explicit here with dependencies.  Otherwise solaris "make" chokes.
69
 
sfstubs.f: sfstubs.h
 
68
# Must be explicit here with dependencies.
 
69
sfstubs.lo: sfstubs.h
70
70
 
71
71
# cp for the double-precision case, convert with sed for the
72
72
# single-precision case.
75
75
        cp $< $*.f
76
76
else
77
77
.fm4.f:
78
 
        sed -f double2single.sed $< > $*.f
 
78
        sed -f $(srcdir)/double2single.sed $< > $*.f
79
79
endif
80
80
 
81
81
EXTRA_DIST = sfstubs.fm4 double2single.sed README.f77API