15 lines
270 B
Makefile
15 lines
270 B
Makefile
SUBDIRS = corelogic
|
|
|
|
bin_PROGRAMS = harikoff
|
|
harikoff_SOURCES =
|
|
harikoff_LDADD = corelogic/libcorelogic.a
|
|
|
|
# List of static miscellaneous files to include in the distribution
|
|
EXTRA_DIST = \
|
|
COPYING \
|
|
README \
|
|
ChangeLog \
|
|
AUTHORS \
|
|
INSTALL \
|
|
NEWS
|