Simplify
This commit is contained in:
parent
54c6750603
commit
200591f650
|
@ -1,8 +1,8 @@
|
|||
targets=_libDatabase
|
||||
cflags_force=`pkg-config --cflags python-2.7 libDatabase` -fPIC
|
||||
cflags_force=`pkg-config --cflags python-2.7` -fPIC
|
||||
cflags=-W -Wall -g -O2 -pedantic -D_FORTIFY_SOURCE=2 -fstack-protector-all
|
||||
ldflags_force=`pkg-config --libs python-2.7 libDatabase`
|
||||
ldflags=-L.. -L$(LIBDIR) -Wl,-rpath,$(LIBDIR)
|
||||
ldflags_force=`pkg-config --libs python-2.7`
|
||||
ldflags=-L$(OBJDIR).. -Wl,-rpath,$(LIBDIR)
|
||||
dist=Makefile,libDatabase.py
|
||||
|
||||
[_libDatabase]
|
||||
|
|
Loading…
Reference in New Issue
Block a user