.gitignore: ignore test executables
[project/opkg-lede.git] / libbb / Makefile.am
1 HOST_CPU=@host_cpu@
2 BUILD_CPU=@build_cpu@
3 ALL_CFLAGS=-g -O -Wall -DHOST_CPU_STR=\"$(HOST_CPU)\" -DBUILD_CPU=@build_cpu@
4
5 noinst_LIBRARIES = libbb.a
6
7 libbb_a_SOURCES = \
8 libbb.h \
9 wfopen.c \
10 unarchive.c \
11 copy_file.c \
12 copy_file_chunk.c \
13 xreadlink.c \
14 concat_path_file.c \
15 xfuncs.c \
16 last_char_is.c \
17 make_directory.c \
18 safe_strncpy.c \
19 parse_mode.c \
20 time_string.c \
21 all_read.c \
22 mode_string.c \
23 gzip.c
24
25 libbb_la_CFLAGS = $(ALL_CFLAGS)
26 #libbb_la_LDFLAGS = -static