# Main makefile for ZNibbles source # # Vincent Mallet 1999 # # $Id: Makefile.am,v 1.5 1999/05/12 01:58:27 vmallet Exp $ # SUBDIRS = @MOTIF_DIR@ X11 @GTK_DIR@ DIST_SUBDIRS = Motif GTK X11 bin_PROGRAMS = nibbles @MOTIF_BIN@ znibblesX @GTK_BIN@ EXTRA_PROGRAMS = znibbles gznibbles nibbles_SOURCES = \ BaseInterface.H \ Base.C \ Base.H \ Common.C \ Common.H \ LongObject.C \ LongObject.H \ Map.C \ Map.H \ Movable.C \ Movable.H \ Nibble.C \ Nibble.H \ Object.C \ Object.H \ Options.C \ Options.H \ Player.C \ Player.H \ PlayerObserver.H \ Trame.C \ Trame.H \ VoidInterface.C \ VoidInterface.H \ World.C \ World.H \ DLList.cc \ DLList.h \ Pix.h \ creer_socket.c \ creer_socket.h \ getopt.c getopt1.c getopt.h \ ServerInterface.C \ ServerInterface.H \ Server.C nibbles_LDFLAGS = $(X_EXTRA_LIBS) znibbles_SOURCES = \ BaseInterface.H \ Base.C \ Base.H \ Common.C \ Common.H \ LongObject.C \ LongObject.H \ Map.C \ Map.H \ Movable.C \ Movable.H \ Nibble.C \ Nibble.H \ Object.C \ Object.H \ Options.C \ Options.H \ Player.C \ Player.H \ PlayerObserver.H \ Trame.C \ Trame.H \ VoidInterface.C \ VoidInterface.H \ World.C \ World.H \ DLList.cc \ DLList.h \ Pix.h \ getopt.c getopt1.c getopt.h \ creer_socket.c \ creer_socket.h znibbles_LDADD = Motif/libnibmotif.a -lXm -lXt -lX11 znibbles_LDFLAGS = $(X_LIBS) $(X_EXTRA_LIBS) $(X_PRE_LIBS) znibblesX_SOURCES = \ BaseInterface.H \ Base.C \ Base.H \ Common.C \ Common.H \ LongObject.C \ LongObject.H \ Map.C \ Map.H \ Movable.C \ Movable.H \ Nibble.C \ Nibble.H \ Object.C \ Object.H \ Options.C \ Options.H \ Player.C \ Player.H \ PlayerObserver.H \ Trame.C \ Trame.H \ VoidInterface.C \ VoidInterface.H \ World.C \ World.H \ DLList.cc \ DLList.h \ Pix.h \ getopt.c getopt1.c getopt.h \ creer_socket.c \ creer_socket.h znibblesX_LDADD = X11/libnibx11.a -lX11 znibblesX_LDFLAGS = $(X_LIBS) $(X_EXTRA_LIBS) gznibbles_SOURCES = \ BaseInterface.H \ Base.C \ Base.H \ Common.C \ Common.H \ LongObject.C \ LongObject.H \ Map.C \ Map.H \ Movable.C \ Movable.H \ Nibble.C \ Nibble.H \ Object.C \ Object.H \ Options.C \ Options.H \ Player.C \ Player.H \ PlayerObserver.H \ Trame.C \ Trame.H \ VoidInterface.C \ VoidInterface.H \ World.C \ World.H \ DLList.cc \ DLList.h \ Pix.h \ getopt.c getopt1.c getopt.h \ creer_socket.c \ creer_socket.h gznibbles_LDADD = GTK/libnibgtk.a gznibbles_LDFLAGS = $(GTK_LIBS)