Changeset 26 for trunk/Makefile


Ignore:
Timestamp:
Apr 18, 2014, 8:10:14 AM (11 years ago)
Author:
Mattia Monga
Message:

Programmi 2014

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r15 r26  
    11TARGET_ARCH=-m32
    22ASM=nasm
     3CFLAGS=-masm=intel -Wall
    34
    45mioboot: mioboot.asm
     
    1718esercizio: esercizio.o
    1819
    19 pthreads-pc : LDFLAGS=-lrt
     20pthreads-pc rw rw-nosync rw-mutex rw-rlotto: LDFLAGS=-lpthread
    2021
    2122pthreads-pc: pthreads-pc.c
     
    3334threads-tsl: threads-tsl.o enter.o
    3435
     36threads-tsl-new: threads-tsl-new.c
     37
     38%.tex : %.nw
     39        noweave -delay -filter btdefn -index -filter "awk -f lst.awk|tee debug" $< > $@
     40
     41%.c : %.nw
     42        notangle -R$@ -filter btdefn $< > $@
     43
     44%.pdf : %.tex
     45        pdflatex $< && pdflatex $< && pdflatex $<
    3546
    3647.PHONY: clean
Note: See TracChangeset for help on using the changeset viewer.