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

⟦1cad7d52a⟧ TextFile

    Length: 2552 (0x9f8)
    Types: TextFile
    Names: »Imakefile«

Derivation

└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987
    └─⟦this⟧ »EUUGD18/X/Xphoon/Imakefile« 

TextFile

# @(#) $Header: Imakefile,v 1.3 88/08/26 22:29:51 jef Exp $ (LBL)
#
# Copyright (C) 1988 by Jef Poskanzer and Craig Leres.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose and without fee is hereby granted, provided
# that the above copyright notice appear in all copies and that both that
# copyright notice and this permission notice appear in supporting
# documentation.  This software is provided "as is" without express or
# implied warranty.


       INCLUDES = -I. -I$(TOP) -I$(TOP)/X11 -I$(TOP)/X11/bitmaps
LOCAL_LIBRARIES = $(XLIB)
  SYS_LIBRARIES = -lm

# System-dependent options -- xbigphoon is a little big for many Suns
# to compile.
#         DEFINES = -pipe

           SRCS1 = xphoon.c cheapmoon.c phase.c dtime.c
           OBJS1 = xphoon.o cheapmoon.o phase.o dtime.o

           SRCS2 = xphoon.c bigcheapmoon.c phase.c dtime.c
           OBJS2 = xphoon.o bigcheapmoon.o phase.o dtime.o

        PROGRAMS = xphoon xbigphoon

ComplexProgramTarget_1(xphoon,$(LOCAL_LIBRARIES),)

ComplexProgramTarget_2(xbigphoon,$(LOCAL_LIBRARIES),)


# Make the export sharchive.
shar: xphoon.shar

xphoon.shar: xphoon.shar1 xphoon.shar2 xphoon.shar3 xphoon.shar4

xphoon.shar1: README Imakefile Makefile xphoon.man xphoon.c cheapmoon.c bigcheapmoon.c phase.c dtime.c tws.h
	shar -v -c -p X README Imakefile Makefile xphoon.man xphoon.c cheapmoon.c bigcheapmoon.c phase.c dtime.c tws.h >xphoon.shar1

cheapmoon.xbm.Z: cheapmoon.xbm
	compress -c cheapmoon.xbm >cheapmoon.xbm.Z

cheapmoon.xbm.Z.uu: cheapmoon.xbm.Z
	uuencode cheapmoon.xbm.Z cheapmoon.xbm.Z >cheapmoon.xbm.Z.uu

cheapmoon.xbm.Z.uuaa: cheapmoon.xbm.Z.uu
	split -550 cheapmoon.xbm.Z.uu cheapmoon.xbm.Z.uu

xphoon.shar2: cheapmoon.xbm.Z.uuaa
	shar -v -c -p X cheapmoon.xbm.Z.uuaa >xphoon.shar2

xphoon.shar3: cheapmoon.xbm.Z.uuab
	shar -v -c -p X cheapmoon.xbm.Z.uuab >xphoon.shar3

xphoon.shar4: cheapmoon.xbm.Z.uuac
	shar -v -c -p X cheapmoon.xbm.Z.uuac >xphoon.shar4

# Unpack the compressed, uuencoded, shared bitmap.
unshar:
	cat cheapmoon.xbm.Z.uu?? > cheapmoon.xbm.Z.uu
	uudecode cheapmoon.xbm.Z.uu
	uncompress cheapmoon.xbm.Z

# Make the export tarchive.
tar: xphoon.tar.Z

xphoon.tar.Z: xphoon.tar
	rm -f xphoon.tar.Z
	compress xphoon.tar

xphoon.tar: README Imakefile Makefile xphoon.man xphoon.c cheapmoon.c bigcheapmoon.c phase.c dtime.c tws.h cheapmoon.xbm bigcheapmoon.xbm
	tar chf xphoon.tar README Imakefile Makefile xphoon.man xphoon.c cheapmoon.c bigcheapmoon.c phase.c dtime.c tws.h cheapmoon.xbm bigcheapmoon.xbm