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.
lnav/src/base/Makefile.am

24 lines
366 B
Makefile

AM_CPPFLAGS = \
-Wall \
-I$(top_srcdir)/src/
noinst_LIBRARIES = libbase.a
noinst_HEADERS = \
enum_util.hh \
file_range.hh \
intern_string.hh \
is_utf8.hh \
lnav_log.hh \
opt_util.hh \
pthreadpp.hh \
result.h \
string_util.hh
libbase_a_SOURCES = \
intern_string.cc \
is_utf8.cc \
lnav_log.cc \
string_util.cc