mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
73dd055854
commit
8a7b689bff
@ -57,10 +57,6 @@ $(TARGET): $(OBJS)
|
|||||||
@echo "+++"
|
@echo "+++"
|
||||||
$(CC) -c $(CFLAGS) $(INCLPATH) $<
|
$(CC) -c $(CFLAGS) $(INCLPATH) $<
|
||||||
|
|
||||||
swig:
|
|
||||||
swig -I. -guile swig.i
|
|
||||||
|
|
||||||
|
|
||||||
depend:
|
depend:
|
||||||
makedepend -- $(INCLPATH) $(DEFN) -- $(SRCS)
|
makedepend -- $(INCLPATH) $(DEFN) -- $(SRCS)
|
||||||
|
|
||||||
|
@ -57,10 +57,6 @@ $(TARGET): $(OBJS)
|
|||||||
@echo "+++"
|
@echo "+++"
|
||||||
$(CC) -c $(CFLAGS) $(INCLPATH) $<
|
$(CC) -c $(CFLAGS) $(INCLPATH) $<
|
||||||
|
|
||||||
swig:
|
|
||||||
swig -I. -guile swig.i
|
|
||||||
|
|
||||||
|
|
||||||
depend:
|
depend:
|
||||||
makedepend -- $(INCLPATH) $(DEFN) -- $(SRCS)
|
makedepend -- $(INCLPATH) $(DEFN) -- $(SRCS)
|
||||||
|
|
||||||
|
@ -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
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user