File: Makefile.am

package info (click to toggle)
mingw-w64 3.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 75,788 kB
  • ctags: 398,517
  • sloc: ansic: 825,770; sh: 5,888; yacc: 3,177; asm: 2,974; makefile: 2,348; lex: 2,043; cpp: 153
file content (28 lines) | stat: -rw-r--r-- 618 bytes parent folder | download | duplicates (2)
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
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 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_TOOLS_GENDEF) $(MAYBE_TOOLS_GENIDL)

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