migrate substitution keywords to SVN
[reactos.git] / reactos / apps / utils / pesum / makefile
1 # $Id$
2
3 PATH_TO_TOP = ../../..
4
5 TARGET_NORC = yes
6
7 TARGET_TYPE = program
8
9 TARGET_APPTYPE = console
10
11 TARGET_NAME = pesum
12
13
14 TARGET_OBJECTS = $(TARGET_NAME).o
15
16 include $(PATH_TO_TOP)/rules.mak
17
18 include $(TOOLS_PATH)/helper.mk
19
20 # EOF