ROOT = ../../..
include $(ROOT)/config.mk

BIN = $(ROOT)/bin/djvlut

OBJS = base.o
OBJS += widget.o
OBJS += window.o
OBJS += prefsDialog.o aboutDialog.o
OBJS += app.o

INCS += $(FLTK_INCS) $(X_INCS)
LIBS += -ldjWidget -ldjImage -ldj $(FLTK_LIBS) $(X_LIBS)

include $(ROOT)/mk/bin.mk

# DO NOT DELETE

aboutDialog.o: aboutDialog.h base.h app.h goldfish.xpm
app.o: app.h base.h widget.h window.h prefsDialog.h aboutDialog.h
base.o: base.h app.h
prefsDialog.o: prefsDialog.h base.h app.h
widget.o: widget.h base.h
window.o: window.h base.h widget.h app.h
