File: Makefile

package info (click to toggle)
wxpython4.0 4.2.3%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 221,752 kB
  • sloc: cpp: 962,555; python: 230,573; ansic: 170,731; makefile: 51,756; sh: 9,342; perl: 1,564; javascript: 584; php: 326; xml: 200
file content (26 lines) | stat: -rw-r--r-- 827 bytes parent folder | download | duplicates (17)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Created: 2005/03/12
# Author: David Elliott

# For autoconf: Debian in their infinite wisdom decided to improve upon
# the standard autoconf 2.59 macros. Thus Debian's autoconf generates
# a totally different configure script.  This fixes it to look
# mostly like Debian's.  There are also some fixes pulled in from the OS/2
# fork of autoconf.

# Rule to freeze the m4 so autoconf will actually use it.
# NOTE: VERY important to cd to somewhere there are no .m4 files.
# or at least no aclocal.m4 or else autom4te helpfully picks it up.
.PHONY: all
all: autoconf/autoconf.m4f

AUTOCONF_SOURCES = \
  autoconf/c.m4 \
  autoconf/general.m4 \
  autoconf/libs.m4 \
  autoconf/status.m4

AUTOM4TE=autom4te

autoconf/autoconf.m4f: $(AUTOCONF_SOURCES)
	$(AUTOM4TE) -B . --language=Autoconf --freeze --output=autoconf/autoconf.m4f