mirror of
https://github.com/openharmony/third_party_mtdev.git
synced 2026-07-19 11:11:56 -04:00
15 lines
233 B
Makefile
15 lines
233 B
Makefile
SUBDIRS = src test
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = mtdev.pc
|
|
|
|
AM_CPPFLAGS = $(top_srcdir)/include/
|
|
|
|
.PHONY: ChangeLog INSTALL
|
|
INSTALL:
|
|
$(INSTALL_CMD)
|
|
ChangeLog:
|
|
git log > ChangeLog
|
|
|
|
dist-hook: ChangeLog INSTALL
|