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:
parent
5aede150e3
commit
0482773156
7
extern/decNumber/Makefile
vendored
Normal file
7
extern/decNumber/Makefile
vendored
Normal 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
|
Loading…
Reference in New Issue
Block a user