blob: bd267dc7f912efe17f608ac3248b50cce6960dc1 (
plain)
1
2
3
4
5
6
7
8
9
10
|
## Input file for automake to generate the Makefile.in used by configure
EXTRA_DIST = \
target_native_io.h \
target_native_misc.h \
target_native.h \
target_native_math_float.h \
target_native_network.h \
target_native_file.h \
target_native_math_int.h
|