misc fixes

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1479 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 1998-12-26 19:56:09 +00:00
parent c290efef38
commit 14f5c1be6f
2 changed files with 8 additions and 2 deletions

View File

@ -22,7 +22,7 @@ include @top_srcdir@/Makefile.init
######################################################################
# See Makefile.common for information about these variables.
INDEP_SRCS := helperfuncs.c
CLEAN_SUBDIRS := guile
CLEAN_SUBDIRS := guile perl5
######################################################################
all: default
@ -46,7 +46,10 @@ plot.preproc.h: /usr/include/plot.h
cp /usr/include/plot.h plot.preproc.h
echo "#include <plot.h>" | gcc -E - > plot.preproc.h
.PHONY: default guile
perl5:
@cd perl5 && $(MAKE) default
.PHONY: default guile perl5
# Local Variables:
# tab-width: 2

View File

@ -26,6 +26,7 @@ INCLPATH = \
-I@top_srcdir@/src/swig\
-I@top_srcdir@/src/engine \
-I@top_srcdir@/include \
@PERLINCL@ \
-I$(prefix)/include
CFLAGS = @CFLAGS@ ${INCLPATH} -Wno-unused
@ -38,6 +39,8 @@ SWIG_FLAGS := -stat -perl5 \
INDEP_SRCS = gnucash-engine-perl5_wrap.c
######################################################################
all: default
# This inclusion must come after the first target, and after the
# definitions of *_SRCS, etc., but before the usage of *_OBJS.
include @top_srcdir@/Makefile.common