comparison Makefile @ 4:d741b3ecc917 draft

imapext-2007f
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 30 Oct 2014 00:03:05 +0900
parents 2366b362676d
children
comparison
equal deleted inserted replaced
3:2366b362676d 4:d741b3ecc917
251 # of the year, which since 153 BCE was the day that Roman consuls 251 # of the year, which since 153 BCE was the day that Roman consuls
252 # took office), rather than the traditional March 25 used by the 252 # took office), rather than the traditional March 25 used by the
253 # British. As of 2005, the Julian calendar and the Gregorian calendar 253 # British. As of 2005, the Julian calendar and the Gregorian calendar
254 # diverge by 15 days. 254 # diverge by 15 days.
255 255
256 EXTRACFLAGS= 256 # EXTRACFLAGS=-DQMAIL -DRESTRICT_POP -DXADDR_DELIM="+" -DDOTQMAIL=".forward"
257 ## EXTRACFLAGS=-DQMAIL -DRESTRICT_POP
258 EXTRACFLAGS=-DQMAIL -DRESTRICT_POP -DINET6
257 259
258 260
259 # Extra linker flags (additional/alternative libraries, etc.) 261 # Extra linker flags (additional/alternative libraries, etc.)
260 262
261 EXTRALDFLAGS= 263 EXTRALDFLAGS=
727 @echo +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 729 @echo +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
728 730
729 clean: 731 clean:
730 @echo Removing old processed sources and binaries... 732 @echo Removing old processed sources and binaries...
731 $(SH) -c '$(RM) an ua OSTYPE SPECIALS c-client mtest imapd ipopd mailutil mlock dmail tmail || true' 733 $(SH) -c '$(RM) an ua OSTYPE SPECIALS c-client mtest imapd ipopd mailutil mlock dmail tmail || true'
734 $(SH) -c '$(RM) ip6 || true'
732 $(CD) tools;$(MAKE) clean 735 $(CD) tools;$(MAKE) clean
733 736
734 737
735 # A monument to a hack of long ago and far away... 738 # A monument to a hack of long ago and far away...
736 love: 739 love:

yatex.org