You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
298 B
Makefile
11 lines
298 B
Makefile
INCLUDES = -I$(top_srcdir)/src $(all_includes)
|
|
METASOURCES = AUTO
|
|
|
|
|
|
libprogbase_la_LDFLAGS = $(all_libraries)
|
|
noinst_LTLIBRARIES = libprogbase.la
|
|
libprogbase_la_SOURCES = generic_prog.cpp prog_specific.cpp prog_config.cpp \
|
|
prog_group.cpp generic_debug.cpp hardware_config.cpp debug_config.cpp
|
|
|
|
|