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

⟦25c898c22⟧ TextFile

    Length: 620 (0x26c)
    Types: TextFile
    Names: »Imakefile«

Derivation

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

TextFile

#
# example programs Imakefile
#
#

#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'

SRCS1=	xfileinput.c
OBJS1=	xfileinput.o

SRCS2=	xworkproc.c
OBJS2=	xworkproc.o

SRCS3=	xpipeinput.c
OBJS3=	xpipeinput.o

SRCS4=	xstdin.c
OBJS4=	xstdin.o

PROGRAMS = xfileinput xworkproc xpipeinput xstdin

all::  $(PROGRAMS)

LOCAL_LIBRARIES = $(XAWLIB) $(XMULIB) $(XTOOLLIB) $(XLIB)

NormalProgramTarget(xfileinput,$(OBJS1),,$(LOCAL_LIBRARIES),)

NormalProgramTarget(xworkproc,$(OBJS2),,$(LOCAL_LIBRARIES),)

NormalProgramTarget(xpipeinput,$(OBJS3),,$(LOCAL_LIBRARIES),)

NormalProgramTarget(xstdin,$(OBJS4),,$(LOCAL_LIBRARIES),)