Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- bin_PROGRAMS = explorenfc-basic explorenfc-browser explorenfc-wifi-connect
- AM_CPPFLAGS =
- AM_CFLAGS = -Wall -std=c99 $(GLIB_CFLAGS) $(GTHREAD_CFLAGS) $(GIO_CFLAGS) $(GIOUNIX_CFLAGS) $(NEARDAL_CFLAGS) -g3 -O0
- AM_LIBS=
- explorenfc_basic_LDFLAGS = $(SYSROOT_FLAGS)
- explorenfc_basic_LDADD = $(GLIB_LIBS) $(GTHREAD_LIBS) $(GIO_LIBS) $(NEARDAL_LIBS) -lpcre -lrt
- explorenfc_basic_SOURCES = basic.c
- explorenfc_browser_LDFLAGS = $(SYSROOT_FLAGS)
- explorenfc_browser_LDADD = $(GLIB_LIBS) $(GTHREAD_LIBS) $(GIO_LIBS) $(NEARDAL_LIBS) -lpcre -lrt
- explorenfc_browser_SOURCES = browser.c
- explorenfc_wifi_connect_LDFLAGS = $(SYSROOT_FLAGS)
- explorenfc_wifi_connect_LDADD = $(GLIB_LIBS) $(GTHREAD_LIBS) $(GIO_LIBS) $(NEARDAL_LIBS) -lpcre -lrt
- 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