Browse Source

_gen fix Makefiles

REWORK
heck 5 years ago
parent
commit
6a1d302821
  1. 2
      src/pEp/_gen/Makefile
  2. 8
      src/pEp/_gen/Makefile.conf
  3. 2
      src/pEp/_gen/gen/Makefile

2
src/pEp/_gen/Makefile

@ -43,4 +43,4 @@ clean:
rm -f $(OBJS) rm -f $(OBJS)
clean-all: clean clean-all: clean
$(MAKE) gen clean $(MAKE) -C gen clean

8
src/pEp/_gen/Makefile.conf

@ -2,11 +2,11 @@
INCLUDES+=$(shell pybind11-config --includes) INCLUDES+=$(shell pybind11-config --includes)
# example lib # example lib
#INCLUDES+=-I/Users/heck/local-default/include/ INCLUDES+=-I/Users/heck/local-default/include/
# static lib (.a) # static lib (.a)
; LIBS_STATIC+=/Users/heck/local-default/include/ #LIBS_STATIC+=/Users/heck/local-default/include/
# dynamic lib (.so) # dynamic lib (.so)
#LIBS+=-lpEpEngine LIBS+=-lpEpEngine
#LIBS_PATH+=-L/Users/heck/local-default/lib LIBS_PATH+=-L/Users/heck/local-default/lib

2
src/pEp/_gen/gen/Makefile

@ -16,7 +16,7 @@ $(info CC_FILE $(PYBIND11_FILE))
all: pybind all: pybind
yml: $(YML2_FILE)) yml: $(YML2_FILE)
pybind: $(PYBIND11_FILE) pybind: $(PYBIND11_FILE)

Loading…
Cancel
Save