git://www.ginac.de
/
ginac.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fixed typos
[ginac.git]
/
ginsh
/
Makefile.am
diff --git
a/ginsh/Makefile.am
b/ginsh/Makefile.am
index 0c3479b043b5fc46216b49593beeee3bd065130e..184fbbe6b5bfd35fda2824c24b0e16e79cf000bd 100644
(file)
--- a/
ginsh/Makefile.am
+++ b/
ginsh/Makefile.am
@@
-1,18
+1,22
@@
## Process this file with automake to produce Makefile.in
bin_PROGRAMS = ginsh
## Process this file with automake to produce Makefile.in
bin_PROGRAMS = ginsh
-ginsh_SOURCES = ginsh_parser.yy ginsh_lexer.ll ginsh.h
+ginsh_SOURCES = ginsh_parser.yy ginsh_lexer.ll ginsh.h
ginsh_extensions.h
ginsh_LDADD = ../ginac/libginac.la $(GINSH_LIBS)
ginsh_LDADD = ../ginac/libginac.la $(GINSH_LIBS)
-INCLUDES = -I$(srcdir)/../ginac
+
+INCLUDES = -I$(srcdir)/../ginac -I../ginac -DIN_GINAC
+AM_YFLAGS = -d
+
man_MANS = ginsh.1
man_MANS = ginsh.1
-YFLAGS = -d
-EXTRA_DIST = $(man_MANS) ginsh_parser.h ginsh_fcn_help.sed ginsh_op_help.sed
+
+CLEANFILES = ginsh_fcn_help.h ginsh_op_help.h
+EXTRA_DIST = ginsh_parser.h ginsh_fcn_help.sed ginsh_op_help.sed
# files created by sed scripts
# files created by sed scripts
-ginsh_fcn_help.
c: ginsh.1
ginsh_fcn_help.sed
- sed -n -f ginsh_fcn_help.sed <$< >$@
+ginsh_fcn_help.
h: ginsh.1 $(srcdir)/
ginsh_fcn_help.sed
+ sed -n -f
$(srcdir)/
ginsh_fcn_help.sed <$< >$@
-ginsh_op_help.
c: ginsh.1
ginsh_op_help.sed
- sed -n -f ginsh_op_help.sed <$< >$@
+ginsh_op_help.
h: ginsh.1 $(srcdir)/
ginsh_op_help.sed
+ sed -n -f
$(srcdir)/
ginsh_op_help.sed <$< >$@
-ginsh_parser.o: ginsh_fcn_help.
c ginsh_op_help.c
+ginsh_parser.o: ginsh_fcn_help.
h ginsh_op_help.h