Encapsulate “rarfile” parameter in “Opt” class
[rarfs.git] / src / Makefile.am
blobaba8d1f6e70bc00797b56d2edbf64ba2ac3f35b4
2 #  Copyright (C) 2003-2008  Kent Gustavsson <nedo80@gmail.com>
4 # This program is free software; you can redistribute it and/or modify
5 # it under the terms of the GNU General Public License as published by
6 # the Free Software Foundation; either version 2 of the License, or
7 # (at your option) any later version.
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12 # GNU Library General Public License for more details.
14 # You should have received a copy of the GNU General Public License
15 # along with this program; if not, write to the Free Software
16 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
18 INCLUDES = -I..
19 bin_PROGRAMS = rarfs
21 AM_CXXFLAGS = `pkg-config --cflags fuse` 
22 AM_LDFLAGS = `pkg-config --libs fuse`
24 rarfs_SOURCES = main.cc \
25         rarblock.h\
26         rarblock.cc\
27         rararchive.h                   \
28         rararchive.cc                   \
29         markerblock.h                   \
30         markerblock.cc                   \
31         archiveblock.h                   \
32         archiveblock.cc                   \
33         fileblock.h                   \
34         fileblock.cc