File: Makefile

package info (click to toggle)
conspy 1.16-1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 188 kB
  • sloc: ansic: 642; makefile: 78
file content (24 lines) | stat: -rw-r--r-- 349 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
-include Makefile-automake

.PHONY: run-autoconf
run-autoconf:
	libtoolize
	aclocal
	automake --add-missing --copy
	autoconf
	./configure
	$(MAKE)

RELEASE_SOURCES = \
	ChangeLog.txt \
	configure.ac \
	conspy.1 \
	conspy.c \
	conspy.html \
	conspy.spec \
	Makefile \
	Makefile-automake.am \
	Makefile.release \
	README.txt

include Makefile.release