From f431cd1a48a6a5186633bf5f16a2d21cb4399e8c Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Thu, 09 Feb 2012 10:56:43 -0500 Subject: Initial commit. TODO: Copyright information. Including source code and a patch to add files generated by GNU Autoconf is not very pretty... Running 'make dist' in the SVN trunk to generate a source archive might be better. --- (limited to 'src/libbb/.svn/text-base/Makefile.am.svn-base') diff --git a/src/libbb/.svn/text-base/Makefile.am.svn-base b/src/libbb/.svn/text-base/Makefile.am.svn-base new file mode 100644 index 0000000..1cc82df --- /dev/null +++ b/src/libbb/.svn/text-base/Makefile.am.svn-base @@ -0,0 +1,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 -- cgit v0.9.1