Revision: 14767
Author: adrian.chadd
Date: Sun Aug 29 00:50:32 2010
Log: Add missing Makefile
http://code.google.com/p/lusca-cache/source/detail?r=14767
Added:
/branches/LUSCA_HEAD/test-suite/atf/Makefile.am
=======================================
--- /dev/null
+++ /branches/LUSCA_HEAD/test-suite/atf/Makefile.am Sun Aug 29 00:50:32 2010
@@ -0,0 +1,59 @@
+
+ATF_LIBDIR=$(ATF_PREFIX)/lib
+ATF_BINDIR=$(ATF_PREFIX)/bin
+ATF_INCLUDEDIR=$(ATF_PREFIX)/include
+
+INCLUDES=-I$(top_builddir) -I$(ATF_INCLUDEDIR)
+LDADD=-L$(top_builddir)/libcore \
+ -L$(top_builddir)/lib \
+ -L$(top_builddir)/libcore \
+ -L$(top_builddir)/libsqdebug \
+ -L$(top_builddir)/libmem \
+ -L$(top_builddir)/libcb \
+ -L$(top_builddir)/libmime \
+ -L$(top_builddir)/libhelper \
+ -L$(top_builddir)/libstmem \
+ -L$(top_builddir)/libiapp \
+ -L$(top_builddir)/libhttp \
+ -L$(top_builddir)/libsqurl \
+ -L$(top_builddir)/libstat \
+ -L$(top_builddir)/libsqdns \
+ -L$(top_builddir)/libsqident \
+ -L$(top_builddir)/libsqinet \
+ -L$(top_builddir)/libsqname \
+ -L$(top_builddir)/libasyncio \
+ -L$(top_builddir)/libsqtlv \
+ -L$(top_builddir)/libsqstore \
+ -L$(ATF_LIBDIR) \
+ -lsqstore \
+ -lsqtlv \
+ -lasyncio \
+ -lstmem \
+ -lsqdns \
+ -lsqident \
+ -lsqinet \
+ -lsqdebug \
+ -lsqname \
+ -lcb \
+ -lhelper \
+ -lmime \
+ -liapp \
+ -lhttp \
+ -lsqurl \
+ -lmem \
+ -lcore \
+ -lstat \
+ -lmiscutil \
+ -lpthread -lm \
+ -latf-c
+
+check_PROGRAMS= libhttp lib_Vector libsqurl url_benchmark
+
+libhttp_SOURCES= libhttp.c core.c
+lib_Vector_SOURCES= lib_Vector.c core.c
+libsqurl_SOURCES= libsqurl.c core.c
+url_benchmark_SOURCES= url_benchmark.c core.c
+
+#check: libhttp lib_Vector libsqurl
+# @env PATH=$$PATH:$(ATF_BINDIR) $(ATF_BINDIR)/atf-run |
$(ATF_BINDIR)/atf-report
+
--
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.