- Timestamp:
- 06/07/05 21:19:46 (19 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r21 r23 11 11 12 12 CC=gcc 13 OPTS=-ggdb -std=gnu89 -pedantic -Wall 14 #OPTS=-std=gnu89 -pedantic -Wall 13 OPTS=-std=gnu89 -pedantic -Wall 15 14 16 15 BUILD=$(CURDIR)/build -
trunk/doc/Makefile
r17 r23 2 2 3 3 default: 4 cp -r man $(BUILD_DOC)4 mkdir -p $(BUILD_DOC)/man/man1 5 5 6 #XXX: Used during release only 6 7 generate: 7 8 txt2tags --mask-email -t man -o man/man1/reglookup.1 reglookup.txt -
trunk/src/Makefile
r5 r23 9 9 10 10 $(REGLOOKUP): reglookup.c 11 $(CC) $( OPTS) -o $@ reglookup.c11 $(CC) $(CFLAGS) $(OPTS) -o $@ reglookup.c
Note: See TracChangeset
for help on using the changeset viewer.