mirror of
https://github.com/outbackdingo/parodus.git
synced 2026-01-28 02:20:02 +00:00
15 lines
267 B
Makefile
15 lines
267 B
Makefile
if ENABLE_NOPOLL_DOC
|
|
NOPOLL_DOC_DIR = doc
|
|
endif
|
|
|
|
SUBDIRS = src test $(NOPOLL_DOC_DIR)
|
|
EXTRA_DIST = nopoll.pc.in VERSION Makefile.win
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = nopoll.pc
|
|
|
|
all-local: update-defs
|
|
|
|
update-defs:
|
|
cd src; make update-def; cd ..
|
|
|