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

⟦1c850b2b7⟧ TextFile

    Length: 515 (0x203)
    Types: TextFile
    Names: »Imakefile«

Derivation

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

TextFile

#
# example programs Imakefile
#
#

#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'

SRCS1=	xselectbit.c BitmapEdit.c
OBJS1=	xselectbit.o BitmapEdit.o

SRCS2=	xicon.c
OBJS2=	xicon.o

SRCS3=	xicon2.c
OBJS3=	xicon2.o

PROGRAMS = xselectbit xicon xicon2

all::  $(PROGRAMS)

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

NormalProgramTarget(xselectbit,$(OBJS1),,$(LOCAL_LIBRARIES),)

NormalProgramTarget(xicon,$(OBJS2),,$(LOCAL_LIBRARIES),)

NormalProgramTarget(xicon2,$(OBJS3),,$(LOCAL_LIBRARIES),)