Changeset 2714 for trunk/tools/impdef
- Timestamp:
- Feb 10, 2000, 12:52:04 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/impdef/makefile
r1007 r2714 1 # $Id: makefile,v 1. 2 1999-09-22 09:46:52 sandervlExp $1 # $Id: makefile,v 1.3 2000-02-09 23:50:13 bird Exp $ 2 2 3 3 # … … 11 11 # include common definitions 12 12 PDWIN32_INCLUDE = ..\..\include 13 PDWIN32_TOOLS = ..\bin 13 14 !include $(PDWIN32_INCLUDE)\pdwin32.mk 14 15 15 16 # Addjust common definitions 17 CINCLUDES= -I$(PDWIN32_INCLUDE) -I$(PDWIN32_INCLUDE)\win -I..\common 16 18 !ifdef DEBUG 17 CFLAGS = $(CFLAGS) -Ge+ -Tx+ -I$(PDWIN32_INCLUDE) -I..\common \ 18 -Wall+ppt-ppc-inl-cnv-gnr-vft- 19 CXXFLAGS = $(CXXFLAGS) -Ge+ -Gx- -Tx+ -I$(PDWIN32_INCLUDE) -I..\common \ 20 -Wall+ppt-ppc-inl-cnv-gnr-vft- 19 CFLAGS = $(CFLAGS) -Ge+ -Tx+ $(CINCLUDES) -Wall+ppt-ppc-inl-cnv-gnr-vft- 20 CXXFLAGS = $(CXXFLAGS) -Ge+ -Gx- -Tx+ $(CINCLUDES) -Wall+ppt-ppc-inl-cnv-gnr-vft- 21 21 LDFLAGS = $(LDFLAGS) -Ge+ -Fe$@ /B"/MAP:full" 22 22 !else 23 CFLAGS = $(CFLAGS) -Ge+ -Tx+ -I$(PDWIN32_INCLUDE) -I..\common \ 24 -Wall+ppt-ppc-inl-cnv-gnr-vft- 25 CXXFLAGS = $(CXXFLAGS) -Ge+ -Gx- -Tx+ -I$(PDWIN32_INCLUDE) -I..\common \ 26 -Wall+ppt-ppc-inl-cnv-gnr-vft- 23 CFLAGS = $(CFLAGS) -Ge+ -Tx+ $(CINCLUDES) -Wall+ppt-ppc-inl-cnv-gnr-vft- 24 CXXFLAGS = $(CXXFLAGS) -Ge+ -Gx- -Tx+ $(CINCLUDES) -Wall+ppt-ppc-inl-cnv-gnr-vft- 27 25 LDFLAGS = $(LDFLAGS) -Ge+ -Fe$@ /B"/MAP:full" 28 26 !endif … … 45 43 46 44 47 clean: 48 -@$(RM) *.obj 49 -@$(RM) *.exe 50 -@$(RM) *.map 51 -@$(RM) *.pch 52 -@$(RM) *.log 45 dep: 46 $(DEPEND) $(CINCLUDES) -I *.h *.asm *.inc $(PDWIN32_INCLUDE)\*.h \ 47 *.c *.cpp 48 49 !ifndef NODEP 50 !include .depend 51 !endif 53 52 54 53 55 # Dependencies 56 ImpDef.obj: ImpDef.cpp ImpDef.h ..\common\kFileFormatBase.h \ 57 ..\common\kFileDef.h 54 clean: 55 @$(RM) *.obj *.exe *.map *.pch *.log 58 56 57
Note:
See TracChangeset
for help on using the changeset viewer.