Revision: 14222 Author: adrian.chadd Date: Wed Jul 22 07:38:51 2009 Log: Add missing makefiles
http://code.google.com/p/lusca-cache/source/detail?r=14222 Added: /playpen/LUSCA_HEAD_storework/app/coss_newfs/Makefile.am /playpen/LUSCA_HEAD_storework/app/coss_rebuild/Makefile.am ======================================= --- /dev/null +++ /playpen/LUSCA_HEAD_storework/app/coss_newfs/Makefile.am Wed Jul 22 07:38:51 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 = coss_newfs + +coss_newfs_SOURCES = coss_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 = + ======================================= --- /dev/null +++ /playpen/LUSCA_HEAD_storework/app/coss_rebuild/Makefile.am Wed Jul 22 07:38:51 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 = + +libexec_PROGRAMS = coss_rebuild + +coss_rebuild_SOURCES = coss_rebuild.c coss_build_log.c coss_build_dir.c + +LDADD = -L../../lib -L../../libsqdebug -L../../libcore -L../../libmem -L../../libsqstore -L../../libsqtlv -lsqdebug -lcore -lm -lsqstore -lsqtlv -lmiscutil + +$(OBJS): $(top_srcdir)/include/version.h ../include/autoconf.h + +DISTCLEANFILES = + --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
