Changeset 3537 for trunk/tools
- Timestamp:
- May 13, 2000, 7:17:46 PM (25 years ago)
- Location:
- trunk/tools/common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/common/makefile.gcc
r3532 r3537 1 # $Id: makefile.gcc,v 1. 4 2000-05-13 15:40:34bird Exp $1 # $Id: makefile.gcc,v 1.5 2000-05-13 17:17:46 bird Exp $ 2 2 3 3 # … … 8 8 # 9 9 10 #11 # Directories and common tools.12 #13 PDWIN32_TOOLS = ..\bin14 PDWIN32_INCLUDE = ..\..\include15 !include $(PDWIN32_INCLUDE)\pdwin32.tools16 17 # Definitions for pdwin32.post18 LOCALCLEAN = 119 CLEANEXTRAS = commongcc.*20 21 10 22 11 # … … 26 15 OMF=0 27 16 !endif 17 18 19 # 20 # Directories and common tools. 21 # 22 PDWIN32_INCLUDE = ..\..\include 23 PDWIN32_BIN = ..\..\bin\$(OBJDIR) 24 PDWIN32_LIB = ..\..\lib 25 PDWIN32_TOOLS = ..\bin 26 PDWIN32_TCOMMON = ..\common 27 !include $(PDWIN32_INCLUDE)\pdwin32.tools 28 29 # Definitions for pdwin32.post 30 LOCALCLEAN = 1 31 CLEANEXTRAS = commongcc.* 28 32 29 33 -
trunk/tools/common/makefile.icc
r3534 r3537 1 # $Id: makefile.icc,v 1. 8 2000-05-13 16:04:44bird Exp $1 # $Id: makefile.icc,v 1.9 2000-05-13 17:17:46 bird Exp $ 2 2 3 3 # … … 9 9 10 10 11 # 12 # Include common definitions 13 # 11 # Directory macros. 12 PDWIN32_INCLUDE = ..\..\include 13 PDWIN32_BIN = ..\..\bin\$(OBJDIR) 14 PDWIN32_LIB = ..\..\lib 14 15 PDWIN32_TOOLS = ..\bin 15 PDWIN32_INCLUDE = ..\..\include 16 !include $(PDWIN32_INCLUDE)\pdwin32.mk 16 PDWIN32_TCOMMON = ..\common 17 17 18 # Definitions for pdwin32.post 18 19 # Defines for the pdwin32.post and pdwin32.mk 20 EXETARGET = 1 19 21 LOCALCLEAN = 1 20 22 CLEANEXTRAS = commonicc.lib 21 23 22 # 24 25 # Compiler, tools, and interference rules. 26 !include $(PDWIN32_INCLUDE)\pdwin32.mk 27 28 23 29 # Addjust common definitions... 24 # 25 CFLAGS = $(CFLAGS) -Ge+ -Tx+ -Tm+ -I$(PDWIN32_INCLUDE) -Wall+ppt-ppc-inl-cnv-gnr-vft- 26 CXXFLAGS = $(CXXFLAGS) -Ge+ -Gx- -Tx+ -Tm+ -I$(PDWIN32_INCLUDE) -Wall+ppt-ppc-inl-cnv-gnr-vft- 30 CFLAGS = $(CFLAGS) -Wall+ppt-ppc-inl-cnv-gnr-vft- 31 CXXFLAGS = $(CXXFLAGS) -Wall+ppt-ppc-inl-cnv-gnr-vft- 27 32 28 33 … … 41 46 42 47 43 #44 48 # All rule. 45 #46 49 all: $(OBJDIR) \ 47 50 commonicc.lib … … 55 58 $(ILIB) $@ $(OBJS: = +), NUL; 56 59 57 # 58 # dependent rule. forward to main makefile. 59 # 60 61 # Dependent rule. Forward to main makefile. 60 62 dep: 61 63 @$(MAKE) /nologo -f makefile NODEP=1 dep
Note:
See TracChangeset
for help on using the changeset viewer.