summaryrefslogtreecommitdiff
path: root/GNUmakefile
blob: a8ba3eb0973129ba2d13672c0891f9eb57c273b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Maintainer's makefile for fileserv
# Copyright (C) 2019-2023 Sergey Poznyakoff
# Distributed under the terms of the GNU General Public License, either
# version 3, or (at your option) any later version. See file COPYING
# for the text of the license.

ifneq (,$(wildcard Makefile))
  include Makefile

.PHONY: ChangeLog
ChangeLog:
	@perl ./git2clog.pl

else
$(if $(MAKECMDGOALS),$(MAKECMDGOALS),all): Makefile
	$(MAKE) $(MAKECMDGOALS)

Makefile: Makefile.am configure
	./configure

configure: configure.ac
	autoreconf -f -i -s
endif

Return to:

Send suggestions and report system problems to the System administrator.