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

⟦01f17521c⟧ TextFile

    Length: 2646 (0xa56)
    Types: TextFile
    Names: »Makefile«

Derivation

└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0
    └─⟦35176feda⟧ »EurOpenD22/isode/isode-6.tar.Z« 
        └─⟦de7628f85⟧ 
            └─⟦this⟧ »isode-6.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 7.0 89/11/23 22:09:15 mrose Rel $
#
#
# $Log:	Makefile,v $
# Revision 7.0  89/11/23  22:09:15  mrose
# Release 6.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   =       $(TOPDIR)others/quipu/photo/libphoto.a \
		$(TOPDIR)libquipu.a $(TOPDIR)libdsap.a $(TOPDIR)libisode.a
LLIBS   =       $(TOPDIR)llib-lquipu $(TOPDIR)llib-ldsap $(TOPDIR)llib-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

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