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: M T

⟦65d07b787⟧ TextFile

    Length: 2640 (0xa50)
    Types: TextFile
    Names: »Makefile«

Derivation

└─⟦3d0c2be1b⟧ Bits:30001254 ISODE-5.0 Tape
    └─⟦eba4602b1⟧ »./isode-5.0.tar.Z« 
        └─⟦d3ac74d73⟧ 
            └─⟦this⟧ »isode-5.0/others/quipu/uips/sunint/Makefile« 

TextFile

###############################################################################
#   Instructions to Make, for compilation of ISODE QUIPU suntools DUA
###############################################################################

###############################################################################
#
# $Header: /f/osi/others/quipu/uips/sunint/RCS/Makefile,v 6.0 89/03/18 23:34:34 mrose Rel $
#
#
# $Log:	Makefile,v $
# Revision 6.0  89/03/18  23:34:34  mrose
# Release 5.0
# 
###############################################################################

###############################################################################
#
#				 NOTICE
#
#    Acquisition, use, and distribution of this module and related
#    materials are subject to the restrictions of a license agreement.
#    Consult the Preface in the User's Manual for the full terms of
#    this agreement.
#
###############################################################################

LIBES   =       -lquipu -ldsap -lisode $(TOPDIR)others/quipu/photo/libphoto.a
LLIBS   =       -lquipu -ldsap -lisode
CFILES  =	sunint.c
OFILES  =	sunint.o


##############################################################
# Here it is...
##############################################################

all:            sunint
inst-all:       inst-sunint manuals
install:        inst-all clean
lint:           l-sunint


##############################################################
# sunint
##############################################################

inst-sunint:	$(BINDIR)sunint

$(BINDIR)sunint:          xsunint
		-cp $@ zxsunint
		-rm -f $@
		cp xsunint $@
		-@ls -gls $@
		-@echo ""

sunint:         xsunint

xsunint:	$(OFILES)
		$(LDCC) $(LDFLAGS) -o $@ $(OFILES) $(LIBES) $(LSOCKET) -lsuntool -lsunwindow -lpixrect

sunint.o:	sunint.c
		$(CC) $(CFLAGS) -c -DETCDIR=\"$(ETCDIR)\" sunint.c

l-sunint:       $(CFILES)  true
		$(LINT) $(LFLAGS) $(LLIBS) -lsuntool -lsunwindow -lpixrect $(CFILES)


################################################################
# manual pages
################################################################

MANUALS =       

manuals:;       @$(UTILDIR)inst-man.sh $(MANOPTS) $(MANUALS)
		-@echo ""


##############################################################
# clean
##############################################################

clean:;         rm -f *.ph *.o *.a a.out _* x* z* *.orig \
			core $(CLEANSTRINGS)

grind:;         iprint Makefile
		tgrind -lc $(CFILES)
		@echo $(MANUALS) | \
			tr " " "\012" | \
			sed -e "s%.*%itroff -man &%" | \
			sh -ve

true:;

# DO NOT DELETE THIS LINE
# Dependencies follow