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 - download
Index: ┃ M T

⟦ef4f655ee⟧ TextFile

    Length: 1553 (0x611)
    Types: TextFile
    Names: »Makefile«

Derivation

└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki
    └─ ⟦526ad3590⟧ »EUUGD11/gnu-31mar87/X.V10.R4.tar.Z« 
        └─⟦2109abc41⟧ 
            └─ ⟦this⟧ »./X.V10R4/showimg/Makefile« 

TextFile

# makefile for showimg

DESTDIR =
CONFDIR = /usr/users/wyatt/bin

# versions for OIR Vaxen
CFLAGS = -O -DVAX
LIBS = -lnm
#CFLAGS = -DVAX -g -DGLOPEROO

# versions for HEA Sun3 version
#CFLAGS = -O -DMC68000 -DXRAY
#CFLAGS = -DMC68000 -g -DGLOPEROO -DXRAY
#LIBS = -lm
#XRAYLIBS = -lrosat -lheao -lxray -lU77 -lF77 -lI77

XLIB = -lXMenu -lX
INCS = shimg.h shopt.h
CURS = quad_arrow.cursor quad_arrow_mask.cursor\
       pan.cursor pan_mask.cursor print.cursor print_mask.cursor\
       zoom2.cursor zoom2_mask.cursor \
       zoom4.cursor zoom4_mask.cursor \
       pal.cursor pal_mask.cursor show.icon.ic \
       wzoom.cursor wzoom_mask.cursor
SRCS = showimg.c calcmap.c pictio.c menusetup.c shutil.c shzoom.c shgetopt.c
OBJS = showimg.o calcmap.o pictio.o menusetup.o shutil.o shzoom.o shgetopt.o

PROGRAM = showimg


all: showimg

showimg: $(OBJS) /usr/include/X/Xlib.h
	cc $(CFLAGS) $(OBJS) -o $(PROGRAM) $(XLIB) $(LIBS) $(XRAYLIBS)

install:
	cp $(PROGRAM) $(CONFDIR)
clean:
	rm -f core a.out \#* *.o *~

showimg.o: showimg.c shimg.h shopt.h show.icon.ic
shgetopt.o: shgetopt.c shimg.h shopt.h
menusetup.o: menusetup.c shimg.h
calcmap.o: calcmap.c shimg.h
pictio.o: pictio.c
shutil.o: shutil.c $(CURS)
shzoom.o: shzoom.c wzoom.cursor wzoom_mask.cursor

print: 
	print Makefile $(SRCS) $(INCS) $(CURS)

itwork: 
	cp Makefile showimg.1 $(SRCS) $(INCS) $(CURS) $(PROGRAM) Working.version

bbackup:
	rcp -r Makefile showimg.1 Working.version $(SRCS) $(INCS) $(CURS)\
	cfa:progs/saodemo

paper:
	vgrind -lcsh Makefile &
	vgrind $(INCS) $(CURS) $(SRCS) &