Files
salmanoff/Makefile.am
T

17 lines
324 B
Makefile
Raw Normal View History

SUBDIRS = corelogic
AM_CPPFLAGS = -I$(srcdir)/corelogic/include
bin_PROGRAMS = harikoff
harikoff_SOURCES = main.cpp
harikoff_LDADD = corelogic/libcorelogic.a
2024-09-05 11:34:21 +10:00
# List of static miscellaneous files to include in the distribution
EXTRA_DIST = \
COPYING \
README \
ChangeLog \
AUTHORS \
INSTALL \
NEWS