Those are automatically generated

Update clean rule in makefile
Rename binary from webcam.media_addon 
to usb_webcam.media_addon


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18671 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol
2006-08-28 16:08:49 +00:00
parent 2c9bd70310
commit c1c091984f
4 changed files with 4 additions and 7 deletions
@@ -1,2 +0,0 @@
B_WEBCAM_MKINTFUNC(quickcam)
B_WEBCAM_MKINTFUNC(sonix)
@@ -1 +0,0 @@
B_WEBCAM_DECLARE_CSTRANSFORM(BayerTransform, bayer)
@@ -1,3 +0,0 @@
B_WEBCAM_DECLARE_SENSOR(HDCS1000Sensor, hdcs1000)
B_WEBCAM_DECLARE_SENSOR(HV7131E1Sensor, hv7131e1)
B_WEBCAM_DECLARE_SENSOR(TAS5110C1BSensor, tas5110c1b)
@@ -7,7 +7,7 @@
## Application Specific Settings ---------------------------------------------
# specify the name of the binary
NAME := webcam.media_addon
NAME := usb_webcam.media_addon
# specify the type of binary
# APP: Application
@@ -202,3 +202,6 @@ CamInternalSensors.h: $(wildcard sensors/*/*.cpp)
CamInternalColorSpaceTransforms.h: $(wildcard cstransforms/*.cpp)
grep -h B_WEBCAM_DECLARE_CSTRANSFORM $(CURDIR)/cstransforms/*.cpp > $@
clean::
$(DO_ECHO)rm -f CamInternalAddons.h CamInternalSensors.h CamInternalColorSpaceTransforms.h