update makefile to reflect tree change

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19923 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol
2007-01-23 18:30:56 +00:00
parent 74ba589883
commit d8501937f6
@@ -34,7 +34,7 @@ TYPE := ADDON
# in folder names do not work well with this makefile.
SRCS := $(wildcard *.cpp) \
$(wildcard addons/*/*.cpp) \
$(wildcard sensors/*/*.cpp) \
$(wildcard sensors/*.cpp) \
$(wildcard cstransforms/*.cpp)
# specify the resource files to use
@@ -196,8 +196,8 @@ CamColorSpaceTransform.cpp: CamInternalColorSpaceTransforms.h
CamInternalAddons.h: $(wildcard addons/*/*CamDevice.cpp)
grep -h B_WEBCAM_MKINTFUNC $(CURDIR)/addons/*/*CamDevice.cpp > $@
CamInternalSensors.h: $(wildcard sensors/*/*.cpp)
grep -h B_WEBCAM_DECLARE_SENSOR $(CURDIR)/sensors/*/*.cpp > $@
CamInternalSensors.h: $(wildcard sensors/*.cpp)
grep -h B_WEBCAM_DECLARE_SENSOR $(CURDIR)/sensors/*.cpp > $@
CamInternalColorSpaceTransforms.h: $(wildcard cstransforms/*.cpp)
grep -h B_WEBCAM_DECLARE_CSTRANSFORM $(CURDIR)/cstransforms/*.cpp > $@