annotate Makefile @ 81:8d1245b4d7fb libpostproc

Install headers in $prefix/include/$libname Install each library's headers in $prefix/include/$libname. The installed headers use #include "lib*/*.h"; applications are expected to do the same. Specify only $prefix/include in .pc files.
author mru
date Mon, 25 Feb 2008 09:22:11 +0000
parents cc79af45c2ae
children 8c0125bfce75
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
7c419ceafa6a libavcodec/libpostproc ---> libpostproc
diego
parents:
diff changeset
1
7c419ceafa6a libavcodec/libpostproc ---> libpostproc
diego
parents:
diff changeset
2 include ../config.mak
7c419ceafa6a libavcodec/libpostproc ---> libpostproc
diego
parents:
diff changeset
3
33
b5cf29aef709 Revert putting EXTRALIBS in common.mak, linking fails on MinGW.
diego
parents: 30
diff changeset
4 EXTRALIBS := -L$(BUILD_ROOT)/libavutil -lavutil$(BUILDSUF) $(EXTRALIBS)
b5cf29aef709 Revert putting EXTRALIBS in common.mak, linking fails on MinGW.
diego
parents: 30
diff changeset
5
0
7c419ceafa6a libavcodec/libpostproc ---> libpostproc
diego
parents:
diff changeset
6 NAME=postproc
7c419ceafa6a libavcodec/libpostproc ---> libpostproc
diego
parents:
diff changeset
7 LIBVERSION=$(SPPVERSION)
7c419ceafa6a libavcodec/libpostproc ---> libpostproc
diego
parents:
diff changeset
8 LIBMAJOR=$(SPPMAJOR)
7c419ceafa6a libavcodec/libpostproc ---> libpostproc
diego
parents:
diff changeset
9
7c419ceafa6a libavcodec/libpostproc ---> libpostproc
diego
parents:
diff changeset
10 HEADERS = postprocess.h
7c419ceafa6a libavcodec/libpostproc ---> libpostproc
diego
parents:
diff changeset
11
73
cc79af45c2ae Build both static and shared libs from the same object.
diego
parents: 62
diff changeset
12 OBJS = postprocess.o
62
aac097949f15 Declare libpostproc prerequisites directly instead of using a layer of
diego
parents: 57
diff changeset
13
73
cc79af45c2ae Build both static and shared libs from the same object.
diego
parents: 62
diff changeset
14 include ../common.mak