include Makefile.inc
THISLIB = Time
SEARCH = -P../Locale -P../NonStd
SRCS = \
DTimeDiff.hs AddToClockTime.hs DiffClockTimes.hs \
FormatCalendarTime.hs CalendarTimeToString.hs \
DDay.gc DMonth.gc DClockTime.gc DCalendarTime.gc \
GetClockTime.gc ToCalendarTime.gc ToClockTime.gc \
ToUTCTime.gc
# Here are the main rules.
include ../Makefile.common
# Here are the dependencies. (generated by hmake)
${OBJDIR}/FormatCalendarTime.$O: FormatCalendarTime.hs ${OBJDIR}/DCalendarTime.$O
${OBJDIR}/CalendarTimeToString.$O: CalendarTimeToString.hs ${OBJDIR}/DCalendarTime.$O ${OBJDIR}/FormatCalendarTime.$O
${OBJDIR}/ToClockTime.$O: ToClockTime.gc ${OBJDIR}/DClockTime.$O ${OBJDIR}/DCalendarTime.$O
${OBJDIR}/ToUTCTime.$O: ToUTCTime.gc ${OBJDIR}/DClockTime.$O ${OBJDIR}/DCalendarTime.$O
${OBJDIR}/ToCalendarTime.$O: ToCalendarTime.gc ${OBJDIR}/DClockTime.$O ${OBJDIR}/DCalendarTime.$O
${OBJDIR}/DiffClockTimes.$O: DiffClockTimes.hs ${OBJDIR}/DClockTime.$O ${OBJDIR}/DTimeDiff.$O
${OBJDIR}/AddToClockTime.$O: AddToClockTime.hs ${OBJDIR}/DTimeDiff.$O ${OBJDIR}/DClockTime.$O
${OBJDIR}/GetClockTime.$O: GetClockTime.gc ${OBJDIR}/DClockTime.$O
${OBJDIR}/DCalendarTime.$O: DCalendarTime.gc ${OBJDIR}/DMonth.$O ${OBJDIR}/DDay.$O
FormatCalendarTime.$C: DCalendarTime.$C
CalendarTimeToString.$C: DCalendarTime.$C FormatCalendarTime.$C
ToClockTime.$C: DClockTime.$C DCalendarTime.$C
ToUTCTime.$C: DClockTime.$C DCalendarTime.$C
ToCalendarTime.$C: DClockTime.$C DCalendarTime.$C
DiffClockTimes.$C: DClockTime.$C DTimeDiff.$C
AddToClockTime.$C: DTimeDiff.$C DClockTime.$C
GetClockTime.$C: DClockTime.$C
DCalendarTime.$C: DMonth.$C DDay.$C
|