update for HEAD-2003050101
[reactos.git] / lib / tgetopt / Makefile
1 # $Id$
2
3 PATH_TO_TOP = ../..
4
5 TARGET_TYPE = library
6
7 TARGET_NAME = tgetopt
8
9 TARGET_OBJECTS = getopt.o _wgetopt.o
10  
11 DEP_OBJECTS = $(TARGET_OBJECTS)
12
13 include $(PATH_TO_TOP)/rules.mak
14
15 include $(TOOLS_PATH)/helper.mk
16
17 include $(TOOLS_PATH)/depend.mk
18
19 # EOF