annotate Makefile @ 110:858be852c955 libpostproc

Globally rename the header inclusion guard names. Consistently apply this rule: the guard name is obtained from the filename by stripping the leading "lib", converting '/' and '.' to '_' and uppercasing the resulting name. Guard names in the root directory have to be prefixed by "FFMPEG_".
author stefano
date Sun, 31 Aug 2008 07:39:47 +0000
parents 3024bc8f1c61
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
105
3024bc8f1c61 non-recursive makefiles
mru
parents: 86
diff changeset
1 include $(SUBDIR)../config.mak
0
7c419ceafa6a libavcodec/libpostproc ---> libpostproc
diego
parents:
diff changeset
2
85
61ef141787ac cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.
diego
parents: 84
diff changeset
3 NAME = postproc
83
8c0125bfce75 consolidate CFLAGS, LDFLAGS, EXTRALIBS assignment
mru
parents: 81
diff changeset
4 FFLIBS = avutil
33
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 HEADERS = postprocess.h
7c419ceafa6a libavcodec/libpostproc ---> libpostproc
diego
parents:
diff changeset
7
73
cc79af45c2ae Build both static and shared libs from the same object.
diego
parents: 62
diff changeset
8 OBJS = postprocess.o
62
aac097949f15 Declare libpostproc prerequisites directly instead of using a layer of
diego
parents: 57
diff changeset
9
105
3024bc8f1c61 non-recursive makefiles
mru
parents: 86
diff changeset
10 include $(SUBDIR)../subdir.mak