Differences From Artifact [677189cc54]:
- File Makefile — part of check-in [d37dd3792a] at 2014-02-05 18:06:47 on branch trunk — Updated to statically link (user: rkeene, size: 245) [annotate] [blame] [check-ins using]
To Artifact [e246314724]:
- File Makefile — part of check-in [abb8c966f2] at 2014-02-06 07:53:57 on branch trunk — Added large file support (user: rkeene, size: 310) [annotate] [blame] [check-ins using]
1 | CC = gcc | | | 1 2 3 4 5 6 7 8 9 | CC = gcc CFLAGS = -Wall -Werror -W -pthread -O3 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE LDFLAGS = -pthread -static LIBS = -lpthread filed: filed.o $(CC) $(CFLAGS) $(LDFLAGS) -o "$@" $^ $(LIBS) filed.o: filed.c |
︙ | ︙ |