DataMuseum.dk

Presents historical artifacts from the history of:

Regnecentalen RC-900

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Regnecentalen RC-900

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦34831471e⟧ TextFile

    Length: 2680 (0xa78)
    Types: TextFile
    Notes: UNIX file
    Names: »motif.mk«

Derivation

└─⟦a85bd4a7c⟧ Bits:30004636/disk2.imd INTERACTIVE Motif Environment Development System
└─⟦a85bd4a7c⟧ UNIX Filesystem
    └─⟦this⟧ »xt/new/usr/lib/X11/examples/motif.mk« 

TextFile

CFLAGS = -O -DSYSV
LIBS = -lUil -lMrm -lXm -lXt -lX11 -lPW -linet
UIL=$(DESTDIR)/usr/bin/X11/uil

BIN = hellomotif/hellomotif \
	motifburger/motifburger \
	motifgif/motifgif \
	motifgif/pict \
	mre/mre \
	periodic/periodic \
	uilsymdump/uilsymdump \
	widgetView/widgetView \
	xmsamplers/xmdialogs \
	xmsamplers/xmeditor \
	xmsamplers/xmfonts \
	xmsamplers/xmlist \
	xmsamplers/xmmenushel \
	xmsamplers/xmoption \
	xmsamplers/xmprotocol

all::	$(BIN)

hellomotif/hellomotif: hellomotif/hellom.c hellomotif/hellom.uil
	-cd hellomotif ;\
	$(CC) $(CFLAGS) -o hellomotif hellom.c $(LIBS) ;\
	$(UIL) -o hellomotif.uid hellom.uil

motifburger/motifburger: motifburger/motifb.c motifburger/motifb.uil
	-cd motifburger ; \
	$(CC) $(CFLAGS) -o motifburger motifb.c $(LIBS) ; \
	$(UIL) -o motifburger.uid motifb.uil

motifgif/motifgif: motifgif/motifgif.c motifgif/motifgif.h
	-cd motifgif ; \
	$(CC) $(CFLAGS) -o motifgif motifgif.c $(LIBS)

motifgif/pict: motifgif/pict.c motifgif/pict.h \
		motifgif/xgif.h motifgif/xgifload.c
	-cd motifgif ; \
	$(CC) $(CFLAGS) -o pict pict.c xgifload.c $(LIBS)

MREH = mre/mre.h
MREC = mre/mre.c mre/mre_color.c mre/mre_db.c mre/mre_font.c mre/mre_util.c
MREC2 = mre.c mre_color.c mre_db.c mre_font.c mre_util.c

mre/mre: $(MREC) $(MREH)
	-cd mre ; \
	$(CC) $(CFLAGS) -o mre $(MREC2) $(LIBS) ; \
	$(UIL) -o mre.uid mre.uil ; \
	$(UIL) -o mre_menu.uid mre_menu.uil

periodic/periodic: periodic/periodic.c periodic/periodic.uil
	-cd periodic ; \
	$(CC) $(CFLAGS) -o periodic periodic.c $(LIBS) ; \
	$(UIL) -o periodic.uid periodic.uil

uilsymdump/uilsymdump: uilsymdump/uilsymdump.c
	-cd uilsymdump ; \
	$(CC) $(CFLAGS) -o uilsymdump uilsymdump.c $(LIBS)

widgetView/widgetView: widgetView/widgetView.c widgetView/widgetView.h \
			widgetView/widgets.h
	-cd widgetView ; \
	$(CC) $(CFLAGS) -o widgetView widgetView.c $(LIBS)

xmsamplers/xmdialogs: xmsamplers/xmdialogs.c
	-cd xmsamplers ; \
	$(CC) $(CFLAGS) -o xmdialogs xmdialogs.c $(LIBS)

xmsamplers/xmeditor: xmsamplers/xmeditor.c
	-cd xmsamplers ; \
	$(CC) $(CFLAGS) -o xmeditor xmeditor.c $(LIBS)

xmsamplers/xmfonts: xmsamplers/xmfonts.c
	-cd xmsamplers ; \
	$(CC) $(CFLAGS) -o xmfonts xmfonts.c $(LIBS)

xmsamplers/xmlist: xmsamplers/xmlist.c
	-cd xmsamplers ; \
	$(CC) $(CFLAGS) -o xmlist xmlist.c $(LIBS)

xmsamplers/xmmenushel: xmsamplers/xmmenushel.c
	-cd xmsamplers ; \
	$(CC) $(CFLAGS) -o xmmenushel xmmenushel.c $(LIBS)

xmsamplers/xmoption: xmsamplers/xmoption.c
	-cd xmsamplers ; \
	$(CC) $(CFLAGS) -o xmoption xmoption.c $(LIBS)

xmsamplers/xmprotocol: xmsamplers/xmprotocol.c
	-cd xmsamplers ; \
	$(CC) $(CFLAGS) -o xmprotocol xmprotocol.c $(LIBS)


clean::
	rm -f $(BIN) */*.o */*.uid