Changeset 26 for trunk/Makefile
- Timestamp:
- Apr 18, 2014, 8:10:14 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r15 r26 1 1 TARGET_ARCH=-m32 2 2 ASM=nasm 3 CFLAGS=-masm=intel -Wall 3 4 4 5 mioboot: mioboot.asm … … 17 18 esercizio: esercizio.o 18 19 19 pthreads-pc : LDFLAGS=-lrt20 pthreads-pc rw rw-nosync rw-mutex rw-rlotto: LDFLAGS=-lpthread 20 21 21 22 pthreads-pc: pthreads-pc.c … … 33 34 threads-tsl: threads-tsl.o enter.o 34 35 36 threads-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 $< 35 46 36 47 .PHONY: clean
Note:
See TracChangeset
for help on using the changeset viewer.