• Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 bin_PROGRAMS=connect detect tracks files hotplug \
2 	folders trexist playlists getplaylist \
3 	format albumart albums newplaylist emptyfolders \
4 	thumb reset
5 
6 connect_SOURCES=connect.c delfile.c getfile.c newfolder.c \
7 	sendfile.c sendtr.c pathutils.c pathutils.h \
8 	util.c util.h common.h
9 detect_SOURCES=detect.c util.c util.h common.h
10 tracks_SOURCES=tracks.c util.c util.h common.h
11 files_SOURCES=files.c util.c util.h common.h
12 hotplug_SOURCES=hotplug.c util.c util.h common.h
13 folders_SOURCES=folders.c util.c util.h common.h
14 trexist_SOURCES=trexist.c util.c util.h common.h
15 playlists_SOURCES=playlists.c util.c util.h common.h
16 getplaylist_SOURCES=getplaylist.c util.c util.h common.h
17 newplaylist_SOURCES=newplaylist.c util.c util.h common.h
18 format_SOURCES=format.c util.c util.h common.h
19 albumart_SOURCES=albumart.c util.c util.h common.h
20 albums_SOURCES=albums.c util.c util.h common.h
21 emptyfolders_SOURCES=emptyfolders.c util.c util.h common.h
22 thumb_SOURCES=thumb.c util.c util.h common.h
23 reset_SOURCES=reset.c util.c util.h common.h
24 
25 AM_CPPFLAGS=-I$(top_builddir)/src
26 LDADD=../src/libmtp.la
27 EXTRA_DIST=evolution-sync.sh
28 
29 install-exec-hook:
30 	ln -f -s $(DESTDIR)$(bindir)/mtp-connect$(EXEEXT) $(DESTDIR)$(bindir)/mtp-delfile$(EXEEXT)
31 	ln -f -s $(DESTDIR)$(bindir)/mtp-connect$(EXEEXT) $(DESTDIR)$(bindir)/mtp-getfile$(EXEEXT)
32 	ln -f -s $(DESTDIR)$(bindir)/mtp-connect$(EXEEXT) $(DESTDIR)$(bindir)/mtp-newfolder$(EXEEXT)
33 	ln -f -s $(DESTDIR)$(bindir)/mtp-connect$(EXEEXT) $(DESTDIR)$(bindir)/mtp-sendfile$(EXEEXT)
34 	ln -f -s $(DESTDIR)$(bindir)/mtp-connect$(EXEEXT) $(DESTDIR)$(bindir)/mtp-sendtr$(EXEEXT)
35