Changeset 9068 for trunk/tools
- Timestamp:
- Aug 20, 2002, 11:30:17 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/fastdep/makefile
r6136 r9068 1 # $Id: makefile,v 1.1 1 2001-06-28 22:01:55bird Exp $1 # $Id: makefile,v 1.12 2002-08-20 21:30:17 bird Exp $ 2 2 3 3 # … … 6 6 # Makefile for the Quick-and-Dirty dependency utility. (FastDep) 7 7 # 8 # Copyright (c) 1999-2002 knut st. osmundsen (bird@anduin.net) 9 # 10 # GPL 8 11 # 9 12 10 13 14 !ifdef BUILD_SETUP_MAK 15 16 17 # 18 # Setup config 19 # 20 PATH_ROOT = ..\.. 21 !include $(PATH_ROOT)\$(BUILD_SETUP_MAK) 22 23 # 24 # Target config 25 # 26 TARGET_NAME = fastdep 27 TARGET_PUBLIC = 1 28 TARGET_PUBNAME = $(PATH_TOOLS)\fastdep.$(EXT_EXE) 29 TARGET_OBJS =\ 30 $(PATH_TARGET)\fastdep.$(EXT_OBJ)\ 31 $(PATH_TARGET)\avl.$(EXT_OBJ)\ 32 33 # 34 # Rules config 35 # 36 RULES_FORWARD = 37 !include $(MAKE_INCLUDE_PROCESS) 38 39 40 !else 11 41 # 12 42 # Directory macro. … … 70 100 !include $(ODIN32_POST_INC) 71 101 102 !endif 72 103 73 104 #
Note:
See TracChangeset
for help on using the changeset viewer.