summaryrefslogtreecommitdiffstats
path: root/languages/cpp/app_templates/cpphello/src-Makefile.am
blob: 23de27fb23c59e8689e9c7f74f71124cab99f95c (plain)
1
2
3
4
5
6
7
8
bin_PROGRAMS = %{APPNAMELC}
%{APPNAMELC}_SOURCES = %{APPNAMELC}.cpp

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

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