8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-02 10:00:38 +01:00

File was missed in commit due to .ignore rules

This commit is contained in:
AlexPeshkoff 2016-11-11 18:24:35 +03:00
parent 5aede150e3
commit 0482773156

7
extern/decNumber/Makefile vendored Normal file
View File

@ -0,0 +1,7 @@
LIBRARY=libdecFloat.a
$(LIBRARY): $(wildcard *.c) $(wildcard *.h) Makefile
$(RM) -f *.o
$(CC) -c -O3 -fPIC $(subst decCommon.c,,$(subst decBasic.c,,$(wildcard *.c)))
$(AR) crs $(LIBRARY) *.o
$(RM) -f *.o