remove swig stuff (it's now in a separate dir)

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@756 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 1998-03-31 07:08:37 +00:00
parent 73dd055854
commit 8a7b689bff
3 changed files with 0 additions and 25 deletions

View File

@ -57,10 +57,6 @@ $(TARGET): $(OBJS)
@echo "+++"
$(CC) -c $(CFLAGS) $(INCLPATH) $<
swig:
swig -I. -guile swig.i
depend:
makedepend -- $(INCLPATH) $(DEFN) -- $(SRCS)

View File

@ -57,10 +57,6 @@ $(TARGET): $(OBJS)
@echo "+++"
$(CC) -c $(CFLAGS) $(INCLPATH) $<
swig:
swig -I. -guile swig.i
depend:
makedepend -- $(INCLPATH) $(DEFN) -- $(SRCS)

View File

@ -1,17 +0,0 @@
#
# FILE:
# swig.i
#
# FUNCTION:
# SWIG project file
#
# HISTORY:
# Rob Browning March 1988
#
%module xaccSwig
%include Account.h
%include Group.h
%include FileIO.h
%include LedgerUtils.h
%include Transaction.h