Mercurial > hg > Members > kono > nitros9-code
diff level2/coco3/modules/makefile @ 3053:22122ff8bef3
level 2/3 makefiles: Cosmetic/whitespace changes
Basically making level 2 and 3 versions more similar. Eventually
they should be merged to avoid unnecessary divergence.
author | Tormod Volden <debian.tormod@gmail.com> |
---|---|
date | Sun, 25 Jan 2015 22:36:01 +0100 |
parents | 7028ce216ccf |
children | ff6d97180a93 |
line wrap: on
line diff
--- a/level2/coco3/modules/makefile Sun Jan 25 22:36:00 2015 +0100 +++ b/level2/coco3/modules/makefile Sun Jan 25 22:36:01 2015 +0100 @@ -23,12 +23,12 @@ TPB = $(3RDPARTY)/booters BOOTERS = boot_1773_6ms boot_1773_30ms \ - boot_burke boot_rampak boot_wd1002 boot_dw boot_dw_becker boot_dw_arduino \ + boot_burke boot_rampak boot_wd1002 boot_dw boot_dw_becker boot_dw_arduino \ boot_tc3 boot_ide boot_sdc boot_rom BOOTTRACK = rel_32 rel_40 rel_80 rel_32_50hz rel_40_50hz rel_80_50hz $(BOOTERS) krn KERNEL = krnp2 krnp3_perr krnp4_regdump ccbkrn SYSMODS = ioman init sysgo_h0 sysgo_dd sysgo_rom rominfo vectors -CLOCKS = clock_60hz clock_50hz \ +CLOCKS = clock_60hz clock_50hz \ clock2_elim clock2_disto2 clock2_disto4 clock2_bnb \ clock2_smart clock2_harris clock2_cloud9 clock2_soft \ clock2_jvemu clock2_messemu clock2_dw @@ -66,11 +66,11 @@ v6.dw v7.dw \ scdwv.dr term_scdwv.dt n_scdwv.dd \ n1_scdwv.dd n2_scdwv.dd n3_scdwv.dd \ - n4_scdwv.dd n5_scdwv.dd n6_scdwv.dd n7_scdwv.dd \ + n4_scdwv.dd n5_scdwv.dd n6_scdwv.dd n7_scdwv.dd \ n8_scdwv.dd n9_scdwv.dd n10_scdwv.dd n11_scdwv.dd \ - n12_scdwv.dd n13_scdwv.dd midi_scdwv.dd \ + n12_scdwv.dd n13_scdwv.dd midi_scdwv.dd \ term_z_scdwv.dt z1_scdwv.dd z2_scdwv.dd z3_scdwv.dd \ - z4_scdwv.dd z5_scdwv.dd z6_scdwv.dd z7_scdwv.dd \ + z4_scdwv.dd z5_scdwv.dd z6_scdwv.dd z7_scdwv.dd \ PIPE = pipeman.mn pipeman_named.mn \ piper.dr \ @@ -78,7 +78,6 @@ RFM = rfm.mn rfmdrv.dr ddy0.dd y0.dd y1.dd y2.dd y3.dd -# # The following macros represent a collection of modules for various # kernel tracks and bootfile configurations. # @@ -97,6 +96,7 @@ $(OS9COPY) kernel/$@ . # Special cases + # TC^3 SCSI Booter boot_tc3: boot_scsi.asm $(AS) $(ASOUT)$@ $< $(TC3FLAGS) @@ -138,10 +138,10 @@ # Disto SC-II Drivers rb1773_scii_ff74.dr: rb1773.asm $(AS) $< $(ASOUT)$@ $(AFLAGS) -DSCII=1 - + rb1773_scii_ff58.dr: rb1773.asm $(AS) $< $(ASOUT)$@ $(AFLAGS) -DSCII=1 -DSCIIALT=1 - + # REL Modules rel_32: rel.asm $(AS) $< $(ASOUT)$@ $(AFLAGS) -DWidth=32 @@ -171,13 +171,13 @@ # SysGo Modules sysgo_dd: sysgo.asm $(AS) $< $(ASOUT)$@ $(AFLAGS) -DDD=1 - + sysgo_h0: sysgo.asm $(AS) $< $(ASOUT)$@ $(AFLAGS) - + sysgo_rom: sysgo.asm $(AS) $< $(ASOUT)$@ $(AFLAGS) -DROM=1 - + # TC^3 SCSI Driver lltc3.dr: llscsi.asm $(AS) $(ASOUT)$@ $< $(TC3FLAGS) @@ -187,12 +187,12 @@ $(AS) $(ASOUT)$@ $< $(IDEFLAGS) # Floppy descriptors -SSDD35 = -DCyls=35 -DSides=1 -DSectTrk=18 -DSectTrk0=18 \ - -DInterlv=3 -DSAS=8 -DDensity=1 -DSDD40 = -DCyls=40 -DSides=2 -DSectTrk=18 -DSectTrk0=18 \ - -DInterlv=3 -DSAS=8 -DDensity=1 -DSDD80 = -DCyls=80 -DSides=2 -DSectTrk=18 -DSectTrk0=18 \ - -DInterlv=3 -DSAS=8 -DDensity=1 -DD35 +SSDD35 = -DCyls=35 -DSides=1 -DSectTrk=18 -DSectTrk0=18 \ + -DInterlv=3 -DSAS=8 -DDensity=1 +DSDD40 = -DCyls=40 -DSides=2 -DSectTrk=18 -DSectTrk0=18 \ + -DInterlv=3 -DSAS=8 -DDensity=1 +DSDD80 = -DCyls=80 -DSides=2 -DSectTrk=18 -DSectTrk0=18 \ + -DInterlv=3 -DSAS=8 -DDensity=1 -DD35 # HDB-DOS for SuperDriver HDBDOS = -DHB $(SSDD35) $(ID0) -DITDNS=8