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

⟦40e0c978a⟧ TextFile

    Length: 642 (0x282)
    Types: TextFile
    Names: »Imakefile«

Derivation

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

TextFile


     SCORE_FILE = -DSCORE_FILE=\"/usr/games/lib/xrobots_scores\"
      MAXSCORES = -DMAXSCORES=20
           MAXX = -DMAXX=35
           MAXY = -DMAXY=20
        DEFINES = $(SCORE_FILE) $(MAXSCORES) $(MAXX) $(MAXY)

           SRCS = callbacks.c game.c graphics.c main.c score.c help.c
           OBJS = callbacks.o game.o graphics.o main.o score.o help.o

       INCLUDES = -I$(TOP) -I$(TOOLKITSRC)
LOCAL_LIBRARIES = $(XAWLIB) $(XMULIB) $(XTOOLLIB) $(XLIB) -lm


all:: xrobots

ComplexProgramTarget(xrobots)
/*
 *  The following is a matter of preference:
 *
 *  InstallManPage(xrobots,$(MANDIR))
 *  InstallProgram(xrobots,$(BINDIR))
 */