Guest User

Untitled

a guest
Apr 15th, 2015
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.82 KB | None | 0 0
  1. bin_PROGRAMS = explorenfc-basic explorenfc-browser explorenfc-wifi-connect
  2.  
  3. AM_CPPFLAGS =
  4. AM_CFLAGS = -Wall -std=c99 $(GLIB_CFLAGS) $(GTHREAD_CFLAGS) $(GIO_CFLAGS) $(GIOUNIX_CFLAGS) $(NEARDAL_CFLAGS) -g3 -O0
  5. AM_LIBS=
  6.  
  7. explorenfc_basic_LDFLAGS = $(SYSROOT_FLAGS)
  8. explorenfc_basic_LDADD = $(GLIB_LIBS) $(GTHREAD_LIBS) $(GIO_LIBS) $(NEARDAL_LIBS) -lpcre -lrt
  9. explorenfc_basic_SOURCES = basic.c
  10.  
  11. explorenfc_browser_LDFLAGS = $(SYSROOT_FLAGS)
  12. explorenfc_browser_LDADD = $(GLIB_LIBS) $(GTHREAD_LIBS) $(GIO_LIBS) $(NEARDAL_LIBS) -lpcre -lrt
  13. explorenfc_browser_SOURCES = browser.c
  14.  
  15. explorenfc_wifi_connect_LDFLAGS = $(SYSROOT_FLAGS)
  16. explorenfc_wifi_connect_LDADD = $(GLIB_LIBS) $(GTHREAD_LIBS) $(GIO_LIBS) $(NEARDAL_LIBS) -lpcre -lrt
  17. explorenfc_wifi_connect_SOURCES = wifi-connect.c wifi-connect-dbus-gen.c wifi-connect-wsc-parser.c
Advertisement
Add Comment
Please, Sign In to add comment