# $Id: pdwin32.tools,v 1.1 1999-09-15 23:30:42 sandervl Exp $ # ODIN / win32os2 Project # # makefile for the build system tools and standard rules # Note: this has to be included after the compiler environment # # phaller@gmx.net, 1999/05/27 # # # System Utilites # RM = rm -f CP = copy MKDIR = mkdir ECHO = echo IMPDEF = $(PDWIN32_TOOLS)\impdef.exe # # Targets # .c.obj: $(CC) $(CFLAGS) -c $< .cpp.obj: $(CXX) $(CXXFLAGS) -c $< .asm.obj: $(AS) $(ASFLAGS) $<