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.
15 lines
522 B
15 lines
522 B
15 years ago
|
# 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)
|
||
|
|