summaryrefslogtreecommitdiffstats
path: root/src/libbb/Makefile.am
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-06-02 10:12:27 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-06-02 10:12:27 (EDT)
commit12f19801bf46ecceda69e476119a787e405ff904 (patch)
tree1101558927e34a0d6082e79bef8e400e9cc94b99 /src/libbb/Makefile.am
parent5b483e83bc811d42c9eb0a0e38b45d4549df31bd (diff)
Delete upstream source directory.
Diffstat (limited to 'src/libbb/Makefile.am')
-rw-r--r--src/libbb/Makefile.am26
1 files changed, 0 insertions, 26 deletions
diff --git a/src/libbb/Makefile.am b/src/libbb/Makefile.am
deleted file mode 100644
index 1cc82df..0000000
--- a/src/libbb/Makefile.am
+++ /dev/null
@@ -1,26 +0,0 @@
-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