renamed the package to libgedcom-dev
[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