Files
salmanoff/Makefile.am
T
patergentium 6dc4287ae3 Refactor project structure and update configurations
The project now builds.

- Updated .vscode/launch.json and .vscode/tasks.json for improved
    development workflow
- Modified Makefile.am, configure, and configure.ac for build process
    enhancements
- Updated corelogic/Makefile.am and
    corelogic/include/sensors/interoceptor.h
- Renamed corelogic/main.cpp to main.cpp for better project organization
2024-11-22 20:07:42 +11:00

17 lines
324 B
Makefile

SUBDIRS = corelogic
AM_CPPFLAGS = -I$(srcdir)/corelogic/include
bin_PROGRAMS = harikoff
harikoff_SOURCES = main.cpp
harikoff_LDADD = corelogic/libcorelogic.a
# List of static miscellaneous files to include in the distribution
EXTRA_DIST = \
COPYING \
README \
ChangeLog \
AUTHORS \
INSTALL \
NEWS