2da2dfd12951ee6e10c162028981e7c56428ad2e
[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_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 error_msg.c error_msg_and_die.c \
15 perror_msg.c perror_msg_and_die.c \
16 xreadlink.c \
17 concat_path_file.c \
18 verror_msg.c vperror_msg.c \
19 xfuncs.c messages.c \
20 last_char_is.c \
21 make_directory.c \
22 safe_strncpy.c \
23 parse_mode.c \
24 time_string.c \
25 all_read.c \
26 mode_string.c
27
28 libbb_la_CFLAGS = $(ALL_CFLAGS)
29 #libbb_la_LDFLAGS = -static