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

⟦f03a51747⟧ TextFile

    Length: 477 (0x1dd)
    Types: TextFile
    Names: »Imakefile.orig«

Derivation

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

TextFile

           SRCS = main.c board.c button.c icon.c tile.c tile_bits.c
           OBJS = main.o board.o button.o icon.o tile.o tile_bits.o
       PROGRAMS = dragon
        DEFINES =
       INCLUDES = 
  SYS_LIBRARIES = -lXaw -lXmu -lXt -lX11


ComplexProgramTarget(dragon)

dragon: $(USRLIBDIR)/libXaw.a \
        $(USRLIBDIR)/libXmu.a \
        $(USRLIBDIR)/libXt.a \
        $(USRLIBDIR)/libX11.a

MakeBug:
	cp Makefile MakeBug.bak
	make -f MakeBug.bak Makefile
	rm MakeBug.bak