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

⟦0a6e9961b⟧ TextFile

    Length: 699 (0x2bb)
    Types: TextFile
    Names: »Imakefile«

Derivation

└─⟦8648bda34⟧ Bits:30007244 EUUGD5_II: X11R5
    └─⟦2ca9b63e1⟧ »./contrib-1/contrib-1.00« 
        └─⟦a8392fb20⟧ 
            └─⟦this⟧ »contrib/examples/OReilly/Vol1/basicwin/color/Imakefile« 

TextFile

#
# example programs Imakefile
#
#

#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'

SRCS1=	basic.ro.c get_color.ro.c
OBJS1=	basic.ro.o get_color.ro.o

SRCS2=	basic.rw.c get_color.rw.c
OBJS2=	basic.rw.o get_color.rw.o

SRCS3=	basic.ovl.c get_color.ovl.c
OBJS3=	basic.ovl.o get_color.ovl.o

SRCS4=	basic.cc.c get_color.rw.c
OBJS4=	basic.cc.o get_color.rw.o

PROGRAMS = basic.ro basic.rw basic.ovl basic.cc

all::  $(PROGRAMS)

LOCAL_LIBRARIES = $(XLIB)

NormalProgramTarget(basic.ro,$(OBJS1),,$(LOCAL_LIBRARIES),)
NormalProgramTarget(basic.rw,$(OBJS2),,$(LOCAL_LIBRARIES),)
NormalProgramTarget(basic.ovl,$(OBJS3),,$(LOCAL_LIBRARIES),)
NormalProgramTarget(basic.cc,$(OBJS4),,$(LOCAL_LIBRARIES),)