X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2FMakefile;h=9199580de163972e27904a7edfb5b423ad89155a;hb=5625f7d633fa22dd50b94b086abaa0dbcc0e6208;hp=8c640acbe2a02ea1ae4cc464d1c01bd221c5456d;hpb=105b3911ac2fe37478248c2917caf345d1ec0b14;p=libc-test diff --git a/src/math/Makefile b/src/math/Makefile index 8c640ac..9199580 100644 --- a/src/math/Makefile +++ b/src/math/Makefile @@ -1,5 +1,5 @@ CFLAGS+=-g -pipe -std=c99 -D_POSIX_C_SOURCE=200809L -Wall -Wno-unused-function -Wno-missing-braces -CFLAGS+=-Wno-unknown-pragmas -fno-builtin -ffloat-store -frounding-math -D_GNU_SOURCE +CFLAGS+=-Wno-unknown-pragmas -fno-builtin -frounding-math -D_GNU_SOURCE LDFLAGS+=-g -lm SRC=$(sort $(wildcard *.c)) @@ -17,7 +17,7 @@ clean: $(BIN): util.o -%.o: %.c sanity/%.h ucb/%.h crlibm/%.h util.h +%.o: %.c sanity/%.h ucb/%.h crlibm/%.h special/%.h util.h $(CC) $(CFLAGS) -c -o $@ $< %: %.c %: %.o