Audio-Play-MPG123

 view release on metacpan or  search on metacpan

mpg123/Makefile  view on Meta::CPAN

###
###   mpg123  Makefile
###

# Where to install binary and manpage on "make install":

PREFIX=/usr/local
BINDIR=$(PREFIX)/bin
MANDIR=$(PREFIX)/man
SECTION=1

########################################################
# Enable the below line If your plathome support IPv6
########################################################

#CFLAGS+= -DINET6
# Additional LIBDIR and libraries if exist
IPV6LIBDIR=
IPV6LIB=

### KAME stack
#IPV6LIBDIR=-L/usr/local/v6/lib
#IPV6LIB=-linet6
### BSD/OS 4.0 (NRL) stack
#IPV6LIBDIR=
#IPV6LIB=
### Linux stack
#IPV6LIBDIR= #/usr/inet6/lib
#IPV6LIB= #-linet6

###################################################
######                                       ######
######   End of user-configurable settings   ######
######                                       ######
###################################################

nothing-specified:
	@echo ""
	@echo "You must specify the system which you want to compile for:"
	@echo ""
	@echo "make linux-help     Linux          more help"
	@echo "make freebsd-help   FreeBSD        more help"
	@echo "make bsdos-help     BSDOS          more help"
	@echo "make aix-help       AIX            more help"
	@echo "make hpux-help      HPUX           more help"
	@echo "make solaris-help   Solaris 2.x    more help" 
	@echo "make dec-help       DEC OSF/True64 more help"
	@echo ""
	@echo "make sunos          SunOS 4.x (tested: 4.1.4)"
	@echo "make sgi            SGI running IRIX"
	@echo "make sgi-gcc        SGI running IRIX using GCC cc"
	@echo "make ultrix         DEC Ultrix (tested: 4.4)"
	@echo "make os2            IBM OS/2"
	@echo "make netbsd         NetBSD"
	@echo "make openbsd        OpenBSD"
	@echo "make mint           MiNT on Atari"
	@echo "make generic        try this one if your system isn't listed above"
	@echo ""
	@echo "Please read the file INSTALL for additional information."
	@echo ""

solaris-help:
	@echo "make solaris        Solaris 2.x (tested: 2.5 and 2.5.1) using SparcWorks cc"
	@echo "make solaris-gcc    Solaris 2.x using GNU cc (somewhat slower)"
	@echo "make solaris-gcc-esd  Solaris 2.x using gnu cc and Esound as audio output"
	@echo "make solaris-x86-gcc-oss Solaris with (commercial) OSS"
	@echo "make solaris-gcc-nas Solaris with gcc and NAS"
	@echo ""
	@echo "Please read the file INSTALL for additional information."
	@echo ""

dec-help:
	@echo "make dec            DEC/Tru64 UNIX (tested: 3.2 and 4.0), OSF/1"
	@echo "make dec-nas        DEC/Tru64 UNIX, OSF/1 with NAS"
	@echo "make dec-esd        DEC/Tru64 UNIX, OSF/1 using EsounD as audio output"
	@echo ""
	@echo "'dec' and 'dec-nas' versions tested using DEC UNIX 3.2 and 4.0"
	@echo "'dec' and 'dec-esd' versions tested using Tru64 UNIX 5.0A"
	@echo ""
	@echo "Please read the file INSTALL for additional information."
	@echo ""

bsdos-help:
	@echo "make bsdos          BSDI BSD/OS"
	@echo "make bsdos4         BSDI BSD/OS 4.0"
	@echo "make bsdos-nas      BSDI BSD/OS with NAS support"
	@echo ""
	@echo "Please read the file INSTALL for additional information."
	@echo ""	



( run in 0.447 second using v1.01-cache-2.11-cpan-ff9377addf4 )