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

⟦9fb771836⟧ TextFile

    Length: 308 (0x134)
    Types: TextFile
    Names: »Imakefile«

Derivation

└─⟦276d19d6e⟧ Bits:30007243 EUUGD5_I: X11R5
    └─⟦af7d3f39a⟧ »./mit-2/mit-2.00« 
        └─⟦0abaffd9e⟧ 
            └─⟦this⟧ »mit/demos/maze/Imakefile« 

TextFile

XCOMM $XConsortium: Imakefile,v 1.5 91/07/18 17:39:13 rws Exp $
        DEPLIBS = $(DEPXLIB)
LOCAL_LIBRARIES = $(XLIB)
#ifndef ConvexArchitecture
           SRCS = maze.c getopt.c 
           OBJS = maze.o getopt.o 
#else
           SRCS = maze.c
           OBJS = maze.o
#endif

ComplexProgramTarget(maze)