# # Makefile.in # # Copyright (c) 2006 by Daniel Potter. All rights reserved. # # This file is part of FireTorrent. # # FireTorrent is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License version 2 as published # by the Free Software Foundation. # # FireTorrent 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 FireTorrent; if not, write to the Free Software Foundation, # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # DEPTH = ../../.. topsrcdir = @top_srcdir@ srcdir = @srcdir@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk IS_COMPONENT = 1 MODULE = firetorrent LIBRARY_NAME = fireTorrent XPI_NAME = firetorrent REQUIRES = xpcom \ string \ necko \ caps \ $(NULL) CPPSRCS = \ bencoding.cpp \ FTFile.cpp \ FireTorrentEngine.cpp \ FTorrent.cpp \ xvFireTorrent.cpp \ $(NULL) SHARED_LIBRARY_LIBS = \ $(DIST)/lib/$(LIB_PREFIX)xpcomglue_s.$(LIB_SUFFIX) \ $(DIST)/lib/$(LIB_PREFIX)xpcom.$(LIB_SUFFIX) \ $(DIST)/lib/$(LIB_PREFIX)nspr4.$(LIB_SUFFIX) \ $(DIST)/lib/$(LIB_PREFIX)plds4.$(LIB_SUFFIX) \ $(DIST)/lib/$(LIB_PREFIX)plc4.$(LIB_SUFFIX) \ $(NULL) include $(topsrcdir)/config/rules.mk