|
DataMuseum.dkPresents historical artifacts from the history of: Commodore CBM-900 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Commodore CBM-900 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - download
Length: 573 (0x23d) Types: TextFile Notes: UNIX file Names: »Makefile«
└─⟦f27320a65⟧ Bits:30001972 Commodore 900 hard disk image with partial source code └─⟦2d53db1df⟧ UNIX Filesystem └─ ⟦this⟧ »hr/src/jlib/Makefile«
.SUFFIXES:.o .s .c # # # Makefile for the layers software.. testing only # HDRPTH =/usr/src/hdr .c.o: cc -c -I$(HDRPTH) $< # # Sources # JSRC = jl1.c jl2.c jl3.c jl4.c jl5.c jl6.c jl7.c jl8.c \ jl9.c jl10.c jl11.c jl12.c jl13.c jl14.c jl15.c jl16.c \ jl17.c jl18.c jl19.c jl20.c jl21.c jsend.c job.c # # Objects # JOBS = jl1.o jl2.o jl3.o jl4.o jl5.o jl6.o jl7.o jl8.o \ jl9.o jl10.o jl11.o jl12.o jl13.o jl14.o jl15.o jl16.o \ jl17.o jl18.o jl19.o jl20.o jl21.o jsend.o job.o lib.j: $(JOBS) rm lib.j ar q lib.j $(JOBS) /usr/src/smgr/rmath.o