DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: I T

⟦94a158628⟧ TextFile

    Length: 526 (0x20e)
    Types: TextFile
    Names: »Imakefile«

Derivation

└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987
    └─⟦this⟧ »EUUGD18/X/Xlife/Imakefile« 

TextFile

LOCAL_LIBRARIES = $(XTOOLLIB) $(XLIB)

# Define HAVE_RANDOM if you have the improved random() call in libc.
# If you haven't, then xlife will use rand().

DEFINES = -DPATFILE=\"$(LIBDIR)/xlife.pat\" # -DHAVE_RANDOM -DWINDOWDEBUG
CDEBUGFLAGS = -O #-g

# Uncomment if you want xlife2 as well.

PROGRAMS = xlife xlife2

OBJS1 = xlife.o
SRCS1 = xlife.c

OBJS2 = xlife2.o
SRCS2 = xlife2.c

ComplexProgramTarget_1(xlife, $(LOCAL_LIBRARIES),)
InstallNonExec(xlife.pat, $(LIBDIR))

ComplexProgramTarget_2(xlife2, $(LOCAL_LIBRARIES),)