SUBDIRS = plugins AM_CFLAGS = @CFLAGS@ @XINE_CFLAGS@ @READLINE_INCLUDES@ LIBTOOL = $(SHELL) $(top_builddir)/libtoollib-nofpic bin_PROGRAMS = toxine EXTRA_PROGRAMS = mangen sortcmds EXTRA_DIST = getopt.c getopt1.c getopt.h if HAVE_GETOPT_LONG else GETOPT_C = getopt.c getopt1.c GETOPT_H = getopt.h endif COMMON_sources = utils.c parse.c xine_commands.c loader.c script.c playlist.c toxine_SOURCES = $(GETOPT_C) main.c commands.c $(COMMON_sources) toxine_DEPENDENTIES = toxine_LDADD = @XINE_LIBS@ $(DYNAMIC_LD_LIBS) $(READLINE_LIBS) $(NCURSES_LIB) -lm mangen_SOURCES = $(GETOPT_C) mangen.c $(COMMON_sources) mangen_LDADD = @XINE_LIBS@ $(DYNAMIC_LD_LIBS) $(READLINE_LIBS) $(NCURSES_LIB) -lm sortcmds_SOURCES = $(GETOPT_C) sortcmds.c $(COMMON_sources) sortcmds_LDADD = @XINE_LIBS@ $(DYNAMIC_LD_LIBS) $(READLINE_LIBS) $(NCURSES_LIB) -lm noinst_HEADERS = common.h utils.h commands.h parse.h xine_commands.h loader.h script.h playlist.h debug: @$(MAKE) CFLAGS="$(DEBUG_CFLAGS) @XINE_CFLAGS@" install-debug: debug @list='$(SUBDIRS)'; for subdir in $$list; do \ (cd $$subdir && $(MAKE) $@) || exit;\ done; @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am mostlyclean-generic: -rm -f *~ \#* .*~ .\#* mangen sortcmds maintainer-clean-generic: -@echo "This command is intended for maintainers to use;" -@echo "it deletes files that may require special tools to rebuild." -rm -f Makefile.in