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