Advertisement
Guest User

Untitled

a guest
Dec 28th, 2015
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1.  
  2. PYSAMPLERSRCS := hal/components/panelui.c
  3. USERSRCS += $(PYSAMPLERSRCS)
  4. PYFLAGS := -L$(SITEPY) -lpthread -ldl -lutil -lm -l$(LIBPYTHON) -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions
  5.  
  6. ../bin/panelui: $(call TOOBJS, $(PYSAMPLERSRCS)) ../lib/liblinuxcnchal.so.0
  7. $(ECHO) Linking $(notdir $@)
  8. $(Q)$(CC) $(PYFLAGS) -o $@ $^
  9. TARGETS += ../bin/panelui
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement