You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdevelop/languages/cpp/app_templates/wxhello/src-Makefile.am

15 lines
522 B

# these are the headers for your project
noinst_HEADERS = %{APPNAMELC}.h
#########################################################################
# APPLICATION SECTION
#########################################################################
# this is the program that gets installed. it's name is used for all
# of the other Makefile.am variables
bin_PROGRAMS = %{APPNAMELC}
# the application source, library search path, and link libraries
%{APPNAMELC}_SOURCES = %{APPNAMELC}.cpp
%{APPNAMELC}_LDFLAGS = $(WX_LIBS)