19 lines
218 B
Makefile
19 lines
218 B
Makefile
|
#
|
||
|
# Makefile.cvs
|
||
|
#
|
||
|
configure: all
|
||
|
./configure
|
||
|
|
||
|
all:
|
||
|
y2tool y2autoconf
|
||
|
y2tool y2automake
|
||
|
autoreconf --force --install
|
||
|
|
||
|
install: configure
|
||
|
make
|
||
|
make install
|
||
|
|
||
|
reconf: all
|
||
|
./config.status --recheck
|
||
|
./config.status
|