/[fuse_dbi]/fuse/cvs/lufis/Makefile
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /fuse/cvs/lufis/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4 - (show annotations)
Wed Aug 4 11:36:44 2004 UTC (19 years, 8 months ago) by dpavlin
File size: 189 byte(s)
import current CVS of fuse

1 CC = gcc
2 CFLAGS = -Wall -W -g
3 LDLIBS = -lfuse -lpthread -ldl -rdynamic
4 CPPFLAGS := -D_FILE_OFFSET_BITS=64
5 #CPPFLAGS += -DDEBUG
6
7 lufis: lufis.o options.o dircache.o
8
9 clean:
10 rm -f *.o lufis

  ViewVC Help
Powered by ViewVC 1.1.26