forked from jwt27/djgpp-cvs
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathMakefile.conf.in
More file actions
48 lines (39 loc) · 1.02 KB
/
Makefile.conf.in
File metadata and controls
48 lines (39 loc) · 1.02 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
prefix := @prefix@
exec_prefix := @exec_prefix@
libdir := @libdir@
datarootdir := @datarootdir@
datadir := @datadir@
includedir := @includedir@
abs_top_srcdir = @abs_top_srcdir@
abs_top_builddir = @abs_top_builddir@
SUBDIR = $(patsubst /%,%,$(subst $(abs_top_builddir)/src,,$(CURDIR)))
srcdir = $(patsubst %/,%,$(abs_top_srcdir)/src/$(SUBDIR))
vpath %.c $(srcdir)
vpath %.h $(srcdir)
vpath %.S $(srcdir)
vpath %.s $(srcdir)
CC := @CC@
CC_FOR_BUILD := @CC_FOR_BUILD@
CC_IS_CLANG := @CC_IS_CLANG@
CPP := @CPP@
INSTALL := @INSTALL@
AR := @AR@
PKG_CONFIG := @PKG_CONFIG@
CFLAGS := @CFLAGS@
CPPFLAGS := @CPPFLAGS@
LDFLAGS := @LDFLAGS@
DJ64_CFLAGS := @DJ64_CFLAGS@
DJ64_LDFLAGS := @DJ64_LDFLAGS@
LIBELF_CFLAGS := @LIBELF_CFLAGS@
LIBELF_LIBS := @LIBELF_LIBS@
CROSS_AS := @CROSS_AS@
CROSS_AR := @CROSS_AR@
CROSS_LD := @CROSS_LD@
XLD_IMB_OPT := @XLD_IMB_OPT@
XLD_IMB_OPT_ALIGN := @XLD_IMB_OPT_ALIGN@
CROSS_STRIP := @CROSS_STRIP@
CROSS_OBJCOPY := @XOBJCOPY@
CROSS_ASFLAGS := @CROSS_ASFLAGS@
UCTAGS := @UCTAGS@
URTAGS := @URTAGS@
NCURSES := @NCURSES@