From 97c61e98b4cb4115c5d1191edefdab125a9e16fd Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Wed, 7 Nov 2001 12:09:43 +0000 Subject: build with automake --- lib/Makefile | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 lib/Makefile (limited to 'lib/Makefile') diff --git a/lib/Makefile b/lib/Makefile deleted file mode 100644 index 88b087a..0000000 --- a/lib/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -CC = gcc -CFLAGS = -Wall -W -g `glib-config --cflags` -fPIC -LDFLAGS = `glib-config --libs` -CPPFLAGS = -I../include - -all: libfuse.a libfuse.so - -libfuse_objs = mount.o fuse.o - -libfuse.a: $(libfuse_objs) - ar cr libfuse.a $(libfuse_objs) - -libfuse.so: $(libfuse_objs) - gcc -shared -o libfuse.so $(libfuse_objs) - -clean: - rm -f *.o *.a - rm -f *~ -- cgit v1.2.3