#
# xrolo - an XView tool to implement a rolodex-style list of notes.
#
# --Luis Soltero (luis@rice.edu), 10/10/90
#

#
# linking against openlook libraries on suns after patching ol_button.c. 
# see README for details.
LOCAL_LIBRARIES = -L$$OPENWINHOME/lib -lxview -Bstatic -lolgx -Bdynamic

#
# linking against XView libraries compiled from mit distribution after 
# patching ol_button.c. see README for details.
# LOCAL_LIBRARIES = -lxview -lolgx

           SRCS = main.c panel.c cards.c popup.c
           OBJS = main.o panel.o cards.o popup.o
       INCLUDES = -I$$OPENWINHOME/include
        DEFINES = -DSTANDALONE

AllTarget(xrolo)
NormalProgramTarget(xrolo,$(OBJS),$(DEPLIBS), $(LOCAL_LIBRARIES), $(XLIB))
InstallProgram(xrolo, $(BINDIR))
InstallManPage(xrolo, $(MANDIR))

DependTarget()
