mirror of
https://github.com/cuberite/TCLAP.git
synced 2025-08-03 09:47:05 -04:00
11 lines
208 B
Makefile
11 lines
208 B
Makefile
|
|
ACLOCAL_AMFLAGS = -I config
|
|
|
|
SUBDIRS = include examples docs tests msc config
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = $(PACKAGE).pc
|
|
EXTRA_DIST = $(PACKAGE).pc.in
|
|
|
|
DISTCLEANFILES = $(PACKAGE).pc
|