|
|
ed433b |
API_SRCS = \
|
|
|
9e67a4 |
src/driver/sfrt_amain.c \
|
|
|
f46039 |
src/driver/sfrt_driver_ctx.c \
|
|
|
f46039 |
src/driver/sfrt_unit_ctx.c \
|
|
|
f46039 |
src/logic/sfrt_map_input.c \
|
|
|
f46039 |
src/output/sfrt_output_address.c \
|
|
|
f46039 |
src/output/sfrt_output_dummy.c \
|
|
|
f0da18 |
src/output/sfrt_output_error.c \
|
|
|
f46039 |
src/output/sfrt_output_name.c \
|
|
|
f46039 |
src/skin/sfrt_skin_default.c \
|
|
|
f46039 |
|
|
|
ed433b |
INTERNAL_SRCS = \
|
|
|
7c1290 |
src/internal/$(PACKAGE)_dprintf_impl.c \
|
|
|
ed433b |
src/internal/$(PACKAGE)_errinfo_impl.c \
|
|
|
ed433b |
|
|
|
f46039 |
APP_SRCS = \
|
|
|
f46039 |
src/sofort.c
|
|
|
ed433b |
|
|
|
ed433b |
COMMON_SRCS = $(API_SRCS) $(INTERNAL_SRCS)
|