- Timestamp:
- Nov 29, 2007 8:36:18 PM (17 years ago)
- Location:
- trunk/src/kmk_redirect
- Files:
-
- 2 added
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk_redirect/Makefile.kmk
r1267 r1271 2 2 ## @file 3 3 # 4 # k DepPre - Precompiler base dependency generator.4 # kmk_redirect - Do simple program <-> file redirection. 5 5 # 6 # Copyright (c) 200 5-2007 knut st. osmundsen <[email protected]>6 # Copyright (c) 2007 knut st. osmundsen <[email protected]> 7 7 # 8 8 # … … 25 25 # 26 26 27 PROGRAMS += kDepPre 27 PROGRAMS += kmk_redirect 28 kmk_redirect_TEMPLATE = BIN 29 kmk_redirect_SOURCES = kmk_redirect.c 28 30 29 kDepPre_TEMPLATE = BIN30 kDepPre_LIBS = $(LIB_KDEP)31 kDepPre_DEFS.linux = HAVE_FGETC_UNLOCKED=132 ifeq ($(filter-out win32 win64 win nt,$(BUILD_TARGET)),)33 kDepPre_DEFS += NEED_ISBLANK=1 __WIN32__=134 endif35 kDepPre_SOURCES = $(PATH_CURRENT)/kDepPre.c36 37 38 ifndef DEPTH # Experiment in including stuff from the top level make.39 31 DEPTH = ../.. 40 32 include $(PATH_KBUILD)/rules.kmk 41 endif42 33
Note:
See TracChangeset
for help on using the changeset viewer.