/************************************************ * xlaby - daemonic X labyrinth * * Copyright (c) P.Horvai (peter.horvai@ens.fr) * * and D.Madore (david.madore@ens.fr) * * Version 2.01 - 1997 Dec 01 * ************************************************/ # Call xmkmf to produce the makefile # Set this to the user and group who should own xlaby OWNER = games GROUP = games INSTALLFLAGS = -c -o $(OWNER) -g $(GROUP) MANSUFFIX = 6 LOCAL_LIBRARIES = $(XONLYLIB) SimpleProgramTarget(xlaby)