home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 2000 October
/
VPR0010A.BIN
/
OLS
/
UNRAR32005
/
unrar32005.lzh
/
src
/
Makefile
< prev
next >
Wrap
Makefile
|
1998-03-16
|
762b
|
30 lines
#
# Copyright (c) 1998 T. Kamei (kamei@jsdlab.co.jp)
#
# Permission to use, copy, modify, and distribute this software
# and its documentation for any purpose is hereby granted provided
# that the above copyright notice and this permission notice appear
# in all copies of the software and related documentation.
#
# NO WARRANTY
#
# THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY WARRANTIES;
# WITHOUT EVEN THE IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS
# FOR A PARTICULAR PURPOSE.
#
all: release
MAKE=nmake -nologo -$(MAKEFLAGS)
Debug Release: .PHONY
@$(MAKE) -f unrar32.mak CFG="unrar32 - Win32 $@"
clean: .PHONY
rm -f *.obj *.dll *.lib *.exp
realclean: clean
rm -f *~ #*
.PHONY: