summaryrefslogtreecommitdiffstats
path: root/languages/ada/app_templates/adahello/src-Makefile.am
blob: 06291dbfffab166a8365019f05e158d53c2faf88 (plain)
1
2
3
4
5
6
7
8
bin_PROGRAMS = %{APPNAMELC}
%{APPNAMELC}_SOURCES = %{APPNAMELC}.adb

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

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