This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
libcfu/Makefile.am

13 lines
273 B
Makefile

SUBDIRS = src examples doc
if DEBUG
AM_CFLAGS = -DCFU_VERSION="\"@VERSION@\"" -DCFU_DEBUG=1
else
AM_CFLAGS = -DCFU_VERSION="\"@VERSION@\""
endif
LIBCFU_TYPE_u_int=@LIBCFU_TYPE_u_int@
INCLUDES = -I$(top_srcdir)/include
EXTRA_DIST = include/cfutypes.h.in include/cfu.h.in