Author: adrian.chadd
Date: Mon Jul 6 09:37:34 2009
New Revision: 14141
Added:
playpen/LUSCA_HEAD_storework/app/ufs_newfs/Makefile.am
playpen/LUSCA_HEAD_storework/app/ufs_rebuild/
Modified:
playpen/LUSCA_HEAD_storework/app/Makefile.am
playpen/LUSCA_HEAD_storework/configure.in
Log:
Begin fleshing out bits and pieces to build ufs storedir related tools
Modified: playpen/LUSCA_HEAD_storework/app/Makefile.am
==============================================================================
--- playpen/LUSCA_HEAD_storework/app/Makefile.am (original)
+++ playpen/LUSCA_HEAD_storework/app/Makefile.am Mon Jul 6 09:37:34 2009
@@ -3,6 +3,6 @@
# $Id: Makefile.am 12826 2008-06-08 13:51:32Z adrian.chadd $
#
-DIST_SUBDIRS = tcptest
-SUBDIRS = tcptest
+DIST_SUBDIRS = tcptest ufs_rebuild ufs_newfs
+SUBDIRS = tcptest ufs_rebuild ufs_newfs
Added: playpen/LUSCA_HEAD_storework/app/ufs_newfs/Makefile.am
==============================================================================
--- (empty file)
+++ playpen/LUSCA_HEAD_storework/app/ufs_newfs/Makefile.am Mon Jul 6
09:37:34 2009
@@ -0,0 +1,28 @@
+#
+# Makefile for the Squid Object Cache server
+#
+# $Id: Makefile.am 11393 2006-09-22 09:08:46Z hno $
+#
+# Uncomment and customize the following to suit your needs:
+#
+
+
+AUTOMAKE_OPTIONS = subdir-objects
+
+INCLUDES = -I. -I$(top_builddir)
+
+TESTS=$(check_PROGRAMS)
+check_PROGRAMS=
+
+SUBDIRS =
+
+bin_PROGRAMS = ufs_newfs
+
+ufs_newfs_SOURCES = ufs_newfs.c
+
+LDADD = -L../../lib -L../../libsqdebug -L../../libcore -L../../libmem
-L../../libsqstore -lsqdebug -lcore -lm -lsqstore -lmiscutil
+
+$(OBJS): $(top_srcdir)/include/version.h ../include/autoconf.h
+
+DISTCLEANFILES =
+
Modified: playpen/LUSCA_HEAD_storework/configure.in
==============================================================================
--- playpen/LUSCA_HEAD_storework/configure.in (original)
+++ playpen/LUSCA_HEAD_storework/configure.in Mon Jul 6 09:37:34 2009
@@ -3311,6 +3311,8 @@
AC_OUTPUT([\
Makefile \
app/Makefile \
+ app/ufs_rebuild/Makefile \
+ app/ufs_newfs/Makefile \
app/tcptest/Makefile \
libsqstore/Makefile \
libsqtlv/Makefile \
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"lusca-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/lusca-commit?hl=en
-~----------~----~----~----~------~----~------~--~---