summaryrefslogtreecommitdiffstats
path: root/libbb/Makefile.am
blob: 1cc82df2d90bb5a38266f005c389a829e56eb941 (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
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 \
	xreadlink.c \
	concat_path_file.c \
	xfuncs.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