projects
/
feisty_meow.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
tasty! apache remover is working
[feisty_meow.git]
/
nucleus
/
tools
/
dependency_tool
/
makefile
1
CONSOLE_MODE = true
2
3
include cpp/variables.def
4
5
STRICT_WARNINGS =
6
7
PROJECT = dependency_tool
8
TYPE = application
9
SOURCE = cppsetup.cpp ifparser.cpp include.cpp parse.cpp pr.cpp
10
#DEFINITIONS += __BUILD_STATIC_APPLICATION__
11
ifeq "$(OP_SYSTEM)" "WIN32"
12
SOURCE += makedep_version.rc
13
endif
14
TARGETS = makedep.exe
15
16
include cpp/rules.def
17