| Rev | Line |   | 
|---|
| [15] | 1 | TARGET_ARCH=-m32
 | 
|---|
 | 2 | ASM=nasm
 | 
|---|
| [2] | 3 | 
 | 
|---|
 | 4 | mioboot: mioboot.asm
 | 
|---|
| [15] | 5 |         $(ASM) -l $@.lst -o $@ $<
 | 
|---|
| [2] | 6 | 
 | 
|---|
 | 7 | mioboot-nobios: mioboot-nobios.asm
 | 
|---|
| [15] | 8 |         $(ASM) -l $@.lst -o $@ $<
 | 
|---|
| [2] | 9 | 
 | 
|---|
 | 10 | mioboot-nobios-simple: mioboot-nobios-simple.asm
 | 
|---|
| [15] | 11 |         $(ASM) -l $@.lst -o $@ $<
 | 
|---|
| [2] | 12 | 
 | 
|---|
 | 13 | 
 | 
|---|
| [15] | 14 | esercizio.o: esercizio.asm
 | 
|---|
 | 15 |         $(ASM) -felf $<
 | 
|---|
| [2] | 16 | 
 | 
|---|
| [15] | 17 | esercizio: esercizio.o
 | 
|---|
 | 18 | 
 | 
|---|
 | 19 | pthreads-pc : LDFLAGS=-lrt
 | 
|---|
 | 20 | 
 | 
|---|
| [2] | 21 | pthreads-pc: pthreads-pc.c
 | 
|---|
 | 22 | 
 | 
|---|
 | 23 | fork-pc: fork-pc.c
 | 
|---|
 | 24 | 
 | 
|---|
| [15] | 25 | tsl.o: tsl.asm
 | 
|---|
 | 26 |         $(ASM) -felf tsl.asm
 | 
|---|
| [2] | 27 | 
 | 
|---|
| [15] | 28 | tsl: tsl.o
 | 
|---|
 | 29 | 
 | 
|---|
| [2] | 30 | enter.o: enter.asm
 | 
|---|
| [15] | 31 |         $(ASM) -felf enter.asm
 | 
|---|
| [2] | 32 | 
 | 
|---|
 | 33 | threads-tsl: threads-tsl.o enter.o
 | 
|---|
 | 34 | 
 | 
|---|
 | 35 | 
 | 
|---|
 | 36 | .PHONY: clean
 | 
|---|
 | 37 | clean:
 | 
|---|
 | 38 |         rm -f mioboot mioboot-nobios mioboot-nobios-simple *.lst *~ semantic.cache esegui forca
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.