DataMuseum.dk

Presents historical artifacts from the history of:

Commodore CBM-900

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

See our Wiki for more about Commodore CBM-900

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦9bafc06ed⟧ TextFile

    Length: 450 (0x1c2)
    Types: TextFile
    Notes: UNIX file
    Names: »Makefile«

Derivation

└─⟦f27320a65⟧ Bits:30001972 Commodore 900 hard disk image with partial source code
    └─⟦2d53db1df⟧ UNIX Filesystem
        └─ ⟦this⟧ »hr/src/desk/Makefile« 

TextFile

#
#	Make the DeskTop Manager
#

.SUFFIXES:.o .s .c

HDRPTH =/usr/hr/hdr

.c.o: 
	cc -c -I$(HDRPTH) $<
.s.o:
	as -gx -o  $@ $<

DSRC =	dpmath.s dalert.c dmenu1.c dmenu2.c dmesg.c dmouse.c \
	dopen.c  drect.c  dshell.c dtext.c  dstretch.c \
	f1.c     f2.c     main.c

DOBJ =	dpmath.o dalert.o dmenu1.o dmenu2.o dmesg.o dmouse.o \
	dopen.o  drect.o  dshell.o dtext.o  dstretch.o \
	f1.o     f2.o     main.o

dmgr:	$(DOBJ)
	cc -o dmgr -n $(DOBJ) rmath.o