Files
salmanoff/Makefile.am
T

10 lines
261 B
Makefile
Raw Normal View History

SUBDIRS = hcore commonLibs
2025-01-04 07:33:15 -04:00
ACLOCAL_AMFLAGS = -I m4
2025-01-05 07:47:38 -04:00
AM_CPPFLAGS+= -I"$(top_srcdir)/hcore/include"
bin_PROGRAMS = harikoff
harikoff_SOURCES = main.cpp
harikoff_LDADD = hcore/libhcore.a hcore/deviceManager/libdeviceManager.a \
hcore/senseApis/libsenseApis.a