# $Id$ # automake source for development tests by command-line libcaptive client # Copyright (C) 2002-2003 Jan Kratochvil # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; exactly version 2 of June 1991 is required # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA include $(top_srcdir)/Makefile-head.am captive_cmdline_SOURCES= \ cmd_cd.c \ cmd_cd.h \ cmd_commit.c \ cmd_commit.h \ cmd_get.c \ cmd_get.h \ cmd_help.c \ cmd_help.h \ cmd_info.c \ cmd_info.h \ cmd_lcd.c \ cmd_lcd.h \ cmd_ls.c \ cmd_ls.h \ cmd_mkdir.c \ cmd_mkdir.h \ cmd_mv.c \ cmd_mv.h \ cmd_put.c \ cmd_put.h \ cmd_quit.c \ cmd_quit.h \ cmd_rm.c \ cmd_rm.h \ cmd_rmdir.c \ cmd_rmdir.h \ cmd_shell.c \ cmd_shell.h \ cmd_volume.c \ cmd_volume.h \ file_info.c \ file_info.h \ main.c \ main.h captive_cmdline_CFLAGS= $(GNOME_VFS_CFLAGS) captive_cmdline_LDADD =$(captive_library) $(GNOME_VFS_LIBS) $(READLINE_LIBS) $(INTLLIBS) captive_cmdline_LDFLAGS=$(READLINE_LDFLAGS) bin_PROGRAMS+=captive-cmdline EXTRA_DIST+=captive-cmdline.pod.pl.in CLEANFILES+=captive-cmdline.pod captive-cmdline.1 if ENABLE_MAN_PAGES captive_cmdline_man_cond=captive-cmdline.1 endif man_MANS=$(captive_cmdline_man_cond)