1cc82df2d90bb5a38266f005c389a829e56eb941
[oweals/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_LTLIBRARIES = libbb.la
6
7 libbb_la_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