File: Makefile.bootstrap

package info (click to toggle)
ocaml-stdcompat 19-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 6,516 kB
  • sloc: ml: 27,806; sh: 875; makefile: 246
file content (14 lines) | stat: -rw-r--r-- 248 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.PHONY : all
all : config.h.in aclocal.m4 Makefile.in configure

config.h.in : configure.ac
	autoheader

aclocal.m4 : configure.ac
	aclocal

Makefile.in : aclocal.m4 Makefile.am
	automake --add-missing

configure : aclocal.m4 configure.ac
	autoconf