libndbuf/Makefile.am
Alexander Vdolainen d0723c4a76 Added: Manpages directory and manpages for:
ndbuf_new(), ndbuf_new_frombuf(), ndbuf_new_wmops(),
	ndbuf_new_palloc(), ndbuf_new_free();
2018-09-17 18:38:37 +03:00

37 lines
674 B
Makefile

## Sample for libndbuf automaken stuff
## Distributed under GNU LGPL v2.1 or later
## Originally written by Alexander Vdolainen <alex@vapaa.xyz> (c) 2017
## Process this file with automake to produce Makefile.in
SUBDIRS = include man
clean-local:
## what actually to build
AM_CPPFLAGS = \
-DPACKAGE_LOCALE_DIR=\""$(localedir)"\" \
-DPACKAGE_SRC_DIR=\""$(srcdir)"\" \
-DPACKAGE_DATA_DIR=\""$(pkgdatadir)"\" \
-I$(srcdir)/include
AM_CFLAGS =\
-Wall\
-g
lib_LTLIBRARIES = libndbuf.la
libndbuf_la_SOURCES = \
ndbuf.c
libndbuf_la_LDFLAGS =
libndbuf_la_LIBADD =
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libndbuf.pc
EXTRA_DIST = \
libndbuf.pc.in