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

⟦916ea2479⟧ TextFile

    Length: 255 (0xff)
    Types: TextFile
    Names: »Imakefile«

Derivation

└─⟦8648bda34⟧ Bits:30007244 EUUGD5_II: X11R5
    └─⟦2ca9b63e1⟧ »./contrib-1/contrib-1.00« 
        └─⟦a8392fb20⟧ 
            └─⟦this⟧ »contrib/examples/OReilly/Vol1/basicwin/attribs/Imakefile« 
            └─⟦this⟧ »contrib/examples/OReilly/Vol1/basicwin/basic/Imakefile« 
            └─⟦this⟧ »contrib/examples/OReilly/Vol1/basicwin/doreg/Imakefile« 
            └─⟦this⟧ »contrib/examples/OReilly/Vol1/basicwin/getvis/Imakefile« 
            └─⟦this⟧ »contrib/examples/OReilly/Vol1/basicwin/popup/Imakefile« 
            └─⟦this⟧ »contrib/examples/OReilly/Vol1/basicwin/predproc/Imakefile« 
            └─⟦this⟧ »contrib/examples/OReilly/Vol1/basicwin/reflect/Imakefile« 
            └─⟦this⟧ »contrib/examples/OReilly/Vol1/basicwin/trans/Imakefile« 

TextFile

#
# example programs Imakefile
#
#

#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'

SRCS1=	basicwin.c
OBJS1=	basicwin.o

PROGRAMS = basicwin

all::  $(PROGRAMS)

LOCAL_LIBRARIES = $(XLIB)

NormalProgramTarget(basicwin,$(OBJS1),,$(LOCAL_LIBRARIES),)