checking in the recent efforts at optimizing clam
[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 "$(OPERATING_SYSTEM)" "WIN32"
12   SOURCE += makedep_version.rc 
13 endif
14 TARGETS = makedep.exe
15
16 include cpp/rules.def
17