ac792d5832836efc43f058be42d88a3ed524e63e
[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 = gz_open.c \
8 libbb.h \
9 unzip.c \
10 wfopen.c \
11 unarchive.c \
12 copy_file.c \
13 copy_file_chunk.c \
14 xreadlink.c \
15 concat_path_file.c \
16 xfuncs.c \
17 last_char_is.c \
18 make_directory.c \
19 safe_strncpy.c \
20 parse_mode.c \
21 time_string.c \
22 all_read.c \
23 mode_string.c
24
25 libbb_la_CFLAGS = $(ALL_CFLAGS)
26 #libbb_la_LDFLAGS = -static