comparison Makefile @ 1:28a55bc1110c imapext-2007-1

[mq]: imapext
author yuuji@gentei.org
date Mon, 14 Sep 2009 19:23:11 +0900
parents ada5e610ab86
children 2366b362676d 20c025a380ab
comparison
equal deleted inserted replaced
0:ada5e610ab86 1:28a55bc1110c
250 # of the year, which since 153 BCE was the day that Roman consuls 250 # of the year, which since 153 BCE was the day that Roman consuls
251 # took office), rather than the traditional March 25 used by the 251 # took office), rather than the traditional March 25 used by the
252 # British. As of 2005, the Julian calendar and the Gregorian calendar 252 # British. As of 2005, the Julian calendar and the Gregorian calendar
253 # diverge by 15 days. 253 # diverge by 15 days.
254 254
255 EXTRACFLAGS= 255 # EXTRACFLAGS=-DQMAIL -DRESTRICT_POP -DXADDR_DELIM="+" -DDOTQMAIL=".forward"
256 ## EXTRACFLAGS=-DQMAIL -DRESTRICT_POP
257 EXTRACFLAGS=-DQMAIL -DRESTRICT_POP -DINET6
256 258
257 259
258 # Extra linker flags (additional/alternative libraries, etc.) 260 # Extra linker flags (additional/alternative libraries, etc.)
259 261
260 EXTRALDFLAGS= 262 EXTRALDFLAGS=
726 @echo +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 728 @echo +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
727 729
728 clean: 730 clean:
729 @echo Removing old processed sources and binaries... 731 @echo Removing old processed sources and binaries...
730 $(SH) -c '$(RM) an ua OSTYPE SPECIALS c-client mtest imapd ipopd mailutil mlock dmail tmail || true' 732 $(SH) -c '$(RM) an ua OSTYPE SPECIALS c-client mtest imapd ipopd mailutil mlock dmail tmail || true'
733 $(SH) -c '$(RM) ip6 || true'
731 $(CD) tools;$(MAKE) clean 734 $(CD) tools;$(MAKE) clean
732 735
733 736
734 # A monument to a hack of long ago and far away... 737 # A monument to a hack of long ago and far away...
735 love: 738 love:

yatex.org