1 # $Id: Makefile.in,v 1.5 2000/08/15 15:32:37 msmith Exp $
2 # Makefile for the OggVorbis kmpg module.
4 # still needs an 'install' entry, but how to find kmp?
6 # DO NOT EDIT BELOW! ##########################################################
7 # (unless, of course, you know what you are doing :) ##########################
10 FLAGS
=-I.
-I
/usr
/local
/include/mpeglib
-I
/usr
/include/mpeglib
-I
$(KDEDIR
)/include -I
/usr
/local
/include -I..
/include @CFLAGS@
-fno-exceptions
-fno-rtti
-fno-check-new
13 DEBUG
=@DEBUG@
$(FLAGS
)
14 PROFILE
=@PROFILE@
$(FLAGS
)
19 LDFLAGS
=@LDFLAGS@
$(FLAGS
) -shared
22 LIBS
=@LIBS@
-L
$(KDEDIR
)/lib
-lmpeg
-lpthread
24 OFILES
= vorbisPlugin.o
25 TARGET
= libvorbis_kmpg.so
26 HFILES
= ..
/include/vorbis
/codec.h ..
/include/vorbis
/vorbisfile.h \
27 ..
/include/vorbis
/internal.h ..
/include/vorbis
/backends.h \
28 ..
/include/vorbis
/codebook.h
31 $(MAKE
) target CFLAGS
="$(OPT)"
34 $(MAKE
) target CFLAGS
="$(DEBUG)"
37 $(MAKE
) target CFLAGS
="$(PROFILE)"
40 $(LD
) $(LDFLAGS
) -o
$(TARGET
) $(OFILES
) \
41 ..
/lib
/vorbisfile.a ..
/lib
/libvorbis.a
$(LIBS
)
46 $(CPP
) $(CFLAGS
) -c
$<
49 -rm -f
*.o
*.a
test* *~
*.out config.
* *.so