git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@708 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 1998-03-23 08:43:21 +00:00
parent 7f1478318f
commit ae492469e0
2 changed files with 5 additions and 1 deletions

View File

@ -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)

View File

@ -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}
###################################################################### ######################################################################