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:
@@ -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 ---------------------------------------------
|
## Application Specific Settings ---------------------------------------------
|
||||||
|
|
||||||
# specify the name of the binary
|
# specify the name of the binary
|
||||||
NAME := webcam.media_addon
|
NAME := usb_webcam.media_addon
|
||||||
|
|
||||||
# specify the type of binary
|
# specify the type of binary
|
||||||
# APP: Application
|
# APP: Application
|
||||||
@@ -202,3 +202,6 @@ CamInternalSensors.h: $(wildcard sensors/*/*.cpp)
|
|||||||
CamInternalColorSpaceTransforms.h: $(wildcard cstransforms/*.cpp)
|
CamInternalColorSpaceTransforms.h: $(wildcard cstransforms/*.cpp)
|
||||||
grep -h B_WEBCAM_DECLARE_CSTRANSFORM $(CURDIR)/cstransforms/*.cpp > $@
|
grep -h B_WEBCAM_DECLARE_CSTRANSFORM $(CURDIR)/cstransforms/*.cpp > $@
|
||||||
|
|
||||||
|
clean::
|
||||||
|
$(DO_ECHO)rm -f CamInternalAddons.h CamInternalSensors.h CamInternalColorSpaceTransforms.h
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user