~ubuntu-branches/debian/sid/kdevelop/sid

« back to all changes in this revision

Viewing changes to languages/fortran/app_templates/fortranhello/src-Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy Lainé
  • Date: 2006-05-23 18:39:42 UTC
  • Revision ID: james.westby@ubuntu.com-20060523183942-hucifbvh68k2bwz7
Tags: upstream-3.3.2
Import upstream version 3.3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
bin_PROGRAMS = %{APPNAMELC}
 
2
%{APPNAMELC}_SOURCES = %{APPNAMELC}.f
 
3
 
 
4
# set the include path found by configure
 
5
INCLUDES= $(all_includes)
 
6
 
 
7
# the library search path.
 
8
%{APPNAMELC}_LDFLAGS = $(all_libraries)