Codebase list pktools / upstream/2.5.3 Makefile.am
upstream/2.5.3

Tree @upstream/2.5.3 (Download .tar.gz)

Makefile.am @upstream/2.5.3raw · history · blame

# to include m4 macros into aclocal.m4
ACLOCAL_AMFLAGS = -I m4

# the subdirectories of the project to go into
SUBDIRS = src/base \
	src/imageclasses \
	src/algorithms \
	src/fileclasses \
	$(LASCLASSES_OPT) \
	src/apps

## The generated configuration header is installed in its own subdirectory of
## $(libdir).  The reason for this is that the configuration information put
## into this header file describes the target platform the installed library
## has been built for.  Thus the file must not be installed into a location
## intended for architecture-independent files, as defined by the Filesystem
## Hierarchy Standard (FHS).
## The nodist_ prefix instructs Automake to not generate rules for including
## the listed files in the distribution on 'make dist'.  Files that are listed
## in _HEADERS variables are normally included in the distribution, but the
## configuration header file is generated at configure time and should not be
## shipped with the source tarball.
pktools_libincludedir = $(libdir)/pktools/include
nodist_pktools_libinclude_HEADERS = config.h


## Install the generated pkg-config file (.pc) into the expected location for
## architecture-dependent package configuration information.  Occasionally,
## pkg-config files are also used for architecture-independent data packages,
## in which case the correct install location would be $(datadir)/pkgconfig.
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = pktools.pc

#bin_SCRIPTS = pktools-config