Advertisement
Guest User

Untitled

a guest
Feb 28th, 2013
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 1.28 KB | None | 0 0
  1. #
  2. # Makefile.am - automake input
  3. # This file is part of PsyMP3.
  4. # Copyright © 2011 Kirn Gill <segin2005@gmail.com>
  5. #
  6. # This program is free software; you can redistribute it and/or
  7. # modify it under the terms of the GNU General Public License as
  8. # published by the Free Software Foundation; either version 2 of the
  9. # License, or (at your option) any later version.
  10. #
  11. # This program is distributed in the hope that it will be useful, but
  12. # WITHOUT ANY WARRANTY; without even the implied warranty of
  13. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  14. # General Public License for more details.
  15. #
  16. # You should have received a copy of the GNU General Public License
  17. # along with this program; if not, write to the Free Software
  18. # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  19. #
  20.  
  21. ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS}
  22.  
  23. datadir=$(prefix)/share/psymp3/data
  24.  
  25. AM_CPPFLAGS = $(DEPENDS_CFLAGS) -DPSYMP4_DATADIR=\"$(datadir)\"
  26. AM_LDFLAGS = $(DEPENDS_LIBS) -lSDL_ttf
  27.  
  28. bin_PROGRAMS = psymp3
  29. psymp3_SOURCES = about.cpp audio.cpp display.cpp exceptions.cpp \
  30.  fft_draw.cpp font.cpp libmpg123.cpp main.cpp mediafile.cpp \
  31.  mutex.cpp player.cpp \
  32.  playlist.cpp rect.cpp scrobble.cpp song.cpp sqlite3.c stream.cpp \
  33.  surface.cpp system.cpp track.cpp truetype.cpp vorbis.cpp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement