Loading src/Makefile.am +16 −14 Original line number Original line Diff line number Diff line AUTOMAKE_OPTIONS = gnu AUTOMAKE_OPTIONS = gnu bin_PROGRAMS = nmxptool bin_PROGRAMS = nmxptool nmxptool_SOURCES = nmxptool.c nmxptool_getoptlong.c nmxptool_ew.c nmxptool_SOURCES = nmxptool.c nmxptool_SOURCES += nmxptool_getoptlong.c nmxptool_getoptlong.h nmxptool_SOURCES += nmxptool_ew.c nmxptool_ew.h if WITHSEEDLINK if WITHSEEDLINK nmxptool_SOURCES += seedlink_plugin.c nmxptool_SOURCES += seedlink_plugin.c seedlink_plugin.h endif endif if WITHEWSOURCES if WITHEWSOURCES nmxptool_SOURCES += @EW_LIBSRC_UTIL@/kom.c nodist_nmxptool_SOURCES = @EW_LIBSRC_UTIL@/kom.c nmxptool_SOURCES += @EW_LIBSRC_UTIL@/getutil.c nodist_nmxptool_SOURCES += @EW_LIBSRC_UTIL@/getutil.c nmxptool_SOURCES += @EW_LIBSRC_UTIL@/logit.c nodist_nmxptool_SOURCES += @EW_LIBSRC_UTIL@/logit.c nmxptool_SOURCES += @EW_LIBSRC_UTIL@/socket_ew_common.c nodist_nmxptool_SOURCES += @EW_LIBSRC_UTIL@/socket_ew_common.c nmxptool_SOURCES += @EW_LIBSRC_UTIL@/swap.c nodist_nmxptool_SOURCES += @EW_LIBSRC_UTIL@/swap.c nmxptool_SOURCES += @EW_LIBSRC_UTIL@/mem_circ_queue.c nodist_nmxptool_SOURCES += @EW_LIBSRC_UTIL@/mem_circ_queue.c nmxptool_SOURCES += @EW_LIBSRC_OS@/transport.c nodist_nmxptool_SOURCES += @EW_LIBSRC_OS@/transport.c nmxptool_SOURCES += @EW_LIBSRC_OS@/sleep_ew.c nodist_nmxptool_SOURCES += @EW_LIBSRC_OS@/sleep_ew.c nmxptool_SOURCES += @EW_LIBSRC_OS@/socket_ew.c nodist_nmxptool_SOURCES += @EW_LIBSRC_OS@/socket_ew.c nmxptool_SOURCES += @EW_LIBSRC_OS@/time_ew.c nodist_nmxptool_SOURCES += @EW_LIBSRC_OS@/time_ew.c nmxptool_SOURCES += @EW_LIBSRC_OS@/threads_ew.c nodist_nmxptool_SOURCES += @EW_LIBSRC_OS@/threads_ew.c nmxptool_SOURCES += @EW_LIBSRC_OS@/sema_ew.c nodist_nmxptool_SOURCES += @EW_LIBSRC_OS@/sema_ew.c endif endif #noinst_HEADERS = gdu.h #noinst_HEADERS = gdu.h Loading Loading
src/Makefile.am +16 −14 Original line number Original line Diff line number Diff line AUTOMAKE_OPTIONS = gnu AUTOMAKE_OPTIONS = gnu bin_PROGRAMS = nmxptool bin_PROGRAMS = nmxptool nmxptool_SOURCES = nmxptool.c nmxptool_getoptlong.c nmxptool_ew.c nmxptool_SOURCES = nmxptool.c nmxptool_SOURCES += nmxptool_getoptlong.c nmxptool_getoptlong.h nmxptool_SOURCES += nmxptool_ew.c nmxptool_ew.h if WITHSEEDLINK if WITHSEEDLINK nmxptool_SOURCES += seedlink_plugin.c nmxptool_SOURCES += seedlink_plugin.c seedlink_plugin.h endif endif if WITHEWSOURCES if WITHEWSOURCES nmxptool_SOURCES += @EW_LIBSRC_UTIL@/kom.c nodist_nmxptool_SOURCES = @EW_LIBSRC_UTIL@/kom.c nmxptool_SOURCES += @EW_LIBSRC_UTIL@/getutil.c nodist_nmxptool_SOURCES += @EW_LIBSRC_UTIL@/getutil.c nmxptool_SOURCES += @EW_LIBSRC_UTIL@/logit.c nodist_nmxptool_SOURCES += @EW_LIBSRC_UTIL@/logit.c nmxptool_SOURCES += @EW_LIBSRC_UTIL@/socket_ew_common.c nodist_nmxptool_SOURCES += @EW_LIBSRC_UTIL@/socket_ew_common.c nmxptool_SOURCES += @EW_LIBSRC_UTIL@/swap.c nodist_nmxptool_SOURCES += @EW_LIBSRC_UTIL@/swap.c nmxptool_SOURCES += @EW_LIBSRC_UTIL@/mem_circ_queue.c nodist_nmxptool_SOURCES += @EW_LIBSRC_UTIL@/mem_circ_queue.c nmxptool_SOURCES += @EW_LIBSRC_OS@/transport.c nodist_nmxptool_SOURCES += @EW_LIBSRC_OS@/transport.c nmxptool_SOURCES += @EW_LIBSRC_OS@/sleep_ew.c nodist_nmxptool_SOURCES += @EW_LIBSRC_OS@/sleep_ew.c nmxptool_SOURCES += @EW_LIBSRC_OS@/socket_ew.c nodist_nmxptool_SOURCES += @EW_LIBSRC_OS@/socket_ew.c nmxptool_SOURCES += @EW_LIBSRC_OS@/time_ew.c nodist_nmxptool_SOURCES += @EW_LIBSRC_OS@/time_ew.c nmxptool_SOURCES += @EW_LIBSRC_OS@/threads_ew.c nodist_nmxptool_SOURCES += @EW_LIBSRC_OS@/threads_ew.c nmxptool_SOURCES += @EW_LIBSRC_OS@/sema_ew.c nodist_nmxptool_SOURCES += @EW_LIBSRC_OS@/sema_ew.c endif endif #noinst_HEADERS = gdu.h #noinst_HEADERS = gdu.h Loading