mirror of
https://github.com/tailix/libclayer.git
synced 2024-11-13 11:04:17 -05:00
Remove feature macros
This commit is contained in:
parent
9b7c930205
commit
286361cabc
7 changed files with 1 additions and 11 deletions
|
@ -39,7 +39,6 @@ may only change when major version number is increased (or minor while major is
|
||||||
zero). Work-in-progress APIs can change at any time.
|
zero). Work-in-progress APIs can change at any time.
|
||||||
|
|
||||||
* Basic features
|
* Basic features
|
||||||
* [Feature macros](/include/kernaux/version.h.in) (*work in progress*)
|
|
||||||
* [Runtime environment](/include/kernaux/runtime.h) (*non-breaking since* **0.7.0**)
|
* [Runtime environment](/include/kernaux/runtime.h) (*non-breaking since* **0.7.0**)
|
||||||
* [Macros](/include/kernaux/macro.h) (*non-breaking since* **0.6.0**)
|
* [Macros](/include/kernaux/macro.h) (*non-breaking since* **0.6.0**)
|
||||||
* Stack trace *(planned)*
|
* Stack trace *(planned)*
|
||||||
|
|
|
@ -29,7 +29,6 @@ AC_CONFIG_FILES([
|
||||||
include/Makefile
|
include/Makefile
|
||||||
libc/Makefile
|
libc/Makefile
|
||||||
libc/include/Makefile
|
libc/include/Makefile
|
||||||
include/kernaux/version.h
|
|
||||||
tests/Makefile
|
tests/Makefile
|
||||||
])
|
])
|
||||||
|
|
||||||
|
|
1
include/.gitignore
vendored
1
include/.gitignore
vendored
|
@ -1 +0,0 @@
|
||||||
/kernaux/version.h
|
|
|
@ -12,5 +12,4 @@ nobase_include_HEADERS = \
|
||||||
kernaux/macro.h \
|
kernaux/macro.h \
|
||||||
kernaux/macro/packing_end.run \
|
kernaux/macro/packing_end.run \
|
||||||
kernaux/macro/packing_start.run \
|
kernaux/macro/packing_start.run \
|
||||||
kernaux/runtime.h \
|
kernaux/runtime.h
|
||||||
kernaux/version.h
|
|
||||||
|
|
|
@ -8,4 +8,3 @@
|
||||||
#include <kernaux/arch/x86_64.h>
|
#include <kernaux/arch/x86_64.h>
|
||||||
#include <kernaux/macro.h>
|
#include <kernaux/macro.h>
|
||||||
#include <kernaux/runtime.h>
|
#include <kernaux/runtime.h>
|
||||||
#include <kernaux/version.h>
|
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
#ifndef KERNAUX_INCLUDED_VERSION
|
|
||||||
#define KERNAUX_INCLUDED_VERSION
|
|
||||||
|
|
||||||
#endif
|
|
|
@ -12,7 +12,6 @@ include/kernaux/macro.h
|
||||||
include/kernaux/macro/packing_end.run
|
include/kernaux/macro/packing_end.run
|
||||||
include/kernaux/macro/packing_start.run
|
include/kernaux/macro/packing_start.run
|
||||||
include/kernaux/runtime.h
|
include/kernaux/runtime.h
|
||||||
include/kernaux/version.h
|
|
||||||
lib/libkernaux.a
|
lib/libkernaux.a
|
||||||
lib/libkernaux.so
|
lib/libkernaux.so
|
||||||
lib/libkernaux.so.0
|
lib/libkernaux.so.0
|
||||||
|
|
Loading…
Reference in a new issue