###########################################################################
#
# Makefile system for GILDAS softwares (2003-2012).
#
# Please be careful: element order often matters in makefiles.
#
###########################################################################

include $(gagadmdir)/Makefile.def

###########################################################################

LIB_IDENTITY = gx11

#LIB_EXPORTS = visual_context.h

LIB_C_OBJECTS = gx11-message-c.o visual_context.o x11-graph.o x11-window.o

LOCAL_CFLAGS = -I../

LIB_DEPENDS = -lgsys

ADD_LIBS += -lX11

###########################################################################

include $(gagadmdir)/Makefile.lib

###########################################################################
# DO NOT DELETE

$(libdir)/libgx11.a(gx11-message-c.o): gx11-message-c.h ../gsys/gmessage-c.h ../gsys/cfc.h
$(libdir)/libgx11.a(visual_context.o): visual_context.h
$(libdir)/libgx11.a(x11-graph.o): x11-graph.h ../gtv/xsub.h ../gsys/cfc.h ../gsys/sysc.h
$(libdir)/libgx11.a(x11-graph.o): ../gsys/cfc.h ../gtv/gtv-message-c.h ../gsys/gmessage-c.h
$(libdir)/libgx11.a(x11-graph.o): ../gcore/glaunch.h ../gsys/sic_util.h ../gcore/gcomm.h
$(libdir)/libgx11.a(x11-graph.o): ../gcore/gcommand_line.h ../gcore/gwidget.h gx11-message-c.h
$(libdir)/libgx11.a(x11-graph.o): x11-window.h
$(libdir)/libgx11.a(x11-window.o): x11-window.h x11-graph.h ../gtv/xsub.h ../gsys/cfc.h
$(libdir)/libgx11.a(x11-window.o): ../gsys/sysc.h ../gsys/cfc.h ../gtv/gtv-message-c.h
$(libdir)/libgx11.a(x11-window.o): ../gsys/gmessage-c.h ../gcore/glaunch.h ../gsys/sic_util.h
$(libdir)/libgx11.a(x11-window.o): ../gcore/gcomm.h ../gcore/gcommand_line.h ../gcore/gwidget.h
$(libdir)/libgx11.a(x11-window.o): ../gcore/gcomm.h gx11-message-c.h

###########################################################################
