Mercurial > libpostproc.hg
annotate Makefile @ 73:cc79af45c2ae libpostproc
Build both static and shared libs from the same object.
This makes libpostproc consistent with all the other libraries.
patch by Diego 'Flameeyes' Petten?, flameeyes gmail com
| author | diego |
|---|---|
| date | Mon, 14 Jan 2008 14:42:29 +0000 |
| parents | aac097949f15 |
| children | 8d1245b4d7fb |
| rev | line source |
|---|---|
| 0 | 1 |
| 2 include ../config.mak | |
| 3 | |
| 4 # Overload incdir, postproc include files go in a different directory. | |
| 57 | 5 INCDIR=$(prefix)/include/postproc |
| 0 | 6 |
|
33
b5cf29aef709
Revert putting EXTRALIBS in common.mak, linking fails on MinGW.
diego
parents:
30
diff
changeset
|
7 EXTRALIBS := -L$(BUILD_ROOT)/libavutil -lavutil$(BUILDSUF) $(EXTRALIBS) |
|
b5cf29aef709
Revert putting EXTRALIBS in common.mak, linking fails on MinGW.
diego
parents:
30
diff
changeset
|
8 |
| 0 | 9 NAME=postproc |
| 10 LIBVERSION=$(SPPVERSION) | |
| 11 LIBMAJOR=$(SPPMAJOR) | |
| 12 | |
| 13 HEADERS = postprocess.h | |
| 14 | |
|
73
cc79af45c2ae
Build both static and shared libs from the same object.
diego
parents:
62
diff
changeset
|
15 OBJS = postprocess.o |
|
62
aac097949f15
Declare libpostproc prerequisites directly instead of using a layer of
diego
parents:
57
diff
changeset
|
16 |
|
73
cc79af45c2ae
Build both static and shared libs from the same object.
diego
parents:
62
diff
changeset
|
17 include ../common.mak |
| 0 | 18 |
|
47
b260cd785240
Move libpostproc-specific uninstallation command to the libpostproc Makefile.
diego
parents:
40
diff
changeset
|
19 uninstall-headers:: |
|
b260cd785240
Move libpostproc-specific uninstallation command to the libpostproc Makefile.
diego
parents:
40
diff
changeset
|
20 -rmdir "$(prefix)/include/postproc" |
