summaryrefslogtreecommitdiffstats
path: root/languages/fortran/app_templates/fortranhello/src-Makefile.am
blob: f3f030927a8e0b36be1f04e7aa92651d96afe053 (plain)
1
2
3
4
5
6
7
8
bin_PROGRAMS = %{APPNAMELC}
%{APPNAMELC}_SOURCES = %{APPNAMELC}.f

# set the include path found by configure
INCLUDES= $(all_includes)

# the library search path.
%{APPNAMELC}_LDFLAGS = $(all_libraries)