From b1927fcaf3169eb6c8fc29df1646c20198057d47 Mon Sep 17 00:00:00 2001 From: rrizun Date: Mon, 21 Jan 2008 21:16:31 +0000 Subject: [PATCH] compile via lsb (linux standard base) git-svn-id: http://s3fs.googlecode.com/svn/trunk@39 df820570-a93a-0410-bd06-b72b767a4274 --- s3fs/Makefile.lsb | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 s3fs/Makefile.lsb diff --git a/s3fs/Makefile.lsb b/s3fs/Makefile.lsb new file mode 100644 index 0000000..484d5ea --- /dev/null +++ b/s3fs/Makefile.lsb @@ -0,0 +1,6 @@ +all: + LSBCC_SHAREDLIBS=fuse:curl:ssl /opt/lsb/bin/lsbc++ -Wall -Wl,--allow-shlib-undefined $(shell pkg-config fuse --cflags --libs) -lcurl $(shell xml2-config --cflags --libs) -lssl -ggdb s3fs.cpp -o s3fs + @echo ok! + +clean: + rm -f s3fs s3fs.o