File: Makefile.am

package info (click to toggle)
mingw-w64 13.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 144,540 kB
  • sloc: ansic: 830,601; cpp: 745,430; sh: 8,761; makefile: 8,036; javascript: 7,213; asm: 3,332; yacc: 3,133; lex: 2,067
file content (32 lines) | stat: -rw-r--r-- 745 bytes parent folder | download | duplicates (7)
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
27
28
29
30
31
32
if HEADER
  MAYBE_HEADER = mingw-w64-headers
endif

if CRT
  MAYBE_CRT = mingw-w64-crt
endif

if LIBRARIES_MANGLE
  MAYBE_LIBRARIES_MANGLE = mingw-w64-libraries/libmangle
endif

if LIBRARIES_PSEH
  MAYBE_LIBRARIES_PSEH = mingw-w64-libraries/pseh
endif

if LIBRARIES_WINPTHREADS
  MAYBE_LIBRARIES_WINPTHREADS = mingw-w64-libraries/winpthreads
endif

if TOOLS_GENDEF
  MAYBE_TOOLS_GENDEF = mingw-w64-tools/gendef
endif

if TOOLS_GENIDL
  MAYBE_TOOLS_GENIDL = mingw-w64-tools/genidl
endif

SUBDIRS = $(MAYBE_HEADER) $(MAYBE_CRT) $(MAYBE_LIBRARIES_MANGLE) $(MAYBE_LIBRARIES_PSEH) $(MAYBE_LIBRARIES_WINPTHREADS) $(MAYBE_TOOLS_GENDEF) $(MAYBE_TOOLS_GENIDL)

DISTCHECK_CONFIGURE_FLAGS = --with-headers --with-crt --with-libraries=all --with-tools=all