mirror of
https://github.com/anrieff/libcpuid
synced 2024-11-10 22:59:13 +00:00
c5b459c5b2
There's no reason to keep a configure binary in source control. I added the necessary steps to create it in the README.
13 lines
366 B
Makefile
13 lines
366 B
Makefile
ACLOCAL_AMFLAGS = -I m4
|
|
SUBDIRS = libcpuid cpuid_tool tests
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
|
|
pkgconfig_DATA = libcpuid.pc
|
|
EXTRA_DIST = libcpuid.pc.in libcpuid.sln
|
|
|
|
consistency:
|
|
$(top_srcdir)/libcpuid/check-consistency.py $(top_srcdir)/libcpuid
|
|
|
|
test:
|
|
$(top_srcdir)/tests/run_tests.py $(top_srcdir)/tests/tests_stash.txt $(top_srcdir)/cpuid_tool/cpuid_tool
|