summaryrefslogtreecommitdiffstats
path: root/libbb/Makefile.am
blob: 1f2dd12f05d5570b5279b0d548e17af1254bf4e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
HOST_CPU=@host_cpu@
BUILD_CPU=@build_cpu@
ALL_CFLAGS=-g -O -Wall -DHOST_CPU_STR=\"@host_cpu@\" -DBUILD_CPU=@build_cpu@

noinst_LTLIBRARIES = libbb.la

libbb_la_SOURCES = gz_open.c \
	libbb.h \
	unzip.c \
	wfopen.c \
	unarchive.c \
	copy_file.c \
	copy_file_chunk.c \
	error_msg.c error_msg_and_die.c \
	perror_msg.c perror_msg_and_die.c \
	xreadlink.c \
	concat_path_file.c \
	ask_confirmation.c \
	verror_msg.c vperror_msg.c \
	xfuncs.c messages.c \
	last_char_is.c \
	make_directory.c \
	safe_strncpy.c \
	parse_mode.c \
	time_string.c \
	all_read.c \
	mode_string.c

libbb_la_CFLAGS = $(ALL_CFLAGS)
#libbb_la_LDFLAGS = -static