## Process this file with automake to produce Makefile.in ## ## Vincent Mallet 1999 ## ## $Id: Makefile.am,v 1.2 1999/04/24 02:48:52 vmallet Exp $ LEXLIB = @LEXLIB@ noinst_PROGRAMS = moulinette moulinette_SOURCES = moulinette.flex resources.inc: ZNibbles moulinette ./moulinette ViMresources resources.inc moulinette: $(moulinette_SOURCES) $(LEX) $(moulinette_SOURCES) $(CC) -o moulinette lex.yy.c $(LEXLIB) rm lex.yy.c BUILT_SOURCES = resources.inc noinst_LIBRARIES = libnibx11.a INCLUDES = -I.. $(X_CFLAGS) EXTRA_libnibx11_a_SOURCES = ZNibbles libnibx11_a_SOURCES = \ resources.inc \ X11Interface.C \ X11Interface.H \ NibblesArea.C \ NibblesArea.H \ UserList.C \ UserList.H \ about.C \ about.H \ abslist.C \ abslist.H \ horzpane.C \ horzpane.H \ motifutil.C \ motifutil.H \ textarea.C \ textarea.H \ ClientX11.C