mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
whatever
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@708 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
7f1478318f
commit
ae492469e0
@ -57,6 +57,10 @@ $(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)
|
||||||
|
|
||||||
|
@ -47,7 +47,7 @@ TARGET = ../libregister.a
|
|||||||
######################################################################
|
######################################################################
|
||||||
SRCS = basiccell.c cellblock.c combocell.c \
|
SRCS = basiccell.c cellblock.c combocell.c \
|
||||||
datecell.c pricecell.c QuickFill.c quickfillcell.c \
|
datecell.c pricecell.c QuickFill.c quickfillcell.c \
|
||||||
recncell.c register.c textcell.c table-allgui.c table-motif.c
|
recncell.c register.c table-allgui.c table-motif.c textcell.c
|
||||||
OBJS = ${SRCS:.c=.o}
|
OBJS = ${SRCS:.c=.o}
|
||||||
######################################################################
|
######################################################################
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user