travers wdisp only on windows, #1, FIXME
buggy commit ? DIST_SUBDIRS should be traversed unconditionally !? (install, tar ball, ...) as a consequenceconditional MAINTAINERCLEANFILES incantation might be useless
This commit is contained in:
parent
843126d9a6
commit
c30872f5e7
|
|
@ -1,7 +1,13 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
SUBDIRS = plotting help parser wdisp numparam trannoise
|
||||
DIST_SUBDIRS = plotting help parser wdisp numparam trannoise
|
||||
SUBDIRS = plotting help parser numparam trannoise
|
||||
DIST_SUBDIRS = plotting help parser numparam trannoise
|
||||
|
||||
if WINDOWS
|
||||
SUBDIRS += wdisp
|
||||
DIST_SUBDIRS += wdisp
|
||||
endif
|
||||
|
||||
EXTRA_DIST = testcommands.c parse-bison.y
|
||||
## For Windows with Visual Studio
|
||||
EXTRA_DIST += parse-bison.c parse-bison.h
|
||||
|
|
@ -197,6 +203,10 @@ AM_CFLAGS = $(STATIC)
|
|||
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
if !WINDOWS
|
||||
MAINTAINERCLEANFILES += wdisp/Makefile.in
|
||||
endif
|
||||
|
||||
parse-bison.c parse-bison.h : parse-bison.y
|
||||
bison $(srcdir)/parse-bison.y
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue