1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2025-10-03 11:01:30 +00:00

Initial detection working

git-svn-id: https://svn.code.sf.net/p/libcpuid/code/HEAD/libcpuid@5 3b4be424-7ac5-41d7-8526-f4ddcb85d872
This commit is contained in:
Veselin Georgiev 2008-11-10 16:04:29 +00:00
commit 2d453e612c
10 changed files with 547 additions and 25 deletions

8
cpuid_tool/Makefile.am Normal file
View file

@ -0,0 +1,8 @@
bin_PROGRAMS = cpuid_tool
cpuid_tool_SOURCES = cpuid_tool.c
EXTRA_INCLUDE_PATHS = -I$(top_srcdir)/libcpuid
AM_CPPFLAGS = $(all_includes) $(EXTRA_INCLUDE_PATHS)
cpuid_tool_LDADD = $(top_builddir)/libcpuid/libcpuid.la