dlugolecki.net.pl
Dziennik
Polecane
Software
projects
/
gedcom-parse.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Changes to ease working with ddd.
[gedcom-parse.git]
/
Makefile.in
1
# $Id$
2
# $Name$
3
all clean check install:
4
@if test -r GNUmakefile; then \
5
echo Sorry, GNU make is required; \
6
case `gmake --version 2>/dev/null` in \
7
*GNU*) echo Try again with 'gmake' ;; \
8
esac; \
9
else \
10
echo Please run ./configure first; \
11
fi