compile via lsb (linux standard base)

git-svn-id: http://s3fs.googlecode.com/svn/trunk@39 df820570-a93a-0410-bd06-b72b767a4274
This commit is contained in:
rrizun 2008-01-21 21:16:31 +00:00
parent c4bd765db5
commit b1927fcaf3
1 changed files with 6 additions and 0 deletions

6
s3fs/Makefile.lsb Normal file
View File

@ -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