#
# Compile options:
#
# Set -DNEW_CTIME if using the table-driven version of ctime (i.e., if
#   your struct tm contains a tm_zone field), i.e. SunOS 4.1.x. Don't
#   define for system V or Solaris
# Set -DBIGFONT= and -DSMALLFONT= whatever fonts you like
#

#ifdef HPArchitecture
CCOPTIONS = -Ae -DBIGFONT=\"9x15\" -DSMALLFONT=\"6x10\"
#else
# gcc
CCOPTIONS = -DBIGFONT=\"9x15\" -DSMALLFONT=\"6x10\" -Wall
#endif

SRCS=sunclock.c bitmaps.c astro.c tildepath.c
OBJS=sunclock.o bitmaps.o astro.o tildepath.o

# may have to replace XONLYLIB with XLIB for old imake
LOCAL_LIBRARIES=$(XONLYLIB) -lm

#DEPLIBS=		# I don't know what I'm doing, and I hate imake!

ComplexProgramTarget(sunclock)
