forked from andimachovec/Kottan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile
57 lines (41 loc) · 822 Bytes
/
Makefile
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
49
50
51
52
53
54
55
56
57
## Haiku Generic Makefile v2.6 ##
NAME = Kottan
TYPE = APP
APP_MIME_SIG = application/x-vnd.BlueSky-Kottan
#%{
# @src->@
SRCS = \
src/editview.cpp \
src/editwindow.cpp \
src/app.cpp \
src/datawindow.cpp \
src/mainwindow.cpp \
src/messageview.cpp \
RDEFS = \
Kottan.rdef \
RSRC = \
# @<-src@
#%}
#%}
#%}
#%}
#%}
#%}
#%}
#%}
LIBS = $(STDCPPLIBS) be root localestub columnlistview tracker
LIBPATHS =
SYSTEM_INCLUDE_PATHS = /boot/system/develop/headers/private/interface
LOCAL_INCLUDE_PATHS =
OPTIMIZE :=
LOCALES = ca cs de en es nl ro ru sv tr
DEFINES=
WARNINGS = ALL
SYMBOLS :=
DEBUGGER :=
COMPILER_FLAGS = -std=c++11
LINKER_FLAGS =
APP_VERSION :=
DEVEL_DIRECTORY := \
$(shell findpaths -r "makefile_engine" B_FIND_PATH_DEVELOP_DIRECTORY)
include $(DEVEL_DIRECTORY)/etc/makefile-engine