comparison Makefile @ 3:2366b362676d draft

imap-2007f
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 30 Oct 2014 00:00:57 +0900
parents 28a55bc1110c
children d741b3ecc917
comparison
equal deleted inserted replaced
2:fc6002700ecd 3:2366b362676d
35 # system is SVR4ish, try a32 or lnx; if it's more BSDish, try nxt, mct, or bsi. 35 # system is SVR4ish, try a32 or lnx; if it's more BSDish, try nxt, mct, or bsi.
36 # 36 #
37 # The following ports are bundled: 37 # The following ports are bundled:
38 # a32 AIX 3.2 for RS/6000 38 # a32 AIX 3.2 for RS/6000
39 # a41 AIX 4.1 for RS/6000 39 # a41 AIX 4.1 for RS/6000
40 # a52 Attempt at AIX 5.2
40 # aix AIX/370 (not RS/6000!!) 41 # aix AIX/370 (not RS/6000!!)
41 # ami AmigaDOS 42 # ami AmigaDOS
42 # am2 AmigaDOS with a 68020+ 43 # am2 AmigaDOS with a 68020+
43 # ama AmigaDOS using AS225R2 44 # ama AmigaDOS using AS225R2
44 # amn AmigaDOS with a 680x0 using "new" socket library 45 # amn AmigaDOS with a 680x0 using "new" socket library
250 # 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
251 # took office), rather than the traditional March 25 used by the 252 # took office), rather than the traditional March 25 used by the
252 # British. As of 2005, the Julian calendar and the Gregorian calendar 253 # British. As of 2005, the Julian calendar and the Gregorian calendar
253 # diverge by 15 days. 254 # diverge by 15 days.
254 255
255 # EXTRACFLAGS=-DQMAIL -DRESTRICT_POP -DXADDR_DELIM="+" -DDOTQMAIL=".forward" 256 EXTRACFLAGS=
256 ## EXTRACFLAGS=-DQMAIL -DRESTRICT_POP
257 EXTRACFLAGS=-DQMAIL -DRESTRICT_POP -DINET6
258 257
259 258
260 # Extra linker flags (additional/alternative libraries, etc.) 259 # Extra linker flags (additional/alternative libraries, etc.)
261 260
262 EXTRALDFLAGS= 261 EXTRALDFLAGS=
306 SPECIALS: 305 SPECIALS:
307 echo $(SPECIALS) > SPECIALS 306 echo $(SPECIALS) > SPECIALS
308 307
309 # Note on SCO you may have to set LN to "ln". 308 # Note on SCO you may have to set LN to "ln".
310 309
311 a32 a41 aix bs3 bsi d-g d54 do4 drs epx ga4 gas gh9 ghp ghs go5 gsc gsg gso gul h11 hpp hpx lnp lyn mct mnt nec nto nxt nx3 osf os4 ptx qnx sc5 sco sgi sg6 shp sl4 sl5 slx snx soc sol sos uw2: an 310 a32 a41 a52 aix bs3 bsi d-g d54 do4 drs epx ga4 gas gh9 ghp ghs go5 gsc gsg gso gul h11 hpp hpx lnp lyn mct mnt nec nto nxt nx3 osf os4 ptx qnx sc5 sco sgi sg6 shp sl4 sl5 slx snx soc sol sos uw2: an
312 $(BUILD) BUILDTYPE=$@ 311 $(BUILD) BUILDTYPE=$@
313 312
314 # If you use sv4, you may find that it works to move it to use the an process. 313 # If you use sv4, you may find that it works to move it to use the an process.
315 # If so, you probably will want to delete the "-Dconst=" from the sv4 CFLAGS in 314 # If so, you probably will want to delete the "-Dconst=" from the sv4 CFLAGS in
316 # the c-client Makefile. 315 # the c-client Makefile.
728 @echo +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 727 @echo +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
729 728
730 clean: 729 clean:
731 @echo Removing old processed sources and binaries... 730 @echo Removing old processed sources and binaries...
732 $(SH) -c '$(RM) an ua OSTYPE SPECIALS c-client mtest imapd ipopd mailutil mlock dmail tmail || true' 731 $(SH) -c '$(RM) an ua OSTYPE SPECIALS c-client mtest imapd ipopd mailutil mlock dmail tmail || true'
733 $(SH) -c '$(RM) ip6 || true'
734 $(CD) tools;$(MAKE) clean 732 $(CD) tools;$(MAKE) clean
735 733
736 734
737 # A monument to a hack of long ago and far away... 735 # A monument to a hack of long ago and far away...
738 love: 736 love:

yatex.org